Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42408 - courier-imap doesn't start authlib/authdaemond
Summary: courier-imap doesn't start authlib/authdaemond
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-21 13:03 UTC by José Costa
Modified: 2004-06-26 16:05 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 José Costa 2004-02-21 13:03:07 UTC
/etc/init.d/courier-imapd starts to script gentoo-imapd.rc

that script doesn't start authdaemond like in imapd.rc, so I couldn't login via imap.

just add the following lines on gentoo-imapd.rc:

if test -x ${libexecdir}/authlib/authdaemond
then
/bin/env - ${libexecdir}/authlib/authdaemond start
fi

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-02-21 13:27:47 UTC
the depend() section of all the courier-imapd init.d scripts contains 'need authdaemond'

that means that the authdaemond script should have been started up before the courier-imap script

what does `rc-status -a | grep authdaemond` show ?
if it shows 'started' that means authdaemond quit/failed to start properly
Comment 2 José Costa 2004-02-21 22:56:36 UTC
yes, it does show "started".

how do i reset it to test it?
Comment 3 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2004-03-27 23:44:46 UTC
you can test stopping with:

/etc/init.d/authdaemond stop

should stop authdaemon and also courier-imapd and/or courier-imapd-ssl


then,

/etc/init.d/courier-imapd start

should start both authdaemond and imapd.

Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-06-26 16:05:51 UTC
closing an old bug.