It also could be that your resolv.conf (the file containing your internal and external DNS resolution settings) could differ from the "jailed" postfix version of the file. If you see this practically constantly then there are other checks to perform, such as
egrep -i warning /var/log/mail/*
(provided your server is default setup to log to /var/log/mail)
In which case you should copy /etc/resolv.conf to /var/spool/postfix/etc/
Main Topics
Browse All Topics





by: kblack05Posted on 2006-08-31 at 07:20:23ID: 17429118
Well if your mail is working, then I'd suggest that these are actually not server errors, but that the remote IP address is not delegated in DNS , or perhaps is spoofed.
.html )
: NXDOMAIN
a: NXDOMAIN
(If nothing is broken, I wouldn't worry about it too much. You should probably check that it's not an open relay with http://www.abuse.net/relay
As you can see, at least two of the above addresses will not look up on other NS servers as well, indicating this is not isolated to your box.
root@ns1:~# nslookup -sil 100.228.90.69
Server: 10.0.64.14
Address: 10.0.64.14#53
** server can't find 69.90.228.100.in-addr.arpa
root@ns1:~# nslookup -sil 10.135.236.211
Server: 10.0.64.14
Address: 10.0.64.14#53
** server can't find 211.236.135.10.in-addr.arp
root@ns1:~#