I am having the same problem. Here is my run file. I am running RH7.2 with
daemontools-0.76. Qmail is running fantasticly however.
Thx
Doug
#!/bin/sh
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"; export QMAILQUEUE
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
echo QMAILDUID, NOFILESGID, or MAXSMTPD is unset in
echo /var/qmail/supervise/qmail-smtpd/run
exit 1
fi
exec /usr/local/bin/softlimit -m 5120000 \
/usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c "$MAXSMTPD"
\
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd
2>&1
-----Original Message-----
From: CertaintyTech - Ed Henderson [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 12:01 PM
To: Steven Faguy; [EMAIL PROTECTED]
Subject: RE: [Qmail-scanner-general]QS not invoked
> I've been looking at archives for the list for about 4 months but haven't
> found anything to help here.
>
> 1. Followed the instructions to the best of my abilities, everything
> seemed to work properly.
> 2. Inserted:
> QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
> export QMAILQUEUE
> into /service/qmail-smtpd/run and restarted qmail.
> 3. Ran test_installation.sh which sent three emails. All three passed
> through.
>
> I can only assume that qmail is not invoking qmail-scanner, but have no
> way of finding out why this is happenning. Is there something obvious I'm
> missing? Or some other way of making qmail-scanner get invoked?
>
> Steve Faguy
> Cronomagic
>
Please post your qmail-smtpd/run file.
---
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
_______________________________________________________________
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