Rod K:
> I'm trying to implement
>
> check_client_restrictions =
> check_client_access pgsql:/path/to/local_blacklist-sql.cf,
Note that this also makes queries with client name parent domains
and network prefixes (see the section "HOST NAME/ADDRESS PATTERNS"
in the access(5) manpage).
>
> When I check with postmap
> postmap -q 1.2.3.4 pgsql:/path/to/local_blacklist-sql.cf
> or
> postmap -q 1.2.3.4 cidr:/path/to/local_blacklist.cidr
Note that this does not make queries with client name parent domains
and network prefixes, just the queries that you specify.
Wietse