Most likely you specified a database driver in dbmail.conf but forgot to run ./configure --with-DRIVER, or vice versa.
the driver in dbmail.conf must be included in the configure run. So if you want to use postgres: ./configure --with-pgsql and in dbmail.conf specify: driver = pgsql same for mysql and sqlite Prashanth wrote: > Hi, > > dbmail-imapd[27017]: FATAL:[db] dbmodule.c,db_load_driver(+80): could > not load db module - turn up debug level for details > > i get this whenever i try to start dbmail-* (anything ). how to debug this. > -- ________________________________________________________________ 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
