5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courierpop3d: How...
FromSent OnAttachments
Til SchubbeJan 23, 2005 6:37 am 
Sam VarshavchikJan 23, 2005 7:07 am 
Til SchubbeJan 23, 2005 10:02 am 
Sam VarshavchikJan 23, 2005 10:07 am 
Til SchubbeJan 23, 2005 11:02 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] courierpop3d: How to set the MAILDIR variable?Actions...
From:Til Schubbe (t.sc@gmx.de)
Date:Jan 23, 2005 10:02:45 am
List:net.sourceforge.lists.courier-users

* On 23.01. Sam Varshavchik muttered:

Til Schubbe writes:

/etc/courier# egrep -v '^(#|$)' authdaemonrc authmodulelist="authmysql"

You will have to add another field to your MySQL table that specifies the account's maildir, and adjust authmysqlrc accordingly.

Ok. I like to use text-files more. So now I set authmodulelist="authuserdb" in authdaemonrc and created /etc/courier/userdb with one line:

user1 uid=2000|gid=2000|shell=/bin/false|systempw=secret| pop3pw=secret|mail=/var/mail/vhosts/user1/

Then I called makeuserdb and restarted courier-authdaemon and courier-pop. After that I tried to login:

til@debian:~ - telnet myserver pop3 [...] +OK Hello there. user user1 +OK Password required. pass secret -ERR Login failed.

Syslog only says: courierpop3login: Connection, ip=[::ffff:80.142.34.148] courierpop3login: LOGIN FAILED, ip=[::ffff:80.142.34.148] courierpop3login: Disconnected, ip=[::ffff:80.142.34.148]

Could you tell me, why I can't login, please?

Regards Til