Re: access map fallthrough - prevent lookup of IP address

2016-06-01 Thread Roel van Meer
Roel van Meer writes: 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. Ok, this is exactly what

access map fallthrough - prevent lookup of IP address

2016-05-31 Thread Roel van Meer
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 f