[postfix-users] mehrere restriction classes in einem Lookup?

Ralf Hildebrandt Ralf.Hildebrandt at charite.de
Fr Mai 9 08:54:30 CEST 2008


* Christian Bricart <christian at bricart.de>:
> Tach zusammen,
> 
> wenn ich "Features zu aktivieren" in restriction classes zusamenfasse - 
> so ala:
> 
> restriction_classes = greylist, rblcheck
> 
> greylist =
>    check_recipient_access = hash:/path/whitelist
>    check_access = hash:/path/whitelist
>    check_policy_service inet:127.0.0.1:4711


Falsche Syntax.
greylist =
   check_recipient_access hash:/path/whitelist
   check_access hash:/path/whitelist
   check_policy_service inet:127.0.0.1:4711

-- 
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de)          snickebo at charite.de
Postfix - Einrichtung, Betrieb und Wartung       Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
Trying to outsmart a compiler defeats much of the purpose of using
one. -- Kernighan & Plauger, The Elements of Programming Style.