Hi Folks,
I recently signed up to a paid dyndns service so I could setup my domain email at home (my ISP wont give out non business plan static ip addresses).
To cut a long story short I am behind a NAT firewall and have followed the Split DNS guide from Zimbra 4.5 - Ubuntu Egdy Server 6.10 Install | Tickus.
I have the mail server up and running but I must have mis configured something wrong in my BIND9 setup as now I have email addresses such as blah@mail.blah.com rather than blah@blah.com.
Could someone tell me where I went wrong ?
Here is my DNS config:
Code:
;
; Addresses and other host information.
;
@ IN SOA mail.blah.com. hostmaster.mail.blah.com.$
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
IN NS 192.168.1.110 ; local ip
IN A 192.168.1.110 ; local ip
IN MX 10 mail.blah.com. ;MXrecord Code:
mail.blah.com has address 192.168.1.110
mail.blah.com mail is handled by 10 mail.blah.com.
Code:
127.0.0.1 localhost
192.168.1.110 mail.blah.com mail
Code:
nameserver 192.168.1.110 ;local ip of zimbra server
I am forwarding as suggested to up my ISP's upstream DNS servers. I have an mx record pointing to mail.blah.com from dyndns.
Code:
; <<>> DiG 9.4.2-P1 <<>> mx mail.blahn.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6833
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;mail.blah.com. IN MX
;; ANSWER SECTION:
mail.blah.com. 2592000 IN MX 10 mail.blah.com.
;; AUTHORITY SECTION:
mail.blah.com. 2592000 IN NS 192.168.1.110.mail.blah.com.
;; ADDITIONAL SECTION:
mail.blah.com. 2592000 IN A 192.168.1.110
;; Query time: 26 msec
;; SERVER: 192.168.1.110#53(192.168.1.110)
;; WHEN: Mon Oct 13 21:38:45 2008
;; MSG SIZE rcvd: 97
Code:
mail.blah.com has address 192.168.1.110
mail.blah.com mail is handled by 10 mail.linuxspawn.com.
Anyone know if this is a local DNS or if I have mis configured my dyndns account. Any help would be great and I mean any... I can provide any details necessary, I have been hitting my head against the wall for a couple of days now 
Thanks in advance.