Re: Returning from custom restriction class and proceed with the remaning checks

2016-01-27 Thread Noel Jones
On 1/27/2016 8:18 AM, Igor Sverkos wrote: > Hi, > > OK, when I jump from smtpd_client_restrictions via check_*_access into > a custom restriction class a "DUNNO" to end (skip) the custom > restriction class will send me back to smtpd_client_restrictions. > > Can I get postfix's dnswl_client check

Re: Returning from custom restriction class and proceed with the remaning checks

2016-01-27 Thread Igor Sverkos
Hi, OK, when I jump from smtpd_client_restrictions via check_*_access into a custom restriction class a "DUNNO" to end (skip) the custom restriction class will send me back to smtpd_client_restrictions. Can I get postfix's dnswl_client check to return with DUNNO when I want this check to decide i

Re: Returning from custom restriction class and proceed with the remaning checks

2016-01-25 Thread Noel Jones
On 1/25/2016 11:25 AM, Igor Sverkos wrote: > My problem is that any PERMIT/OK in my custom restriction classes would > also immediately end smtpd_client_restrictions causing quota check for > example to be skipped. Use DUNNO rather than OK to skip to the next restriction. -- Noel Jones

Returning from custom restriction class and proceed with the remaning checks

2016-01-25 Thread Igor Sverkos
Hi, tl;dr I am looking for a way to return from a custom restriction class back to the initial (built-in) restriction class from where I jumped into the custom restriction to proceed with the remaining checks. In general, each incoming mail has to pass greylisting and policyd-weight checks in my