5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier-authlib-0...
FromSent OnAttachments
tekn...@wp.plSep 28, 2006 6:20 am 
Larry MooreSep 28, 2006 6:34 am 
tekn...@wp.plSep 28, 2006 6:45 am 
tekn...@wp.plSep 28, 2006 8:34 am 
Sam VarshavchikSep 28, 2006 3:17 pm 
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] courier-authlib-0.58: authdaemon problemsActions...
From:tekn...@wp.pl (tekn@wp.pl)
Date:Sep 28, 2006 6:45:07 am
List:net.sourceforge.lists.courier-users

Hello

tekn@wp.pl wrote:

-bash-2.05b# telnet 0 110 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. +OK Hello there. user test +OK Password required. pass testpassword -ERR Temporary problem, please try again later Connection closed by foreign host.

and in logs: Sep 28 15:12:51 server pop3d: LOGIN FAILED, user=test, ip=[127.0.0.1] Sep 28 15:12:51 server pop3d: authentication error: Input/output error

Why ? Database works fine. What's wrong ?

Home directory of account has ownership with uid of different value to users uid entry in database.

No - i have the same uid in database: mysql> select uid,gid from postfix_users; +------+------+ | uid | gid | +------+------+ | 1001 | 1001 | +------+------+ 1 row in set (0.00 sec)

as the one in the system: -bash-2.05b# id vmail uid=1001(vmail) gid=1001(vmail) groups=1001(vmail) -bash-2.05b# ls -la /home/vmail/ total 24 drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 server.com -bash-2.05b# ls -la /home/vmail/server.com/ total 6 drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 . drwx------ 3 vmail vmail 512 Sep 28 11:50 .. drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 test -bash-2.05b# ls -la /home/vmail/server.com/test total 6 drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 . drwxr-xr-x 3 vmail vmail 512 Sep 28 11:46 .. drwx------ 5 vmail vmail 512 Sep 28 11:47 Maildir

So - what might be wrong ?

Thanx