Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107557 - mail-mta/courier doesn't start famd if only imapd-ssl is configured to start
Summary: mail-mta/courier doesn't start famd if only imapd-ssl is configured to start
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 130957
  Show dependency tree
 
Reported: 2005-09-28 22:12 UTC by David Crowley
Modified: 2006-07-10 17:23 UTC (History)
4 users (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 David Crowley 2005-09-28 22:12:03 UTC
/etc/init.d/courier will start famd if imad is configured to start.  But it will
not start famd if only imapd-ssl is configured to start.  Something like the
following needs to be added to /etc/init.d/courier in the depend() function:

grep -q "^IMAPDSSLSTART=.*[Yy].*" /etc/courier/imapd-ssl && need famd



Reproducible: Always
Steps to Reproduce:
1.emerge courier
2.configure courier and imapd-ssl but NOT imapd
3./etc/init.d/famd stop
4./etc/init.d/courier start

Actual Results:  
courier and imapd-ssl start.  famd did not start.

Expected Results:  
famd should have started.
Comment 1 Marcin Semeniuk 2006-05-25 12:48:20 UTC
Something like the
> following needs to be added to /etc/init.d/courier in the depend() function:
> 
> grep -q "^IMAPDSSLSTART=.*[Yy].*" /etc/courier/imapd-ssl && need famd

added in bug 130957
Comment 2 Luca Longinotti (RETIRED) gentoo-dev 2006-07-10 17:23:36 UTC
Fixed in mail-mat/courier-0.53.2 as suggested here.
Best regards, CHTEKK.