Steve wrote:
> Hello list
>
> I just don't get it. I have created a smtpd restriction and would like to use
> that restriction from within master.cf. Something like that:
>
> main.cf:
> --------
> smtpd_restriction_classes =
> my_filter
>
> filter =
> check_recipient_access proxy:mysql:${config_directory}/my_filter.cf
>
my_filter != filter
The restriction class refers to a variable not a file.Brian
