In the qmail-scanner-queue.pl i have got the below as follow:-
 
# ./configure --spooldir /var/spool/qmailscan --qmaildir /var/qmail --bindir /var/qmail/bin --qmail-queue-binary /var/qmail/bin/qmail-queue --admin root --domain --notify sender,admin,recips --local-domains a.net,b.com,c.org --lang en_GB --debug 1 --unzip 1 --add-dscr-hdrs 0 --archive 0 --redundant 0 --log-details --fix-mime 1 --scanners "auto"

my @local_domains_array=('a.net','b.com',c.org');

my $NOTIFY_ADDRS='sender,admin,recips';

This is correct? If it is, the report did not go to the recips.

Please help

----- Original Message -----
From: "CertaintyTech - Ed Henderson" <[EMAIL PROTECTED]>
To: "Amauri Bailon" <[EMAIL PROTECTED]>; "Nicholas Chua" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, May 09, 2002 3:02 AM
Subject: RE: [Qmail-scanner-general]klez

> > Hi all
> > I've edited my qmail-scanner-queue.pl and changed my
> > $NOTIFY_ADDRS section from my $NOTIFY_ADDRS='sender,admin'; to my
> > $NOTIFY_ADDRS='sender,admin,recips'; but when i send a eicar.com
> > it only advise the sender and the admin, the recips doesn't
> > receive a warning, can someone help me?
> > thanks a lot
> > I'm using qmail-1.03+qmail-scanner-1.10+uvscan
> > Amauri
> >
>
> Q-S will only notify the recips if it determines that the recipient is a
> local mailbox.  Therefore make sure the your local domains are part of the
> local_domain_array in qmail-scanner-queue.pl.  For example my domain is
> certainty.net so I added it to the local_domain_array so now any infected
> messages coming to someone in the @certainty.net domain will recieve a
> notification that the message was stopped.  Again, "./configure --help" will
> tell how to do this. Or modify qmail-scanner-queue.pl by hand and add your
> domains to the array.
>
> ---
> Ed.
>
>

Reply via email to