Re: [Exim] bug in pgsql_servers in 4.01?

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Matt Bernstein
Dátum:  
Címzett: exim-users
Új témák: [Exim] hmm (was Re: bug in pgsql_servers in 4.01?)
Tárgy: Re: [Exim] bug in pgsql_servers in 4.01?
At 10:38 -0000 Philip Hazel wrote:

>On Tue, 5 Mar 2002, Matt Bernstein wrote:
>
>> If pgsql_servers referes to a non-standard port number, something appears
>> to go awry in Exim 4.
>
>I will investigate. Thanks for the report.


I dipped into the source, and it complains if there aren't enough slashes,
but will just error if there are too many. It's not the port at all.

So, simply changing my pgsql_servers from "localhost::4321/[db]/[user]//"
to "localhost::4321/[db]/[user]/" fixes it for me. (I use a null password
as authentication is provided by ident.)

Sorry if I was misleading!

Matt