Eric Shubert wrote:
Aleksander Podsiadly wrote:

8<-- my test
[a...@alexia ~]$ host 207.115.36.143
143.36.115.207.in-addr.arpa domain name pointer nlpi129.sbcis.sbc.com.
[a...@alexia ~]$ host -t mx yother.com
yother.com mail is handled by 10 mail.yother.com.
[a...@alexia ~]$ host mail.yother.com
mail.yother.com has address 64.168.70.133
[a...@alexia ~]$ host 64.168.70.133
133.70.168.64.in-addr.arpa is an alias for 133.128.70.168.64.in-addr.arpa.
133.128.70.168.64.in-addr.arpa domain name pointer mail.yother.com.
133.128.70.168.64.in-addr.arpa domain name pointer laetitia.area510.net.
8<-- EOT my test

Check configuration of DNS on your server. Probably your server can't resolve name from IP.


I concur. Presuming you have 127.0.0.1 as the first line in your /etc/resolv.conf, what does
# dig @127.0.0.1 -x 207.115.36.143
give you?
You should use whatever nameserver address is listed first in your toaster's /etc/resolv.conf file.


I get the same results as Aleksander:

bhar...@mediacenter:~$ host -t mx yother.com
yother.com mail is handled by 10 mail.yother.com.
bhar...@mediacenter:~$ host mail.yother.com
mail.yother.com has address 64.168.70.133
bhar...@mediacenter:~$ host 64.168.70.133
133.70.168.64.in-addr.arpa is an alias for 133.128.70.168.64.in-addr.arpa.
133.128.70.168.64.in-addr.arpa domain name pointer mail.yother.com.
133.128.70.168.64.in-addr.arpa domain name pointer laetitia.area510.net.


Have you tried setting a nameserver in the DNS OPTIONS section of 
spamdyke.conf? This should override the nameservers set in /etc/resolv.conf. 
You could use your ISP's  nameservers, or OpenDNS (208.67.220.220 and 
208.67.222.222).

eg: dns-server-ip-primary=208.67.220.220
   dns-server-ip=208.67.222.222

Bharath

---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to