$inet_socket_port = 10024; # default listening socket
$sa_spam_subject_tag = '***SPAM*** ';
-$sa_tag_level_deflt = undef; # add spam info headers if at, or above that level
+$sa_tag_level_deflt = -9999; # add spam info headers if at, or above that level
$sa_tag2_level_deflt = 5; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 20; # triggers spam evasive actions
$sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent
@whitelist_sender_acl = qw( .$mydomain );
$final_virus_destiny = D_DISCARD; # (defaults to D_BOUNCE)
$final_banned_destiny = D_DISCARD; # (defaults to D_BOUNCE)
-$final_spam_destiny = D_DISCARD; # (defaults to D_REJECT)
+$final_spam_destiny = D_PASS; # (defaults to D_REJECT)
$final_bad_header_destiny = D_PASS; # (defaults to D_PASS), D_BOUNCE suggested
-$virus_admin = undef;
-$spam_admin = undef;
+$virus_admin = "postmaster\@$mydomain";
+$spam_admin = "postmaster\@$mydomain";
#------------ Do not modify anything below this line -------------
1; # insure a defined return
###
smtp inet n - n - 1 postscreen
-o smtpd_sasl_auth_enable=no
-#smtp inet n - n - - smtpd
-# -o smtpd_milters=smtp:[127.0.0.1]:10024
+
+smtp-amavis unix - - - - 2 smtp
+ -o smtp_data_done_timeout=1200
+ -o smtp_send_xforward_command=yes
+ -o disable_dns_lookups=yes
+ -o max_use=20
+ -o smtp_tls_security_level=none
+
+smtp inet n - n - - smtpd
+ -o smtpd_milters=smtp:[127.0.0.1]:10024
###
### SMTP-Daemon hinter Postscreen: Schleift E-Mails zur Filterung durch Amavis
###
### Weitere wichtige Dienste für den Serverbetrieb
###
pickup unix n - n 60 1 pickup
- -o content_filter=smtp-amavis:[127.0.0.1]:10024
+ -o content_filter=
-o receive_override_options=no_header_body_checks
-#bei pickup rausgenommen
-# -o content_filter=
+
+# -o content_filter=smtp-amavis:[127.0.0.1]:10024
cleanup unix n - n - 0 cleanup
qmgr unix n - n 300 1 qmgr
policy-spf unix - n n - - spawn
user=nobody argv=/usr/bin/policyd-spf
-smtp-amavis unix - - - - 2 smtp
- -o smtp_data_done_timeout=1200
- -o smtp_send_xforward_command=yes
- -o disable_dns_lookups=yes
- -o max_use=20
- -o smtp_tls_security_level=none
127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=