https://qa.mandrakesoft.com/show_bug.cgi?id=623
Product: courier-imap
Component: courier-imap
Summary: imaps port not set correctly
Version: 1.6.0-1mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
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.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.