Hi
I need a quick solution here...
I've searched forums and found nothing that worked.
Basically we want a web client (not zimbra) to connect on POP3 or IMAP port.
Here's the catch.
When that web client establish connection the first thing it tries entering TLS mode. With other clients works well (TB..)
But the certificate is self signed and that makes SSL handshake exception.
Sure they could just accept certificate, but it's a government institution.
Zimbra is intranet..
They want us to disable option for TLS mode on POP and/or IMAP
(they don't want to reprogram their webclient)
I've tried various options in admin console and shell but nothing helped.
I can always enter into TLS mode.
Quote:
javamail_imap_debug = false
javamail_imap_enable_starttls = false
javamail_imap_test_timeout = 20
javamail_imap_timeout = 20
javamail_pop3_debug = false
javamail_pop3_enable_starttls = false
javamail_pop3_test_timeout = 20
javamail_pop3_timeout = 20
javamail_smtp_debug = false
javamail_smtp_enable_starttls = true
javamail_smtp_timeout = 60
|
Thanks for zimbra