View previous topic :: View next topic |
Author |
Message |
iloose2 Tux's lil' helper
Joined: 16 Jul 2002 Posts: 89 Location: Minnesota
|
Posted: Tue Jul 16, 2002 6:45 pm Post subject: Courier-imapd |
|
|
When I attempt to run courier-imapd (/etc/init.d/courier-imapd start) I get the following message.
"* Starting courier authdaemon...
/sbin/runscript.sh: /usr/lib/courier/authlib/authdaemond: No such file or directory
*ERROR: Problem starting needed services.
* "courier-imapd was not started."
Any suggestions?
Thanks. |
|
Back to top |
|
|
grakker Tux's lil' helper
Joined: 17 Apr 2002 Posts: 100
|
Posted: Tue Jul 16, 2002 9:27 pm Post subject: |
|
|
try Code: | /etc/init.d/courier-imap start |
|
|
Back to top |
|
|
iloose2 Tux's lil' helper
Joined: 16 Jul 2002 Posts: 89 Location: Minnesota
|
Posted: Tue Jul 16, 2002 9:48 pm Post subject: |
|
|
No such file or directory |
|
Back to top |
|
|
grakker Tux's lil' helper
Joined: 17 Apr 2002 Posts: 100
|
Posted: Tue Jul 16, 2002 9:57 pm Post subject: |
|
|
Hmm.... are you sure that you emerged courier-imap? For my system it uses /etc/init.d/courier-imap. I have the courier-imapd in my /etc/init.d/, but courier-imap is in my /etc/runlevels/default/ and I use the /etc/init.d/courier-imap restart after making changes.
What does Code: | ls /etc/init.d/courier* | give?
edit:Are you running the command as root? |
|
Back to top |
|
|
iloose2 Tux's lil' helper
Joined: 16 Jul 2002 Posts: 89 Location: Minnesota
|
Posted: Tue Jul 16, 2002 10:55 pm Post subject: |
|
|
courier
courier-authdaemond
courier-esmtpd
courier-esmtpd-msa
courier-esmtpd-ssl
courier-imapd
courier-imapd-ssl
courier-ldapaliasd
courier-mta
courier-pop3d
courier-pop3-ssl
I am running the command as root. |
|
Back to top |
|
|
grakker Tux's lil' helper
Joined: 17 Apr 2002 Posts: 100
|
Posted: Tue Jul 16, 2002 11:03 pm Post subject: |
|
|
Strange. For me it's: Code: | > ls /etc/init.d/cour*
/etc/init.d/courier-imap /etc/init.d/courier-imapd-ssl
/etc/init.d/courier-imap-ssl /etc/init.d/courier-pop3d
/etc/init.d/courier-imapd /etc/init.d/courier-pop3d-ssl
>
| I've pretty much exhausted any suggestions other than the M$ sounding, unmerge courier and emerge it again? For what it's worth: Code: | > emerge -s courier
[ Results for search key : courier ]
[ Applications found : 2 ]
* net-mail/courier
Latest version Available: 0.39.1
Latest version Installed: [ Not Installed ]
Homepage: http://www.courier-mta.org/
Description:
An MTA designed specifically for maildirs
* net-mail/courier-imap
Latest version Available: 1.5.0
Latest version Installed: 1.4.5-r3
Homepage: http://www.courier-mta.org/
Description:
An IMAP daemon designed specifically for maildirs
>
|
[/code] |
|
Back to top |
|
|
iloose2 Tux's lil' helper
Joined: 16 Jul 2002 Posts: 89 Location: Minnesota
|
Posted: Tue Jul 16, 2002 11:16 pm Post subject: Got it... |
|
|
The problem was not courier it was not updating the config files in /etc...
added CONFIG_PROTECT="" in /etc/make.conf
Thank you for the suggestions. |
|
Back to top |
|
|
|