Pelkey, Jeffery (Titan) @ TITAN wrote:
Howdy!
I have loaded qpsmtpd v0.31.1 and it works great with little modification! However,
I do not get any logs or output except for the initial output to <STDOUT> upon
starting qpsmtpd-forkserver. It appears to be loading from the stdout: 22094 Loaded
logging/warn 9
Don't start qpsmtpd via supervise, just run it directly in a shell and
make sure that you are getting good log entries to your screen (I do
this all the time for testing purposes).
As far as using the FHS file layout, I would actually just modify the
log/run file to point to the "correct" location, e.g.
#! /bin/sh
export LOGDIR=/var/log/qpsmtpd
exec multilog t n60 $LOGDIR
HTH
John