Domain on While list not working

koby

Renowned Member
Jun 21, 2012
138
4
83
Natanya , Israel
Hello Guys,
I did add "gmail.com" to the MailProxy/Whitelist for NOT to checking with rbl.
But the mail was bloking on RBL ,

Here is the blocking log :

Code:
Oct 6 10:48:30 smg01 postfix/postscreen[21261]: NOQUEUE: reject: RCPT from [209.85.167.65]:43951: 550 5.7.1 Service unavailable; client [209.85.167.65] blocked using dnsbl.sorbs.net; from=<agampeleghen@gmail.com>, to=<koby@mksoft.co.il>, proto=ESMTP, helo=<mail-lf1-f65.google.com>

Here is my screenshoot :


Screen Shot 2020-10-06 at 11.21.29.png

Does anyone have any clue ?

Best Regards ,
Koby Peleg Hen
 
You'd need to whitelist the IP(networks) as well since this block is on IP-level

I hope this helps!
 
for subsequent tests inside the mailproxy (the mail gets blocked by postscreen - http://www.postfix.org/POSTSCREEN_README.html, afterwards you have checks on postfix/smtpd level, and then there's SPF-checks in the mailproxy and greylisting, all of those also work on domain level)

I hope this explains it