1) i can ping the nameserver:
# ping 192.168.11.175
PING 192.168.11.175 (192.168.11.175) 56(84) bytes of data.
64 bytes from 192.168.11.175: icmp_seq=1 ttl=128 time=0.259 ms
64 bytes from 192.168.11.175: icmp_seq=2 ttl=128 time=0.111 ms
64 bytes from 192.168.11.175: icmp_seq=3 ttl=128 time=0.121 ms
64 bytes from 192.168.11.175: icmp_seq=4 ttl=128 time=0.112 ms
64 bytes from 192.168.11.175: icmp_seq=5 ttl=128 time=0.127 ms
64 bytes from 192.168.11.175: icmp_seq=6 ttl=128 time=0.126 ms
64 bytes from 192.168.11.175: icmp_seq=7 ttl=128 time=0.128 ms
64 bytes from 192.168.11.175: icmp_seq=8 ttl=128 time=0.124 ms
--- 192.168.11.175 ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 6993ms
rtt min/avg/max/mdev = 0.111/0.138/0.259/0.047 ms
----
i am not sure how to carry out the command you list in #3. do i put my nameserver address in where you have "192.168.1.1"? what do i put in where you have "domain.co.uk? is that top level domain name or the name and domain of the linux box? for example, if my top level domain is company.com and the machine is linux.company.com, which am i using there?
thanks.
njf
Main Topics
Browse All Topics





by: pjedmondPosted on 2006-08-11 at 05:25:38ID: 17295485
Things to check:
1. Check that the server can connect to the nameserver. Can you ping it? Does routing need updating?
2. I'm suprised that your mailserver is still localhost.localdomain. Normally, I would expect the /etc/hosts file to have an entry in it and hostname to be set. This doesn't stop the server sending mail, but does imply that vwery little configuration has been done.
3. For the emails returned can you:
dig @192.168.1.1 domain.co.uk all
dig @192.168.1.1 domain.co.uk MX
Obviously an MX record needs to exist as this tells the server where to deliver the email.
4. If you get a mail exchange MX ip from the above, can you ping it? (This doesn't allways work due to firewalls, but is worth a try). To test whether it is really functioning, try from the mailserver:
telnet mx.ip.ad.dr 25
This attempts to connect to port 25 which should be active if the server is to receive mail.
5. If you can't connect to port 25, then you need to look at your route and network configuration. Possible for there to be problems with the firewall.
From the error that you have give, I'd expect the problem to be about point 1 or point 3.
( (()
(`-' _\
'' ''