On Mon, 13 May 2002, Jason Haar wrote:
> You don't mention that you even installed Qmail-Scanner correctly.
I don't know that I did, hence the question =)
> Did you "./configure ..." or did you install manually?
I ./configure'd
> I'm suspecting you don't even have the QMAILQUEUE patch install
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
On Fri, May 10, 2002 at 12:36:19PM -0400, Steven Faguy wrote:
> I've been looking at archives for the list for about 4 months but haven't
> found anything to help here.
You don't mention that you even installed Qmail-Scanner correctly. Did you
"./configure ..." or did you install manually? I'm su
Here's my run file:
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
export QMAILQUEUE
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
echo QMAILDUID, NOFILE
> 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
>
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/qmai