> 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
> 
> 
>

Edit your /var/qmail/supervise/qmail-smtpd/run file.  Add:

QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"; export QMAILQUEUE

to the top of the file and it should work.

Ed.

_______________________________________________________________

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

Reply via email to