Re: access map as smtpd_sender_restrictions value

2013-08-30 Thread Fabio Sangiovanni
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

Re: access map as smtpd_sender_restrictions value

2013-08-30 Thread Viktor Dukhovni
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

access map as smtpd_sender_restrictions value

2013-08-30 Thread Fabio Sangiovanni
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