Sim Zacks wrote: > I am trying to compile and use dbmail 2.3.3 with postgresql. > > The database is set up with the user mentioned in the dbmail.conf > > ../configure statement: > ../configure --with-pgsql --with-ldap --with-sieve --prefix > /usr/local/dbmail_psql > > In my dbmail.conf file it says driver = pgsql
Use 'postgresql'. The value is used to construct the DSN uri used by libzdb to connect to the backend. Since I intent to move to URI based database connectors in dbmail.conf as well, I want to discourage the use of pgsql - though for backward compatibility it should issue a deprecation warning rather than fail. > > When I try to run dbmail-imapd I get the error: > dbmail-imapd[12964]: [0x8068978] FATAL:[config] GetDBParams(+205): > driver not supported > > Any thoughts? > > Sim > _______________________________________________ > DBmail mailing list > [email protected] > https://mailman.fastxs.nl/mailman/listinfo/dbmail > -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
