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

Fixed: FS#1055 - Problem with ISPConfig installer on CentOS?

parent e2235147
No related branches found
No related tags found
No related merge requests found
...@@ -149,16 +149,6 @@ $defang_by_ccat{+CC_BADH.",6"} = 1; # header field syntax error ...@@ -149,16 +149,6 @@ $defang_by_ccat{+CC_BADH.",6"} = 1; # header field syntax error
# $notify_method = 'smtp:[127.0.0.1]:10025'; # $notify_method = 'smtp:[127.0.0.1]:10025';
# $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter!
#$final_virus_destiny = D_DISCARD;
#$final_banned_destiny = D_BOUNCE;
#$final_spam_destiny = D_DISCARD;
#$final_bad_header_destiny = D_BOUNCE;
$final_virus_destiny = D_REJECT;
$final_banned_destiny = D_REJECT;
$final_spam_destiny = D_PASS;
$final_bad_header_destiny = D_PASS;
# $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl
## hierarchy by which a final setting is chosen: ## hierarchy by which a final setting is chosen:
......
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