[Postfix/postscreen] On coupe les "deep protocol tests".

This commit is contained in:
Pierre-Elliott Bécue 2013-07-29 05:15:58 +02:00
parent 161d28f03f
commit 90f86da1db

View file

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