Kevin Baker wrote:
Is it possible to run two instances of dbmail on the same machine on two ports by specifying different config files at startup?
Yes, but it takes a little work. What I do is run ./configure --prefix=/some/dir Then I edit the dbmail.h file and modify the default location of the PID file, conf file and log files by adding the same prefix I used for configure.
