View Single Post
  #6 (permalink)  
Old 11-27-2007, 03:18 PM
SoftDux SoftDux is offline
Junior Member
 
Posts: 7
Default

I have setup DNS, but still run into problems.
Quote:
DNS ERROR resolving MX for linuxserv.salesaffiliates.local
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]

Looking @ my DNS setup, I have the following:

Quote:
[root@server ~]# more /var/named/chroot/var/named/salesaffiliates.local.db
$TTL 1H
@ SOA linuxserv root.linuxserv.salesaffiliates.local. ( 12
3H
1H
1W
1H )
IN MX 10 linuxserv.salesaffiliates.local.
linuxserv IN 1H A 192.168.1.5
@ IN NS linuxserv.salesaffiliates.local.

Any suggestions?
Reply With Quote