Quote:
Originally Posted by phoenix If you already have a Split DNS set-up then just adding DNS A & MX records for the additional domain(s) will allow you to send mail between each of those domains. You'd also need valid DNS A & MX records for the additional domain(s) on an external DNS server so that they can additionally receive mail from the internet. |
Ok the following was our db.lan.mycompanyname.com file:
************************************************** ******
-> ; BIND data file for local loopback interface
-> ;
-> $TTL 604800
-> @ IN SOA nsizhma01.lan.mycompanyname.com. admin.nsizhns01.lan.mycompanyname.com. (
-> 9 ; Serial
-> 604800 ; Refresh
-> 86400 ; Retry
-> 2419200 ; Expire
-> 604800 ) ; Negative Cache TTL
-> ;
-> @ IN NS nsizhns01
-> @ IN MX 10 nsizhma01
-> nsizhns01 IN A 10.0.1.50
-> nsizhma01 IN A 10.0.1.10
************************************************** ******
PS:
- nsizhns01 IN A 10.0.1.50 (this is the DNS-server)
- nsizhma01 IN A 10.0.1.10 (this is the mailserver/ZCS)
************************************************** ******
Question:
Do you mean, the additional mail-domains should have been added just after the following entries ?
@ IN SOA nsizhma01.lan.mycompanyname.com. admin.nsizhns01.lan.mycompanyname.com.
Thank's a lot for any additonal feadback!
John