On 2021-03-03 16:03, Matus UHLAR - fantomas wrote:
On 2021-03-03 10:45, natan wrote:
This is server for incomming e-mail with many vdomain and vusers
On 03.03.21 11:38, Benny Pedersen wrote:
number of domains is irrelevant for backscatter
I check rbl in smtpd_recipient_restrictions
..
reject_rbl_client b.barracudacentral.org,
reject_rbl_client dynamic.rbl.tld,
reject_rbl_client bl.spamcop.net,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client cbl.abuseat.org,
reject_rbl_client dnsbl.sorbs.net,
reject_rbl_client ips.backscatterer.org,
permit
move this to smtpd_client...
to make impossible whitelisting senders and/or recipients?
why should recipients be whitelisted ?, to allow backscatter ?
OP also could add dbl testing in postfix, order of config lines is
important
i just say postfix is first match "permit" in client restrictions
disables rbl test in smtpd_recipient stage, hopefully i am not sleeping
btw, postscreen does that job much better than smtpd_*_restrictions
maybe long standing postscreen seqfault i reported to maillist is solved
now :/