disable spam/virus message

Andrew J. Kopciuch akopciuch at bddf.ca
Tue Jan 3 17:48:17 CET 2006


On Tuesday 03 January 2006 09:30, Oliver Wiemer wrote:
> Hello,
>
> can i disable the virus or spam notification email for all user?
> I use kolab-server-2.0.1/ix86-debian3.0
>

go to :

/kolab/etc/kolab/templates

edit the file :

amavisd.conf.template

$warnvirusrecip = 1;   # (defaults to false (undef))
$warnbannedrecip = 1;  # (defaults to false (undef))

Change the values to 0 and the recipients will no longer receive the messages. 

You may want to make use of the :

$virus_admin = "virusalert\@$mydomain";

setting to make sure someone gets the messages.



Save the file and run /kolab/sbin/kolabconf


That should do it for you.




Andy




More information about the users mailing list