3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: PGSQL auth wi...
FromSent OnAttachments
Mike D'AgostaNov 18, 2002 10:56 pm 
rickyNov 19, 2002 7:12 am 
Mike D'AgostaNov 22, 2002 1:52 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] Re: PGSQL auth with Courier-IMAPActions...
From:Mike D'Agosta (mdag@earthtribe.net)
Date:Nov 22, 2002 1:52:43 pm
List:net.sourceforge.lists.courier-users

Ok, I hooked up as much debugging as I could understand. It now logs all connections and queries to /var/log/pgsql.

If I run a normal query, it logs it. When I connect through Courier, it logs the connection but never any query. The login fails and leaves an idle postgres process, preventing postgres from shutting down.

Has anybody had success with courier and postgres? It seems like courier can't even make a query...

Thanks, Mike

ricky wrote:

What worked well for me when setting it up with mysql was to turn on database query logging. Set the follwing option true in postgresql.conf for postgres to do the same. Then you should be able to see just what is being asked of the database when a user logs in. DEBUG_PRINT_QUERY (boolean)

Mike D'Agosta writes:

Hi, I'm having difficulty authorizing my users via pgsql. But before I post my problems in full, I'd like to know how to get more verbose output from courier-imap. I am only able to see LOGIN FAILED... not what user it's trying, what password it's trying, etc. I'm looking in /var/log/maillog. Is there some way to increase the verbosity? Thanks,