Am 22.11.2014 um 13:45 schrieb Olivier CALVANO:
I'm trying to switch one of my email servers qmail postfix. This is a
server that only the relay.

I had two features on Qmail I can not find on the net for Postfix.

- On Qmail, I had a module that Rbl closed the connection after the from
/ to, it allowed me to log information

postfix don't need a module, smtpd_delay_reject is default
looks like you are asking questions before you tried something

http://www.postfix.org/postconf.5.html#smtpd_delay_reject
http://www.postfix.org/postconf.5.html#postscreen_dnsbl_action

just use postscreen on a inbound MX these days instead a FP prone one-list-reject misconfuguration

postscreen_greet_action = enforce
postscreen_dnsbl_ttl = 15m
postscreen_dnsbl_threshold = 8
postscreen_dnsbl_action = enforce
postscreen_dnsbl_sites =
 dnsbl.sorbs.net=127.0.0.10*8
 zen.spamhaus.org=127.0.0.[10;11]*8
 b.barracudacentral.org=127.0.0.2*7
 dnsbl.inps.de=127.0.0.2*7
 dnsbl.sorbs.net=127.0.0.5*6
 zen.spamhaus.org=127.0.0.[4..7]*6
 bl.mailspike.net=127.0.0.2*5
 bl.mailspike.net=127.0.0.[10;11;12]*4
 bl.spamcop.net=127.0.0.2*4
 bl.spameatingmonkey.net=127.0.0.[2;3]*4
 zen.spamhaus.org=127.0.0.3*4
 dnsrbl.swinog.ch=127.0.0.3*4
 zen.spamhaus.org=127.0.0.2*3
 dnsbl.sorbs.net=127.0.0.7*3
 dnsbl.sorbs.net=127.0.0.8*2
 dnsbl.sorbs.net=127.0.0.6*2
 dnsbl.sorbs.net=127.0.0.9*2
 wl.mailspike.net=127.0.0.[18;19;20]*-2
 list.dnswl.org=127.0.[0..255].0*-2
 list.dnswl.org=127.0.[0..255].1*-3
 list.dnswl.org=127.0.[0..255].2*-4
 list.dnswl.org=127.0.[0..255].3*-5

Reply via email to