I am not sure what is causing it so I am looking for another pair of eyes.
Zimbra is able to send mail out with out any issues it has issues receiving email I checked the bind settings they check out find the first server is itself the next to two internal dns servers that forward to Google dns.
Below is any information you may need
# dig hilltopchurchnet.net any
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <<>> hilltopchurchnet.net any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40817
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 6
;; QUESTION SECTION:
;hilltopchurchnet.net. IN ANY
;; ANSWER SECTION:
hilltopchurchnet.net. 30 IN NS hcc2.hcc.hilltopchurchnet.net.
hilltopchurchnet.net. 30 IN NS hcc1.hcc.hilltopchurchnet.net.
hilltopchurchnet.net. 30 IN SOA hcc1.hcc.hilltopchurchnet.net. hostmaster.hcc.hilltopchurchnet.net. 108 15 600 30 30
hilltopchurchnet.net. 30 IN MX 10 mail.hilltopchurchnet.net.
hilltopchurchnet.net. 30 IN MX 20 mx.hilltopchurchnet.net.
hilltopchurchnet.net. 30 IN TXT "v=spf1 mx a:mail.hilltopchurchnet.net a:mx.hilltopchurchnet.net ip4:50.37.4.254 ~all"
;; ADDITIONAL SECTION:
hcc2.hcc.hilltopchurchnet.net. 3600 IN A 192.168.128.235
hcc1.hcc.hilltopchurchnet.net. 3600 IN A 192.168.30.230
hcc1.hcc.hilltopchurchnet.net. 3600 IN A 192.168.30.51
hcc1.hcc.hilltopchurchnet.net. 3600 IN A 192.168.128.230
mail.hilltopchurchnet.net. 30 IN A 192.168.30.3
mx.hilltopchurchnet.net. 3600 IN A 192.168.30.3
;; Query time: 3 msec
;; SERVER: 192.168.128.230#53(192.168.128.230)
;; WHEN: Thu Nov 1 23:23:48 2012
;; MSG SIZE rcvd: 360# dig hilltopchurchnet.net mx
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <<>> hilltopchurchnet.net mx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37501
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;hilltopchurchnet.net. IN MX
;; ANSWER SECTION:
hilltopchurchnet.net. 30 IN MX 10 mail.hilltopchurchnet.net.
hilltopchurchnet.net. 30 IN MX 20 mx.hilltopchurchnet.net.
;; ADDITIONAL SECTION:
mail.hilltopchurchnet.net. 30 IN A 192.168.30.3
mx.hilltopchurchnet.net. 3600 IN A 192.168.30.3
;; Query time: 1 msec
;; SERVER: 192.168.128.230#53(192.168.128.230)
;; WHEN: Thu Nov 1 23:24:31 2012
;; MSG SIZE rcvd: 110//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//
options {
listen-on port 53 { 127.0.0.1; };
listen-on port 53 { 192.168.30.3; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; };
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";
managed-keys-directory "/var/named/dynamic";
forwarders {
8.8.8.8;
8.8.4.4;
};
forward only;
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "named.ca";
};
include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";
zone "127.0.0.1.in-addr.arpa" {
type master;
file "/var/named/1.0.0.127.rev";
};
zone "hilltopchurchnet.net" {
type master;
file "/var/named/hilltopchurchnet.net.hosts";
};
zone "3.30.168.192.in-addr.arpa" {
type master;
file "/var/named/192.168.30.3.rev";
};
# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.30.3 mail.hilltopchurchnet.net mailZimbra is running on Centos 6.3 using webmin for the dns provider as well it is running in hyper-v behind a NAT that has port forwarding set for email.# cat /etc/resolv.conf
search hcc.hilltopchurchnet.net
#nameserver 192.168.30.3
nameserver 192.168.128.230
nameserver 192.168.30.10
nameserver 8.8.8.8
nameserver 8.8.4.4
If anyone can give it another pair of eyes I am pretty sure I missed something.


LinkBack URL
About LinkBacks


