I read the http://qmail-scanner.sourceforge.net/
Below is what i am trying to understand. "At this stage the Qmail startup script(s) (e.g. /etc/rc.d/init.d/qmail ) will need to be updated so that Qmail knows to use qmail-scanner-queue.pl instead of qmail-queue. echo -n "qmail-smtpd, " QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE (softlimit -a 5120000 tcpserver -l`hostname -f` -c20 -b30 -P -h -R -t10 \ -O -Q -v -x/var/qmail/control/tcprules.cdb \ -uQMAILDUSER -gQMAILDGROUP 0 25 qmail-smtpd 2>&1) | splogger tcpserver &" What should i edit? the /etc/rc.d/init.d/qmail or the /var/qmail/supervise/qmail-smtpd/run? My /var/qmail/supervise/qmail-smtpd/run as follow:- #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 6000000 \ /usr/local/bin/tcpserver -H -R -l 0 -v \ -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ recordio /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true 2>&1 Thanks _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general