sednet wrote:
pmmenneg,
Can you post the section of your maillog that shows your mail being rejected?
That will give us more clue what is going on.
OK, more information. dig returns a valid reverse dns, so that looks to be working. No blocking taking place, so that is cool.
<p>I did find something in the mail log for every single
user@aol.com message:
Code:
Mar 23 15:15:38 localhost postfix/smtp[5071]: 0CF3417575: to=<user@aol.com>, relay=mailin-04.mx.aol.com[64.12.137.184], delay=6, status=bounced (host mailin-04.mx.aol.com[64.12.137.184] said: 550 REQUESTED ACTION NOT TAKEN: DNS FAILURE)
Any ideas? It looks like it is saying that it couldn't resolve the name, but my IP address does resolve back to mydomain.com. Could it be that mail is being sent by Postfix from mail.mydomain.com? (it appears like this in the log)
I have another entry that might indicate this...
Code:
Mar 21 18:39:09 localhost postfix/smtp[950]: E78591758D: to=<user@cox.net>, relay=mx.east.cox.net[68.1.17.3], delay=9, status=bounced (host mx.east.cox.net[68.1.17.3] said: 553 mail.mydomain.com does not exist)
I am not sure where postfix got the mail.mydomain.com from... any suggestions? Does this look like it could be the problem? I am using zoneedit to do dns routing for my domain. Do I need to add a mail.mydomain.com CNAME entry to handle and resolve this?
Thanks again everyone, you have been extrememly helpful.