Hi list!
I'm trying to do some complicated things with a postfix access map, of the
regexp type:
...
check_client_access regexp:/etc/postfix/maps/client.regexp
...
When a connection is made, first the client hostname and then the client IP
address are looked up in the map. If on the first pass (the hostname lookup)
the key is not found, or DUNNO is returned, we go the second pass (the IP
lookup). This is all exactly as documented in access(5).
I was wondering if it is possible to return something (other than OK) on the
first pass, so the second lookup does not happen? So, something like DUNNO,
that prevents further lookups in the same map, and immediately continues in
the next map.
Thanks a lot!
Roel