diff --git a/install_amavis.sh b/install_amavis.sh index d76f963..5bca502 100755 --- a/install_amavis.sh +++ b/install_amavis.sh @@ -4315,6 +4315,23 @@ if (-r \$policy_banks_file) { \$final_bad_header_destiny = D_PASS; +# ---------------------------------------------------------- +# Admin E-Mails / Warnungen direct von AMaViS (nicht DSN- oder Bounce-Mails) +# ---------------------------------------------------------- + +# Bemerkung: +# *nochmal*: das hat nichts mit den eigentlichen DSN-/Bounce-Mails zu tun. + +\$virus_admin = undef; +\$spam_admin = undef; + +\$warnvirusrecip = 0; +\$warnbannedrecip = 0; +\$warnbannedsender = 0; +\$warnbadhrecip = 0; +\$warn_offsite = 0; + + # Bypass spam checking for trusted networks using mynetworks #