Hi,
I have been using Qpsmtpd for a few days now and got it work great!
But there is a problem to get Qpsmtpd automatically start on boot (and automatically re-start if it shuts down), I tried to follow the instructions found from README file but I got stuck at "If you use the supervise tools, then you are practically done now! Just symlink /home/smtpd/qpsmtpd into your /services (or /var/services or /var/svscan or whatever) directory.".
I can't get this work at all, I symlinked /usr/qpsmtpd (the directory where I installed Qpsmtpd) to /service (ln -s /usr/qpsmtpd /service), but when i type "service qpsmtpd start" I get "qpsmtpd: unrecognized service".
So I have to type /usr/qpsmtpd/run to get it started. How have you guys done this on RedHat9? Am I missing something?
And another question I'd like to ask is about logging, I have set the loglevel to 7 but nothing goes to the /usr/qpsmtpd/log directory, except one file named run. Content of the run file in the log directory looks:
#! /bin/sh export LOGDIR=./main mkdir -p $LOGDIR exec multilog t s1000000 n20 $LOGDIR
Instead I get all log information rolling right at the screen. I'm rather confused now, shouldn't there be something else too?
But as said other than that it is really nice, I managed to filter spam and viruses really well with the plugins and Clamav and Spamassassin 3.
Best regards, Timo
