Well,
I wish to use maildrop with postgresql. I found two howtos that dealt with
mysql and none with postgres.
Looking at the source
grep "mysql" * -R | wc -l = 185
grep "postgres" * -R | wc -l = 0
At least with 1.5.3 (Debian Sarge) this is not supported with a simple
rebuild.
Mysql howtos state that the config file is /etc/maildrop/maildropmysql.cf,
however I could not find any trace of that in the documentation.
Yeah, if you find docs on this, I am trying to configure MailDrop with
MySQL and have not found any docs on the maildropmysql.config file, and
how it affects the build/run of MailDrop. I'm hoping I can build a
maildrop with specific fields (uid/gid/maildir_base) hardcoded, and pull
out just the variable data.
Taking this for true, I suppose that the config file for postgres should be :
"maildroppgsql.cf".
But is that correct ?
Second question : how can I check whether maildrop is indeed using the DB to
authenticate ?
I just uncomment the "log" line in MySQL and watches the queries.
Offhand I forget the equivalent for PostGres, but that is probably the
easiest way to see the DB connection information.
maildrop -V 9 -d us...@domain.com or similar can be used to see the
commandline output
iMac