Re: Whitelisting refuses to work

2019-12-17 Thread Bill Cole
On 17 Dec 2019, at 9:24, Ieva Dav wrote: Hi, So i inherited an old postfix setup and we have: smtpd_client_restrictions = check_client_access hash:$conf_dir/whitelist, reject_rbl_client blah reject_rbl_client blahblah etc And it still blocks the domains i put in the whitelist. Note

Re: Whitelisting refuses to work

2019-12-17 Thread Benny Pedersen
Ieva Dav skrev den 2019-12-17 15:24: So i inherited an old postfix setup and we have: smtpd_client_restrictions = check_client_access hash:$conf_dir/whitelist, change hash to cidr mapping check_client_access is not domain names imho reject_rbl_client blah reject_rbl_client blahblah

Re: Whitelisting refuses to work

2019-12-17 Thread Matus UHLAR - fantomas
On 17.12.19 16:24, Ieva Dav wrote: smtpd_client_restrictions = check_client_access hash:$conf_dir/whitelist, reject_rbl_client blah reject_rbl_client blahblah etc And it still blocks the domains i put in the whitelist. Google says to have this in recipient restrictions instead, but that does