Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
courier-imap-ssl error after upgrade [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ham_se17
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jul 2005
Posts: 131

PostPosted: Sun Feb 19, 2006 11:13 pm    Post subject: courier-imap-ssl error after upgrade [SOLVED] Reply with quote

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
View user's profile Send private message
ham_se17
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jul 2005
Posts: 131

PostPosted: Mon Feb 20, 2006 7:50 am    Post subject: Reply with quote

Any ideas?
Its kinda big problem that i can't get access to my mails...
Back to top
View user's profile Send private message
ham_se17
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jul 2005
Posts: 131

PostPosted: Mon Feb 20, 2006 6:32 pm    Post subject: Reply with quote

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
View user's profile Send private message
sstidman
n00b
n00b


Joined: 24 Feb 2006
Posts: 2

PostPosted: Fri Feb 24, 2006 6:27 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum