Courier-imap

From Hackepedia
Revision as of 17:41, 18 October 2007 by Franks (talk | contribs) (New page: If you see the following error in your /var/log/maillog or syslog: couriertls: connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number this means you should edit the ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If you see the following error in your /var/log/maillog or syslog:

couriertls: connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

this means you should edit the

TLS_PROTOCOL=SSL3

variable in your imapd configuration file. On FreeBSD, this is found in:

/usr/local/etc/courier-imap

simply changing it to

TLS_PROTOCOL=SSL23 

should work, as it will also allow SSL version 2 as well as 3. Alternativey you can try TLS1.