> > It did not enter the queue. I want to clean this code up a bit (not > > your fault, it has become ugly). Can you test the new result in a > > week or so? I don't have a PgQSL setup. > > > > > Sure. Could you tell me when it gets to experimental?
It is included with today's experimental release: ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-3.3-20171227.tar.gz I had to fix one bug: + if (host->type = TYPECONNSTRING) { /* should be == */ + conn = PQconnectdb(host->name); + } else { + conn = + PQsetdbLogin(host->name, host->port, NULL, NULL, dbname, username, + password); + } We don't want to break support for prior 'host' syntax :-) Wietse