From d45f48bbe2810bf11c75998261cd62db580c8420 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 01 Aug 2008 15:06:30 -0400 Subject: [PATCH] Disable spam and virus notifications for the admin user. Can be overridden by the policies in mysql. --- install/tpl/amavisd_user_config.master | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/install/tpl/amavisd_user_config.master b/install/tpl/amavisd_user_config.master index 12aed49..d0a7a5e 100644 --- a/install/tpl/amavisd_user_config.master +++ b/install/tpl/amavisd_user_config.master @@ -50,6 +50,15 @@ $final_bad_header_destiny = D_DISCARD; # +# Disable spam and virus notifications for the admin user. +# Can be overridden by the policies in mysql +# + +$virus_admin = undef; +$spam_admin = undef; + + +# # Enable Logging # -- Gitblit v1.9.1