On Tue, 21 Aug 2018 at 16:43, Fongaboo <post...@fongaboo.com> wrote:

>
> Sorry.. reposting with correct subject...
>
> I tried putting a bunch of /8's that I know to be assigned to Spectrum,
> one of
> which my own IP was definitely within, into rbl_override. I then ran
> postmap
> rbl_override and restarted postfix.
>
> No dice. Still got the error.
>
> For the time being, I had to go into main.cf and comment out reference to
> zen.spamhaus.org completely for now, but I would still prefer a more
> granular
> solution.
>
> BTW the smtpd_client_restrictions contains:
>
> check_client_access hash:/usr/local/etc/postfix/rbl_override
>
>
> This precedes all the reject references to specific blacklists.
> I believe rbl_override has worked in the past. Any ideas why it's not
> working
> in this case? This is what my Spectrum IP section looks like:
>
> # Spectrum
> 23.0.0.0/8 OK
> 24.0.0.0/8 OK
> ...
>

I believe this format is not valid for hash tables, but you can use it for
cidr tables:
check_client_access cidr:/usr/local/etc/postfix/rbl_override

Reply via email to