LoopsBackToMyself

If you setup a mailing list and it doesnt work due to an error "loops back to myself", it will be due to a missing setting in /etc/postfix/main.cf

Assuming your domain name is example.com and you are receiving errors mail for dtc.example.com loops back to myself

edit /etc/postfix/main.cf and look for "my destination ="

change this to read "my destination = dtc.example.com"

restart postfix /etc/init.d/postfix restart

fixed!

Page last modified on March 09, 2009, at 10:49 PM EST