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
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
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
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