diff --git a/Python/etc/postfix/main.cf b/Python/etc/postfix/main.cf index 823d256..bff9cd3 100644 --- a/Python/etc/postfix/main.cf +++ b/Python/etc/postfix/main.cf @@ -298,7 +298,7 @@ if mx: @# Bannière d'accueil multi valuée @postscreen_greet_banner = Bienvenue au crans, veuillez patienter quelques secondes. @## On fait semblant d'aller à RCPT TO, puis poubelle - @postscreen_greet_action = enforce + @postscreen_greet_action = drop @ @# RBL, le retour @postscreen_dnsbl_sites = @@ -311,12 +311,14 @@ if mx: @postscreen_dnsbl_threshold = 3 @postscreen_dnsbl_action = enforce @ - @# Filtre utilisé par postfix, mis en amont via postscreen - @postscreen_non_smtp_command_enable = yes - @postscreen_non_smtp_command_action = enforce - @ - @postscreen_bare_newline_enable = yes - @postscreen_bare_newline_action = enforce - @ - @postscreen_pipelining_enable = yes - @postscreen_pipelining_action = enforce + @## Désactivé, pour éviter le fake greylisting de postscreen. + @## Décommenter en cas de spam trop important. + @## Filtre utilisé par postfix, mis en amont via postscreen + @#postscreen_non_smtp_command_enable = yes + @#postscreen_non_smtp_command_action = enforce + @# + @#postscreen_bare_newline_enable = yes + @#postscreen_bare_newline_action = enforce + @# + @#postscreen_pipelining_enable = yes + @#postscreen_pipelining_action = enforce