PDA

View Full Version : Clamav notification for sender and recipient


Jan3.3
03-31-2005, 09:34 AM
Hi,
how can i change qmail-scanner-queue.pl to notify the sender and the recipient of an infected mail? At the moment just the Postmaster is mailed.

Im to stupid to find this on the site/forum/mailinglist-archive....

Thanks

Jan3.3
03-31-2005, 10:24 AM
i found it:
changes in qmail-scanner-queue.pl

change
$NOTIFY_ADDRS='admin';
to
$NOTIFY_ADDRS='admin,sender,recips';