Stan Hoeppner:
> http://www.postfix.org/SMTPD_POLICY_README.html
> 
>  1 /etc/postfix/master.cf:
>  2     127.0.0.1:9998  inet  n      n      n      -       0       spawn
>  3       user=nobody argv=/some/where/policy-server
>  4
>  5 /etc/postfix/main.cf:
>  6     smtpd_recipient_restrictions =
>  7         ...
>  8         reject_unauth_destination
>  9         check_policy_service inet:127.0.0.1:9998
> 10         ...
> 11     127.0.0.1:9998_time_limit = 3600
> 
> Note #11.  Does this mean this is still valid, or that the docs need
> changing?

#11 is valid ONLY IF #2 exists. Without #2 it is a non-existent
parameter.

        Wietse

Reply via email to