8 messages in net.sourceforge.lists.courier-users[courier-users] Re: authpgsql bug
FromSent OnAttachments
Anand BuddhdevJul 3, 2002 6:47 am 
Sam VarshavchikJul 3, 2002 7:36 am 
Gordon MessmerJul 3, 2002 7:55 am 
Anand BuddhdevJul 3, 2002 8:28 am 
Peter C. NortonJul 3, 2002 10:03 am 
Gordon MessmerJul 3, 2002 10:28 am 
Anand BuddhdevJul 3, 2002 10:55 am 
Anand BuddhdevJul 3, 2002 11:51 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:[courier-users] Re: authpgsql bugActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jul 3, 2002 7:36:50 am
List:net.sourceforge.lists.courier-users

Anand Buddhdev writes:

redhat 7.3 courier version 0.39.0 postgreSQL version 7.2.1

In my /etc/courier/authpgsqlrc file, I have commented out PGSQL_HOST, and set PGSQL_PORT to /tmp/.s.PGSQL.5432, which is the socket created by my postgreSQL server. However, PGSQL authentication was not working. When I did an strace on the authdaemon.pgsql program, I found out that it was attempting to use /tmp/.s.PGSQL.0, instead of what was defined in the config file. I made a symlink from /tmp/.s.PGSQL.0 to /tmp/.s.PGSQL.5432, and authentication via PGSQL now works. Is this a bug that needs fixing?

I'm not sure what the deal is there. The PGSQL_HOST setting goes directly to postgres, unaltered...