https://qa.mandrakesoft.com/show_bug.cgi?id=623
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2002-12-22 16:08 -------
I cannot reproduce this.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
description:
Courier-IMAP runs imapd-ssl on port 585 (imap4-ssl) instead of port 993 (imaps),
unless /etc/services is corrected. The original (wrong) rows go:
imap4-ssl 585/tcp IMAP4+SSL (use 993 instead)
imap4-ssl 585/udp IMAP4+SSL (use 993 instead)
while it should be:
imap4-ssl 585/tcp IMAP4+SSL
imap4-ssl 585/udp IMAP4+SSL
After making the fix, imapd-ssl runs correctly on port 993.