Skip to content

Commit d45f48b

Browse files
committed
Disable spam and virus notifications for the admin user. Can be overridden by the policies in mysql.
1 parent d89b694 commit d45f48b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install/tpl/amavisd_user_config.master

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ $final_spam_destiny = D_DISCARD;
4949
$final_banned_destiny = D_BOUNCE;
5050
$final_bad_header_destiny = D_DISCARD;
5151

52+
#
53+
# Disable spam and virus notifications for the admin user.
54+
# Can be overridden by the policies in mysql
55+
#
56+
57+
$virus_admin = undef;
58+
$spam_admin = undef;
59+
60+
5261
#
5362
# Enable Logging
5463
#

0 commit comments

Comments
 (0)