Okay, think we solved the DNS errors.
Code:
zimbra@zimbra:/$ cat /etc/hosts
127.0.0.1 localhost
10.0.0.175 zimbra.peperzaken.nl
# 10.0.0.175 mail.peperzaken.nl mail
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code:
zimbra@zimbra:/$ host `hostname`
zimbra.peperzaken.nl has address 91.194.225.172
Code:
zimbra@zimbra:/$ dig peperzaken.nl mx
; <<>> DiG 9.3.2 <<>> peperzaken.nl mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49453
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 1
;; QUESTION SECTION:
;peperzaken.nl. IN MX
;; ANSWER SECTION:
peperzaken.nl. 5974 IN MX 1 mail.rollernet.us.
;; AUTHORITY SECTION:
peperzaken.nl. 5974 IN NS ns0.argewebhosting.nl.
peperzaken.nl. 5974 IN NS ns3.argewebhosting.nl.
peperzaken.nl. 5974 IN NS ns.argewebhosting.nl.
;; ADDITIONAL SECTION:
mail.rollernet.us. 75970 IN A 208.79.240.2
;; Query time: 9 msec
;; SERVER: 10.0.0.1#53(10.0.0.1)
;; WHEN: Fri Nov 28 13:21:52 2008
;; MSG SIZE rcvd: 148
Is this the way it should be with a split DNS solution? (we're behind NAT).