Re: Order of restrictions

2011-02-03 Thread mouss
Le 02/02/2011 21:25, Noel Jones a écrit : > On 2/2/2011 1:48 PM, mouss wrote: >> Le 02/02/2011 19:28, Steve Jenkins a écrit : >>> smtpd_recipient_restrictions = >>> permit_sasl_authenticated, >>> permit_mynetworks, >>> reject_unauth_destination, >>> check_client_

Re: Order of restrictions

2011-02-02 Thread Noel Jones
On 2/2/2011 1:48 PM, mouss wrote: Le 02/02/2011 19:28, Steve Jenkins a écrit : smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, check_client_access pcre:/etc/postfix/fqrdns.pcre, reject_unknown_re

Re: Order of restrictions

2011-02-02 Thread Noel Jones
On 2/2/2011 2:05 PM, Joe wrote: On 02/02/2011 10:28 AM, Steve Jenkins wrote: After watching the recent thread about filtering restrictions, it's got me curious as to whether mine are optimal. I've recently added support for backscatterer checking in my restrictions, and I moved Stan's fqrdns.pcr

Re: Order of restrictions

2011-02-02 Thread Joe
On 02/02/2011 12:05 PM, Joe wrote: On 02/02/2011 10:28 AM, Steve Jenkins wrote: After watching the recent thread about filtering restrictions, it's got me curious as to whether mine are optimal. I've recently added support for backscatterer checking in my restrictions, and I moved Stan's fqrdns.

Re: Order of restrictions

2011-02-02 Thread Joe
On 02/02/2011 10:28 AM, Steve Jenkins wrote: After watching the recent thread about filtering restrictions, it's got me curious as to whether mine are optimal. I've recently added support for backscatterer checking in my restrictions, and I moved Stan's fqrdns.pcre check higher in my list per his

Re: Order of restrictions

2011-02-02 Thread Ralf Hildebrandt
* Steve Jenkins : > > Have you tried cdb? > > My postconf -m says: > btree > cidr > environ > hash > ldap > mysql > nis > pcre > proxy > regexp > static > unix > > So I'd have to rebuild with cdb support explicitly. Yes. > But before I go through the steps of doing that, what's the advantage

Re: Order of restrictions

2011-02-02 Thread mouss
Le 02/02/2011 19:28, Steve Jenkins a écrit : > After watching the recent thread about filtering restrictions, it's > got me curious as to whether mine are optimal. I've recently added > support for backscatterer checking in my restrictions, and I moved > Stan's fqrdns.pcre check higher in my list p

Re: Order of restrictions

2011-02-02 Thread Steve Jenkins
On Wed, Feb 2, 2011 at 11:09 AM, Ralf Hildebrandt wrote: >>         check_sender_access hash:/etc/postfix/check_backscatterer, >> >> The check_backscatterer file setup is as suggested on >> http://www.backscatterer.org/?target=usage, with the exception of >> "hash" instead of "dbm." > > Have you t

Re: Order of restrictions

2011-02-02 Thread Ralf Hildebrandt
* Steve Jenkins : > After watching the recent thread about filtering restrictions, it's got > me curious as to whether mine are optimal. Beauty, eye of the beholder, and all that fuzz > smtpd_recipient_restrictions = > permit_sasl_authenticated, > permit_mynetworks, > re

Order of restrictions

2011-02-02 Thread Steve Jenkins
After watching the recent thread about filtering restrictions, it's got me curious as to whether mine are optimal. I've recently added support for backscatterer checking in my restrictions, and I moved Stan's fqrdns.pcre check higher in my list per his suggestion in an earlier thread. Mine now look