Code:
zmcontrol -v
Release 4.5.6_GA_1044.RHEL5_20070706163724 RHEL5 NETWORK edition
Code:
zmcontrol status
Host mail.mydomain.com
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running Code:
cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.1.0.11 mail1.mydomain.com mail1 mail.mydomain.com
::1 localhost6.localdomain6 localhost6
Code:
cat /etc/resolv.conf
search mydomain.com
nameserver 10.1.0.2
Code:
dig mydomain.com mx
[root@mail1 ~]# dig mydomain.com mx
; <<>> DiG 9.3.3rc2 <<>> mydomain.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52415
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;mydomain.com. IN MX
;; ANSWER SECTION:
mydomain.com. 86400 IN MX 10 mail.mydomain.com.
;; AUTHORITY SECTION:
mydomain.com. 86400 IN NS ns.mydomain.com.
;; ADDITIONAL SECTION:
mail.mydomain.com. 86400 IN A 10.1.0.10
ns.mydomain.com. 86400 IN A 10.1.0.2
;; Query time: 2 msec
;; SERVER: 10.1.0.2#53(10.1.0.2)
;; WHEN: Thu Oct 22 12:19:29 2009
;; MSG SIZE rcvd: 109
Code:
dig mydomain.com any
[root@mail1 ~]# dig mydomain.com any
; <<>> DiG 9.3.3rc2 <<>> mydomain.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15032
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;mydomain.com. IN ANY
;; ANSWER SECTION:
mydomain.com. 86400 IN SOA ns.mydomain.com. root.mydomain.com. 200758536 28800 14400 2419200 86400
mydomain.com. 86400 IN NS ns.mydomain.com.
mydomain.com. 86400 IN MX 10 mail.mydomain.com.
;; ADDITIONAL SECTION:
ns.mydomain.com. 86400 IN A 10.1.0.2
mail.mydomain.com. 86400 IN A 10.1.0.10
;; Query time: 0 msec
;; SERVER: 10.1.0.2#53(10.1.0.2)
;; WHEN: Thu Oct 22 12:21:14 2009
;; MSG SIZE rcvd: 150
Code:
host mail
mail.mydomain.com has address 10.1.0.10
I use heartbeart and DRDB to make HA and my virtual IP 10.1.0.10.
the only thing i see in the log file (zimbra.log) is (queue active) after all mail come with status=deferred (conversation with mail.mydomain.com[10.1.0.10] timed out while sending end of data -- message may be sent more than once)
I look again which a volume of mail be UP the problem come.
any idea ?
thanks