DNS -MX help

Hi all,


I would like my email handled by one server, and all the rest by another. Heres what the record lookslike. What do I have to do to make it work.
Please note that the real domain name and IPS have been changed. But htis will not affect the way to do it.

Code:
; Zone File for domain.net
@       14400   IN      SOA     dns1.namesever.net.       root.dns1.nameserver.net.  (
                                        1005585182
                                        28800
                                        7200
                                        3600000
                                        86400
                                        )

domain.net. 14400   IN      NS      dns1.nameserver.net.
domain.net. 14400   IN      NS      dns2.nameserver.net.
domain.net. 14400   IN      A       123.123.123.123

localhost.domain.net.       14400   IN      A       127.0.0.1

domain.net. 14400   IN      MX      0       domain.net.

mail    14400   IN      CNAME   domain.net.
www     14400   IN      CNAME   domain.net.
ftp     14400   IN      CNAME   domain.net.
The server to handle email would be 123.123.123.123 and the server to handle the rest (ftp ssh etc) would be 999.999.999.999

Anyhelp would be great.

<edit>
Also, would there be any other changes to make besides DNS(remove or add domains from localdomains etc)
</edit>

 

 

 

 

Top