|
From: Thomas <tho...@my...> - 2004-04-14 17:01:13
|
Are you all sure that its the RECIPIENT-warning and not the admin-message?
From my amavisd.conf
----------
# where to send ADMIN VIRUS NOTIFICATIONS (should be a fully qualified
address)
# - the administrator address may be a simple fixed e-mail address (a
scalar),
# or may depend on the SENDER address (e.g. its domain), in which case
# a ref to a hash table can be specified (specify lower-cased keys,
# dot is a catchall, see README.lookups).
#
# Empty or undef lookup disables virus admin notifications.
# $virus_admin = undef; # do not send virus admin notifications (default)
# $virus_admin = {'not.example.com' => '', '.' => 'vir...@ex...'};
# $virus_admin = 'vir...@ex...';
$virus_admin = "virusalert\@mysnip.de"; # due to D_DISCARD default
----------
thomas
Radio Gong 2000 GmbH & Co. KG [Technik] wrote:
>STUPID ME!!!
>
>I've got the same problem with $warnvirussender = 0!
>
>Always sends Warnings!
>
>
>
>
>>Am Dienstag, 13. April 2004 12:31 schrieb Robert LeBlanc:
>>
>>
>>>At 11:33 2004/04/08, Anne Ramey wrote:
>>>
>>>
>>>>I wanted to turn off notifications for virus recipients. my
>>>>/etc/amavis.conf looks like:
>>>>
>>>># Notify virus (or banned files) RECIPIENT?
>>>># (not very useful, but some policies demand it)
>>>>#$warnvirusrecip = 1; # (defaults to false (undef))
>>>>$warnbannedrecip = 1; # (defaults to false (undef))
>>>>
>>>>but I'm still getting virus notifications...???
>>>>
>>>>
|