View previous topic :: View next topic |
Author |
Message |
ham_se17 Tux's lil' helper
Joined: 20 Jul 2005 Posts: 131
|
Posted: Sun Feb 19, 2006 11:13 pm Post subject: courier-imap-ssl error after upgrade [SOLVED] |
|
|
I have used http://gentoo-wiki.com/HOWTO_Email_System_for_the_Home_Network for setting up my mail system.
It has worked for several month now, but after i upgraded courier-imap to version 4.x, I just can't login.
I have looked in all my configs, and everything is like it should be....
My mail.log says:
Code: |
Feb 20 00:05:14 backfire imapd-ssl: Connection, ip=[::ffff:xx.xxx.xxx.xxx]
Feb 20 00:05:19 backfire imapd-ssl: LOGIN FAILED, method=PLAIN, ip=[::ffff:xx.xxx.xxx.xxx]
Feb 20 00:05:24 backfire imapd-ssl: LOGIN FAILED, user=myuser, ip=[::ffff:xx.xxx.xxx.xxx]
Feb 20 00:05:32 backfire imapd-ssl: Disconnected, ip=[::ffff:xx.xxx.xxx.xxx], time=18, starttls=1
|
Code: |
# cat /etc/courier/authlib/authdaemond.conf
AUTHDAEMOND="authdaemond.plain"
# cat /etc/courier/authlib/authdaemonrc
#authmodulelist="authmysql authpgsql authpam authuserdb authshadow authcustom authpipe"
authmodulelist="authpam"
authmodulelistorig="authuserdb authpam authshadow authpgsql authmysql authcustom authpipe"
daemons=5
authdaemonvar=/var/lib/courier/authdaemon
DEBUG_LOGIN=2
DEFAULTOPTIONS=""
LOGGEROPTS=""
|
Last edited by ham_se17 on Mon Feb 20, 2006 6:30 pm; edited 1 time in total |
|
Back to top |
|
|
ham_se17 Tux's lil' helper
Joined: 20 Jul 2005 Posts: 131
|
Posted: Mon Feb 20, 2006 7:50 am Post subject: |
|
|
Any ideas?
Its kinda big problem that i can't get access to my mails... |
|
Back to top |
|
|
ham_se17 Tux's lil' helper
Joined: 20 Jul 2005 Posts: 131
|
Posted: Mon Feb 20, 2006 6:32 pm Post subject: |
|
|
I changed: (/etc/courier/authlib/authdaemonrc)
Code: |
authmodulelist="authpam"
|
to
Code: |
authmodulelist="authshadow authpam"
|
and restartet the courier-authlib
Code: |
/etc/init.d/courier-authlib restart
|
|
|
Back to top |
|
|
sstidman n00b
Joined: 24 Feb 2006 Posts: 2
|
Posted: Fri Feb 24, 2006 6:27 pm Post subject: |
|
|
On an almost exactly opposite note, I need to configure Courier IMAP with the following:
Code: |
authmodulelist="authpam"
|
It was trying to use MySQL for authentication. I use LDAP for authentication, and my PAM is setup to use LDAP. I had a few other problems too, mainly I didn't take all the new files using etc-update. Once I did that, all was well for me. |
|
Back to top |
|
|
|