Perhaps try this... make the above maildir field empty, make sure there
is a /Users/test/.courier with just ./Maildir and chown 509.20 -R /Users/test
Also watch your postgresql logs and even manually paste the query shown in
the logs into postgresql directly and see what the result actually is.
Your crypted password looks rather exotic but it seems auth access is Ok.
FWIW
--markc
Thanks, but all files in /Users/test (esp. including the Maildir) are already 509.20 I'm afraid.
I tried using an empty maildir setting, with .courier (in /Users/test) set to ./Maildir ... and it didn't work either. Since then I've also tried:
home=/Users/test/Maildir maildir= (no .courier file in Maildir)
home=/Users/test/Maildir maildir= (.courier in Maildir = . )
home=/Users/test/Maildir maildir= (.courier in Maildir = ./ )
None of these variations work either. So I went back to /Users/test and ./Maildir for the time being.
As for the pgsql logs, I tried turning on logging and then doing as you suggest. However, *sigh* it seems to return exactly the data it should.
-----
2003-03-27 12:59:52 LOG: connection received: host=127.0.0.1 port=50047
2003-03-27 12:59:52 LOG: connection authorized: user=postgres database=courier
2003-03-27 12:59:52 LOG: query: begin; select getdatabaseencoding(); commit
2003-03-27 12:59:52 LOG: query: SELECT addr, cryptpw, '', uid, gid, home, maildir, quota, name FROM users WHERE addr = 'test'
----- -----
courier=# SELECT addr, cryptpw, '', uid, gid, home, maildir, quota, name FROM users WHERE addr = 'test';-----
-[ RECORD 1 ]--------------------------------
addr | test
cryptpw | $1$Gmq8m/E6$BJFdexco3TKQnzzc4/Gss1
?column? |
uid | 509
gid | 20
home | /Users/test
maildir | ./Maildir
quota |
name | Test Acct
So thanks... but keep 'em coming.
-jab
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
