Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 89100

Summary: courier-imapd-ssl fails to start from /etc/init.d/courier-imapd-ssl start because of a missing file
Product: Gentoo Linux Reporter: Jyri-Petteri Paloposki <jyri-petteri.paloposki>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jyri-Petteri Paloposki 2005-04-14 09:31:36 UTC
I have tried re-emerging mail-mta/courier, but it doesn't help... I assume that the daemon (courier-imapd-ssl) should come with mail-mta/courier, since it blocks courier-imapd...

Reproducible: Always
Steps to Reproduce:
1. emerge courier
2. /etc/init.d/courier-imapd-ssl start (assuming that configuration is correct enough)
3. That's it, at least on my Gentoo it shows the error message. 
Actual Results:  
An error message: 
root@localhost:~ >/etc/init.d/courier-imapd-ssl start
 * Starting courier-imapd over SSL...
/usr/bin/env: /usr/lib/courier-imap/gentoo-imapd-ssl.rc: Tiedostoa tai
hakemistoa ei ole  [ !! ]

("Tiedostoa tai hakemistoa ei ole" is Finnish, in English something like "There
is no such file or directory")

Expected Results:  
Start the SSL-IMAP-daemon.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-14 09:41:11 UTC
Did you emerge net-mail/courier-imap at all? If you emerged mail-mta/courier, then this bug is invalid. There is no such initsript in courier - these are two different packages. 
Comment 2 Jyri-Petteri Paloposki 2005-04-14 09:45:45 UTC
No, how would I have, since mail-mta/courier is blocking it... I just realized there is a /etc/init.d/courier, that seems to do something to imapd-ssl... So I guess this one's invalid. Thanks. 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-04-14 09:49:01 UTC
If you want courier-imap, then

emerge -Cav mail-mta/courier
emerge -av net-mail/courier-imap

In either case, read the fine manual. ;-)