Can someone explain me this?
[root@dedicated ~]# dig -t mx cntit.com
; <<>> DiG 9.3.1 <<>> -t mx cntit.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23617
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
;; QUESTION SECTION:
;cntit.com. IN MX
;; ANSWER SECTION:
cntit.com. 3600 IN MX 10 dedicated.cntit.com.
;; AUTHORITY SECTION:
cntit.com. 3600 IN NS ns5.secureserver.net.
cntit.com. 3600 IN NS ns6.secureserver.net.
;; ADDITIONAL SECTION:
dedicated.cntit.com. 3600 IN A 207.234.224.95
;; Query time: 68 msec
;; SERVER: 208.109.78.180#53(208.109.78.180)
;; WHEN: Wed Aug 15 13:41:27 2007
;; MSG SIZE rcvd: 121
------------
[root@dedicated ~]# dig -t any cntit.com
; <<>> DiG 9.3.1 <<>> -t any cntit.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27115
;; flags: qr aa rd; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1
;; QUESTION SECTION:
;cntit.com. IN ANY
;; ANSWER SECTION:
cntit.com. 86400 IN SOA NS5.SECURESERVER.NET. dns.jomax.net. 2007073000 28800 7200 604800 86400
cntit.com. 3600 IN A 207.234.224.95
cntit.com. 3600 IN MX 10 dedicated.cntit.com.
cntit.com. 3600 IN NS ns5.secureserver.net.
cntit.com. 3600 IN NS ns6.secureserver.net.
cntit.com. 3600 IN TXT "v=spf1 a:dedicated.cntit.com ~all"
;; ADDITIONAL SECTION:
dedicated.cntit.com. 3600 IN A 207.234.224.95
;; Query time: 68 msec
;; SERVER: 208.109.78.180#53(208.109.78.180)
;; WHEN: Wed Aug 15 13:41:51 2007
;; MSG SIZE rcvd: 249
----snip----
[root@dedicated ~]# su - zimbra -c 'zmlocalconfig' | grep host
ldap_host = dedicated.cntit.com
logger_mysql_bind_address = localhost
mysql_bind_address = localhost
snmp_trap_host = dedicated.cntit.com
zimbra_server_hostname = dedicated.cntit.com
zimbra_zmprov_default_soap_server = localhost
------snip----
[root@dedicated ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
207.234.224.95 dedicated.cntit.com dedicated
-----snip----
[root@dedicated ~]# cat /etc/resolv.conf
nameserver 208.109.78.180
nameserver 216.219.239.7
nameserver 216.219.239.8
nameserver 208.109.80.75
----snip----
Yesterday all fine
Today morning all fine
Now 12:00 pm EST
Now email comes in no email comes out.
Internal emails are flowing normal.
Do I have something wrong?
An I doing something wrong?
I have check every where here and wiki
I have disable DNS lookup
Who is rejecting, (450) my zimbra server or the destination/sender server?


LinkBack URL
About LinkBacks





