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 "mydestination ="

change this to read "mydestination = dtc.example.com"

restart postfix /etc/init.d/postfix restart

fixed!

Page last modified on October 19, 2010, at 11:13 PM EST