File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ retry unix - - n - - error
2929rewrite unix - - n - - trivial-rewrite
3030scache unix - - n - 1 scache
3131showq unix n - n - - showq
32- smtp inet n - n - - smtpd
32+ smtp inet n - n - 1 postscreen
33+ smtpd pass - - n - - smtpd
3334smtp unix - - n - - smtp
3435tlsmgr unix - - n 1000? 1 tlsmgr
36+ tlsproxy unix - - n - 0 tlsproxy
3537trace unix - - n - 0 bounce
3638verify unix - - n - 1 verify
3739virtual unix - n n - - virtual
Original file line number Diff line number Diff line change 1+
2+ postscreen_bare_newline_enable = yes
3+ postscreen_bare_newline_action = enforce
4+
5+ postscreen_greet_action = enforce
6+
7+ postscreen_non_smtp_command_enable = yes
8+ postscreen_non_smtp_command_action = enforce
9+
10+ postscreen_pipelining_enable = yes
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ smtpd_recipient_restrictions =
1818 reject_rhsbl_sender your_DQS_key.zrd.dq.spamhaus.net=127.0.2.[2..24],
1919 reject_rhsbl_helo your_DQS_key.zrd.dq.spamhaus.net=127.0.2.[2..24],
2020 reject_rhsbl_reverse_client your_DQS_key.zrd.dq.spamhaus.net=127.0.2.[2..24],
21- reject_rbl_client bl.spamcop.net,
21+ reject_rbl_client bl.spamcop.net=127.0.0.2 ,
2222 permit
You can’t perform that action at this time.
0 commit comments