Hello everyone.
First off, I'm a 2 day old Zimbra junkie. I can't get enough of this email server and love the interface and simplicity of the setup.
I believe my main issue resides in getting my DNS setup correctly. I can't wrap my head around the whole Split-DNS methodology and need help setting up my DNS A & MX records properly.
[CODE]
Here's my setup:
Code:jbody@zimbra:~$ dig jbodyperformance.com mx ; <<>> DiG 9.7.0-P1 <<>> jbodyperformance.com mx ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44410 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; QUESTION SECTION: ;jbodyperformance.com. IN MX ;; ANSWER SECTION: jbodyperformance.com. 12335 IN MX 0 zimbra.jbodyperformance.com. ;; ADDITIONAL SECTION: zimbra.jbodyperformance.com. 1099 IN A 76.69.133.95 ;; Query time: 13 msec ;; SERVER: 10.0.2.2#53(10.0.2.2) ;; WHEN: Fri Mar 23 11:41:45 2012 ;; MSG SIZE rcvd: 77Code:jbody@zimbra:~$ dig jbodyperformance.com any ; <<>> DiG 9.7.0-P1 <<>> jbodyperformance.com any ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16466 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;jbodyperformance.com. IN ANY ;; ANSWER SECTION: jbodyperformance.com. 12246 IN MX 0 zimbra.jbodyperformance.com. jbodyperformance.com. 12162 IN A 74.52.139.242 jbodyperformance.com. 84162 IN NS ns2.prettyoblivion.com. jbodyperformance.com. 84162 IN NS ns1.prettyoblivion.com. ;; Query time: 15 msec ;; SERVER: 10.0.2.2#53(10.0.2.2) ;; WHEN: Fri Mar 23 11:43:14 2012 ;; MSG SIZE rcvd: 128Code:jbody@zimbra:~$ host $(hostname) Host zimbra not found: 2(SERVFAIL)Code:jbody@zimbra:~$ host $(hostname) Host zimbra not found: 2(SERVFAIL)My LAN DNS server is a Windows box. It has the following configuration:Code:jbody@zimbra:~$ cat /etc/resolv.conf nameserver 10.0.2.2 jbody@zimbra:~$ cat /etc/hosts 127.0.0.1 localhost.localdomain localhost 10.0.2.7 zimbra.kayna.grp zimbra # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
A RECORD
HOST: ZIMBRA
FQDN: ZIMBRA.KAYNA.GRP
IP: 10.0.2.7
PTR RECORD
IP: 10.0.2.7
FQDN: 7.2.0.10.in-addr.arpa
HOST: ZIMBRA.KAYNA.GRP
Can anyone help please?


LinkBack URL
About LinkBacks

I guess what your indicating is that my Windows DNS has to hand out a response that is my public MX IP ?

