Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7178 - baselayout defines mis-named services
Summary: baselayout defines mis-named services
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 13:28 UTC by Dominik Westner
Modified: 2002-09-23 12:33 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 Dominik Westner 2002-08-28 13:28:40 UTC
Hi, 

this is just a small thing, but a little bit anoying.

with sys-apps/baselayout-1.8.2 the /etc/services defines

imap2 for port 143 

cyrus will refuse to listen on 143 if it is not named 'imap'.

Changing /etc/services from imap2 to imap will fix the problem.
Comment 1 Dominik Westner 2002-08-28 13:30:16 UTC
same goes for pop3 (it's pop-3 in /etc/services).
Comment 2 Dominik Westner 2002-08-28 13:42:04 UTC
the solution is to change cyrus.conf in the files dir from:

  imap          cmd="imapd" listen="imap" prefork=0
  pop3          cmd="pop3d" listen="pop3" prefork=0


to

  imap          cmd="imapd" listen="imap2" prefork=0
  pop3          cmd="pop3d" listen="pop-3" prefork=0


Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-22 03:15:06 UTC
Raker, this is your stuff.
Comment 4 Nick Hadaway 2002-09-23 12:33:27 UTC
I have updated cyrus.conf with the listen port changes.  Thanks for the update!