Hi,
Recently moved and switched ISP. With the move, email from my server is being rejected by other ISP's. Example:
http://postmaster.comcast.net/smtp-error-codes.php#554
I expect the error is due to Comcast performing a reverse DNS lookup on my static IP, and the hostname does not match that on the forward lookup. Please correct me if I'm wrong.. I host my own domain, using BIND-9.4. When I
I get authoritative answers from my own name server. I get no error and a non-authoritative answer from my ISP's name server. But when I query my ISP's server for my IP address I get an NXDOMAIN error. Which leads me to believe the URL error is one of DNS and not strictly SMTP.
Trying to explain my error to tech support wasn't easy. They recommended I use port 587 and SSL-enable the channel. In the end I don't think either of us understood the other. Does my sendmail really talk to their mail server for every outgoing email I send? /var/log/maillog suggests not. But again, I could be displaying my ignorance.
At my previous address I vaguely recall asking the ISP to either release or point the IP address to my domain. But I don't remember how I may have worded it.
Is there is "standard" phrasing that ISP tech support people will instantly understand? And am I understanding the nature of my problem correctly?
Recently moved and switched ISP. With the move, email from my server is being rejected by other ISP's. Example:
http://postmaster.comcast.net/smtp-error-codes.php#554
I expect the error is due to Comcast performing a reverse DNS lookup on my static IP, and the hostname does not match that on the forward lookup. Please correct me if I'm wrong.. I host my own domain, using BIND-9.4. When I
Code:
dig @my.own.net my.own.net A
dig @my.own.net -x ww.xx.yy.zz
dig @aa.bb.cc.dd my.own.net A
dig @aa.bb.cc.dd -x ww.xx.yy.zz
Trying to explain my error to tech support wasn't easy. They recommended I use port 587 and SSL-enable the channel. In the end I don't think either of us understood the other. Does my sendmail really talk to their mail server for every outgoing email I send? /var/log/maillog suggests not. But again, I could be displaying my ignorance.
At my previous address I vaguely recall asking the ISP to either release or point the IP address to my domain. But I don't remember how I may have worded it.
Is there is "standard" phrasing that ISP tech support people will instantly understand? And am I understanding the nature of my problem correctly?