Skip to content
Snippets Groups Projects
Commit d45f48bb authored by tbrehm's avatar tbrehm
Browse files

Disable spam and virus notifications for the admin user. Can be overridden by...

Disable spam and virus notifications for the admin user. Can be overridden by the policies in mysql.
parent d89b6948
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,15 @@ $final_spam_destiny = D_DISCARD; ...@@ -49,6 +49,15 @@ $final_spam_destiny = D_DISCARD;
$final_banned_destiny = D_BOUNCE; $final_banned_destiny = D_BOUNCE;
$final_bad_header_destiny = D_DISCARD; $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 # Enable Logging
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment