So, after a rebuild from scratch I have a working IMAP/POP/SMTP with SSL AUTH set of services.
Here's what I've done to make sure that it works:
My machine is currently on a private IP with ports forwarded through from the Real World (TM) by an IPCOP firewall. We are running a DNS server on a another machine on the LAN and Zimbra is using it for resolution of itself and other FQDNs. The /etc/hosts file has been modded:
Code:
127.0.0.1 localhost.localdomain localhost
192.168.0.150 mx.networkassociations.org.uk mx
And during setup of Zimbra we setup the machine as mx.networkassociations.org.uk which has in turn created certificates that have a resovable FDQN matching that of the server connecting to.
The iMail cient complains that the certificate has not been signed by a known authority but after I have said that I accept the certificate then all is good.
And it works.
But!
My HTTP access is screwed - I've got HTTPS to :7071, but no HTTP or HTTP/S for email access......
Thoughts anyone?