Tim Hunter writes: 

> so I check the postgres logs and I see that it is connecting to the db and
> selecting properly:
> DEBUG: connection: host=127.0.0.1 user=admin database=courier
> DEBUG: query: SELECT id, '', clear, uid, gid, home, '', '', name FROM
> passwd WHERE id = 'test' 
> 
> in my mail.log I get:
> Feb 28 23:33:59 snarg courierpop3login: Connection, ip=[::ffff:127.0.0.1]
> Feb 28 23:34:08 snarg courierpop3login: LOGIN FAILED, 
> ip=[::ffff:127.0.0.1]
> Feb 28 23:34:10 snarg courierpop3login: Disconnected, 
> ip=[::ffff:127.0.0.1] 
> 
> I am stuck at this point as I can see that courier is connecting to my
> database and retrieving a record, but still gets a login failed.
> What do I do next?

Check that /home/test and /home/test/Maildir exist with the correct 
ownership and permissions. 

Run authlib/authtest and see what happens. 

-- 
Sam 


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to