It will only be sent to recips of the 'a.net','b.com',c.org'
domains. Only to local recips not to all
recips.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nicholas Chua
Sent: Sunday, May 12, 2002 4:30 PM
To: CertaintyTech - Ed Henderson; Amauri Bailon; [EMAIL PROTECTED]
Subject: Re: [Qmail-scanner-general]klezIn 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]>Sent: Thursday, May 09, 2002 3:02 AMSubject: 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.
>
>