I've recently moved from hmailserver to 5.0.5 Zimbra open source.
It was working fine so I moved all my email data over and set up all the users, mostly using zmprov and imapsync.
Everything was working fine until last night at around midnight when it stopped receiving mail from any source, including local using imapsync.
I did install a new certificate using the instructions at
SSL Certificate Problems - Zimbra :: Wiki, but I'm not sure why that would have caused the problem.
I'ts not a split DNS issue. I am behind a firewall, but the firewall has it's own mini DNS and the zimbra server know's it's internal address just fine. This server was up and running perfectly before last night and no changes to the DNS have been made.
In the faint hope that an upgrade would help, I upgraded to 5.07 through the normal upgrade routine. No better, but no worse.
The problem seems to happen when an external mail server tries to connect.
I've tried several online smtp tests and they all resolve correctly, and they all timeout.
A sample of the error I'm getting:
Code:
Resolving hostname...
Connecting...
SMTP -> FROM SERVER:
SMTP -> FROM SERVER:
SMTP -> ERROR: EHLO not accepted from server:
SMTP -> FROM SERVER:
SMTP -> ERROR: HELO not accepted from server:
Message sending failed.
Some info in case it helps:
/etc/hosts:
Code:
127.0.0.1 localhost.localdomain localhost
192.168.2.5 server1.medalist.com.au server1
192.168.2.5 mail.medalist.com.au server1
# 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
/etc/resolv.conf
dig _domainname_ mx
Code:
; <<>> DiG 9.4.2 <<>> _domainname_ mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 55079
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;_domainname_. IN MX
;; AUTHORITY SECTION:
. 9635 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2008072501 1800 900 604800 86400
;; Query time: 146 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Sat Jul 26 17:06:31 2008
;; MSG SIZE rcvd: 105
dig _domainname_ any
Code:
dig _domainname_ any
zmmtaconfig.log:
Code:
Sat Jul 26 17:39:03 2008 Service archiving is not enabled. Skipping archiving
Sat Jul 26 17:39:03 2008 Service imapproxy is not enabled. Skipping imapproxy
Sat Jul 26 17:39:04 2008 Watchdog checking service antivirus
Sat Jul 26 17:39:04 2008 Section amavis did not change skipping
Sat Jul 26 17:39:04 2008 Section antivirus did not change skipping
Sat Jul 26 17:39:04 2008 Section antispam did not change skipping
Sat Jul 26 17:39:04 2008 Section archiving did not change skipping
Sat Jul 26 17:39:04 2008 Section mta did not change skipping
Sat Jul 26 17:39:04 2008 Section sasl did not change skipping
Sat Jul 26 17:39:04 2008 Section webxml did not change skipping
Sat Jul 26 17:39:04 2008 Section mailbox did not change skipping
Sat Jul 26 17:39:04 2008 Section imapproxy did not change skipping
Sat Jul 26 17:39:04 2008 Sleeping for 60.
I'll post zimbra.log as an attachment in the next post (as soon as I can figure out how to get it!)
I'd really prefer not to put the old mail server back up on Monday. It will mean I have to copy all the emails over again and I really don't want to do that.
Thanks,
Mark