[Postfix/postscreen] On coupe les "deep protocol tests".
This commit is contained in:
parent
161d28f03f
commit
90f86da1db
1 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue