IMAP Cert Trying to connect to an IMAP host with self-signed cert and it complains about a mismatch and won't allow it to be added.
I found this on another post:
zmlocalconfig -e 'data_source_trust_self_signed_certs=true'
and or
zmlocalconfig -e javamail_imap_enable_starttls=false
restart mailboxd
Second one worked for me.
Last edited by david_campbell; 07-16-2011 at 10:32 PM..
Reason: added second command
|