View previous topic :: View next topic |
Author |
Message |
Boworr n00b
Joined: 30 Jul 2004 Posts: 45 Location: England. Where the history comes from.
|
Posted: Wed Feb 09, 2005 7:41 pm Post subject: I broke my Courier IMAP-SSL |
|
|
I upgraded to the latest version of Courier IMAP and can't connect to it anymore. In my logs I'm getting this error:
Code: | Feb 9 18:36:04 [imapd-ssl] authdaemon: s_connect() failed: Connection refused
Feb 9 18:36:04 [imapd-ssl] [Hint: perhaps authdaemond is not running?]
Feb 9 18:36:04 [imapd-ssl] LOGIN FAILED, method=PLAIN, ip=[::ffff:192.168.0.3]
Feb 9 18:36:04 [imapd-ssl] authentication error: Connection refused |
When I try and restart the authdaemon I always get this :
Code: | office root # /etc/init.d/courier-authlib restart
* Stopping courier-imapd... [ ok ]
* Stopping courier-imapd over SSL... [ ok ]
* Stopping courier-authlib: authdaemond...
start-stop-daemon: warning: failed to kill 7068: No such process [ !! ]
* Starting courier-imapd... [ ok ]
* Starting courier-imapd over SSL... [ ok ] |
|
|
Back to top |
|
|
Ateo Advocate
Joined: 02 Jun 2003 Posts: 2022 Location: Vegas Baby!
|
Posted: Wed Feb 09, 2005 8:03 pm Post subject: |
|
|
There are plenty of other threads dealing with this. Did you search? Try using the search function with keyword: "courier-imap"... |
|
Back to top |
|
|
gentoo_lan l33t
Joined: 08 Sep 2004 Posts: 891 Location: Charles Town, WV
|
Posted: Wed Feb 09, 2005 8:34 pm Post subject: |
|
|
Adjust the authmodulelist in /etc/courier/authlib/authdaemonrc:
Code: | authmodulelist="authshadow authpam" |
|
|
Back to top |
|
|
tecknojunky Veteran
Joined: 19 Oct 2002 Posts: 1937 Location: Montréal
|
Posted: Thu Feb 10, 2005 6:14 am Post subject: |
|
|
I'm wondering why I missed that. Oh, let me guess... the super intelligent way of printing einfos messages during build processes Quote: | pkg_postinst() {
einfo "Authdaemond is no longer provided this package."
einfo "athentication libraries are from courier-authlib"
einfo "for a quick start please refer to"
einfo "/usr/share/doc/${P}/courier-imap-gentoo.readme.gz"
} |
1- I think Gentoo should fix this broken behavior and find a way to print some report at the end of ALL ebuilds.
2- This authdaemonrc should be either automatic or be printed somewhere.
3- I'm sacarstic when I'm hangry.
This kind of small idioties is what makes me think that Gentoo, at time, is runned in an immature fashion. I want garanties that updates will keep my system running like before. Who does the audits for including these kind of changes in the Portage tree and stuff it down our throat?
suck. _________________ (7 of 9) Installing star-trek/species-8.4.7.2::talax. |
|
Back to top |
|
|
Boworr n00b
Joined: 30 Jul 2004 Posts: 45 Location: England. Where the history comes from.
|
Posted: Thu Feb 10, 2005 6:45 pm Post subject: |
|
|
I had all these fixes.. what made it work for me though was a reboot. |
|
Back to top |
|
|
|