Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66484 - evolution-2.0.1 imap is broken due to /etc/services
Summary: evolution-2.0.1 imap is broken due to /etc/services
Status: RESOLVED DUPLICATE of bug 66166
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-05 20:00 UTC by Mark Duckworth
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Mark Duckworth 2004-10-05 20:00:18 UTC
Hey all, this is a bug entry which already has a resolution that needs to be implemented.  Imap is completely broken in evolution-2.0.1 due to the imap port not being hardcoded anymore.  You need to add imap to /etc/services.  So instead of:

imap2 143/tcp
imap2 143/udp

do:
imap2 143/tcp imap
imap2 143/udp imap
(add an alias to plain imap).

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-10-05 21:08:17 UTC

*** This bug has been marked as a duplicate of 66166 ***