Viktor Dukhovni
dukhovni.org> writes:
>
> On Fri, Aug 30, 2013 at 06:52:52PM
+0200, Fabio Sangiovanni wrote:
>
> > I've noticed that the syntax:
> >
> > smtpd_sender_restrictions =
pcre:/etc/postfix/sender_access
> >
> > is valid, and by all means as
effective as:
> >
> > smtpd_sender_re
On Fri, Aug 30, 2013 at 06:52:52PM +0200, Fabio Sangiovanni wrote:
> I've noticed that the syntax:
>
> smtpd_sender_restrictions = pcre:/etc/postfix/sender_access
>
> is valid, and by all means as effective as:
>
> smtpd_sender_restrictions =
> check_sender_access pcre:/etc/postfix/sender
Hi list,
I've noticed that the syntax:
smtpd_sender_restrictions = pcre:/etc/postfix/sender_access
is valid, and by all means as effective as:
smtpd_sender_restrictions = check_sender_access
pcre:/etc/postfix/sender_access
I couldn't find this syntax in the documentation, would you please p