Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15909 - Courier-IMAP and TLS support.
Summary: Courier-IMAP and TLS support.
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-18 04:18 UTC by Eric Renfro
Modified: 2003-09-25 18:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Renfro 2003-02-18 04:18:03 UTC
Gentoo's gentoo-pop3d.rc and gentoo-imapd improperly initializes the TLS start
environment variable. This is for all versions of Courier-IMAP that to TLS.

The fix:

In gentoo-pop3d.rc:

export POP3_STARTTLS=$POP3DSTARTTLS

Should be:

export POP3DSTARTTLS=$POP3_STARTTLS

And in gentoo-imapd.rc:

export IMAP_STARTTLS=$IMAPDSTARTTLS

Should be:

export IMAPDSTARTTLS

The latter, IMAPDSTARTTLS is in the etc/courier-imap/imapd-ssl correctly,
however, in pop3d-ssl, POP3_STARTTLS is not, so I remapped it to POP3DSTARTTLS
as courier-imap was expecting, and presto. Both worked with TLS.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-05-20 14:23:34 UTC
Could you please check the latest ebuilds of courier-imap and see if these issues are still presently. They appear to have been fixed already.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-12 01:23:04 UTC
IMAPS works for me...
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-25 18:13:07 UTC
no response and it works for me.