Dominik Chilla:
> Hello,
>
> I?m trying to use the new inline:{key=value, ...}-map in combination
> with smtpd_restriction_classes. What I want the map to do is to reject
> per default (last key is a kind of wildcard?) if no key=value matched.
> Actually I?ve realized this with PCRE-maps, which results in a lot of
> files :(. Something like this would be nice:
>
> [...]
> smtpd_restriction_classes = check_test, ...
>
> check_test =
> check_sender_access = inline:{[email protected]=DUNNO, *=reject},
> check_recipient_access = inline:{[email protected]=permit,
> *=reject},
> reject
The syntax of access tables is documented in the access(5) manpage.
http://www.postfix.org/access.5.html
Wietse