/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.
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
Fixed in mail-mat/courier-0.53.2 as suggested here. Best regards, CHTEKK.