Hi all...
I've worked out all the little problems I was having with qmail-scanner,
thanks to who helped.
I have one last question...
I'd like to start qmail-scanner safely as per "life with qmail"
"Life with qmail" starts qmail with /var/qmail/supervise/qmail-smtp/run
----------------------------------------------------------------------------
-----------
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 6000000 \
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd
2>&1
----------------------------------------------------------------------------
------------
Anyone have any suggestions on where/how I can start qmail-scanner with the
above script ?
Regards
Dennis