[horde] Question about IMAP/TLS
Michael Menge
michael.menge at zdv.uni-tuebingen.de
Wed Mar 17 14:24:08 UTC 2010
Quoting Nybbles2Byte <nybbles2byte at gmail.com>:
> Hello,
>
> My server now requires an encrypted imap connection. It works fine
> with several email clients but not with horde.
>
> I changed the config line from:
> $conf['auth']['params']['dsn'] = '{localhost:143/imap/notls}';
> (working before the encryption requirement)
> to:
> $conf['auth']['params']['dsn'] = '{localhost:993/imap/tls}';
>
> which matches my email client settings but I still can't log in.
>
> According to my email client the server uses (which is cyrus-imap):
> MD-5 CRAM-HMAC Challenge/Response (RFC-2095)
>
> Does anyone have any ideas about what you need to do to make this work?
>
STARTTLS uses the normal IMAP Port 143
SSL uses the IMAPS Port 993
so you have to use '{localhost:143/imap/tls}'
or '{localhost:993/imap/ssl}'
If you have still have problems you might try to add the
option "novalidate-cert" to ignore certificate validation errors.
But in normal operation you should fix the validation instead of
ignoring the errors
Michael Menge
> Many thanks!
>
> --
> Nybbles2Byte mailto:nybbles2byte at gmail.com
--------------------------------------------------------------------------------
M.Menge Tel.: (49) 7071/29-70316
Universität Tübingen Fax.: (49) 7071/29-5912
Zentrum für Datenverarbeitung mail:
michael.menge at zdv.uni-tuebingen.de
Wächterstraße 76
72074 Tübingen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5339 bytes
Desc: S/MIME Signatur
URL: <http://lists.horde.org/archives/horde/attachments/20100317/52d5213e/attachment.bin>
More information about the horde
mailing list