Bug 107557 - mail-mta/courier doesn't start famd if only imapd-ssl is configured to start
Bug#: 107557 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: maintainer-needed@gentoo.org Reported By: davidcrowley@comcast.net
Component: Applications
URL: 
Summary: mail-mta/courier doesn't start famd if only imapd-ssl is configured to start
Keywords:  
Status Whiteboard: 
Opened: 2005-09-28 22:12 0000
Description:   Opened: 2005-09-28 22:12 0000
/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 From Marcin Semeniuk 2006-05-25 12:48:20 0000 -------
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 From Luca Longinotti 2006-07-10 17:23:36 0000 -------
Fixed in mail-mat/courier-0.53.2 as suggested here.
Best regards, CHTEKK.