Quote:
Originally Posted by LancasterHistory If I cat /etc/hosts I get: 127.0.0.1 mailserver.hsdm.lancasterdomain.org mailserver localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6 |
This is completely wrong, as per the
Quick Start Installation Guideyour hosts file shoudl look like this:
Code:
127.0.0.1 localhost.localdomain localhost
192.168.x.x mailserver.hsdm.lancasterdomain.org mailserver
replace the 192.168.x.x with the LAN IP of your server.
Quote:
Originally Posted by LancasterHistory resolv.conf gives: nameserver 192.168.168.11
nameserver 66.109.229.5
nameserver 66.109.229.4
dig _hsdm.lancasterdomain.org_ mx gives In SOA A.ROOT.SERVERS.NET NSTLD.VERISIGN-GRS.COM 2008042200 1800 900 604800 86400
host `hostname` gives mailserver.hsdm.lancasterdomain.org not found: 3(NXDOMAIN)
So it appears this is a DNS problem what do I do? What is suggested in Split DNS - but I have several servers on the network. And it appears there is a DNS entry on 192.168.168.11 for mailserver. More suggestions? |
You also seem to have no A or MX records for the domain name that you used in the dig command. You might, howevere, entered the wrong command. What does the following show:
Code:
dig hsdm.lancasterdomain.org mx
dig hsdm.lancasterdomain.org any