On Fri, Jul 25, 2014 at 11:50:22AM -0500, Noel Jones wrote:
> On 7/24/2014 10:58 PM, Will Yardley wrote:
> > On Wed, Jul 23, 2014 at 10:51:41AM -0500, Noel Jones wrote:
> >>> and then have
> >>> recommended =
> >>
> >> Yes, that should work as expected.
> >
> > This seemed to work as expected in my tests on 2.6.x. However, on 2.3.3,
> > I get:
> >
> > postfix/smtpd[5673]: fatal: restriction class `recommended' needs a
> > definition
> >
>
> ah, I wasn't sure what an empty restriction class would do.
>
> Anyway, fix it with a no-op:
> recommended = static:dunno
Better:
recommended =
check_client_access static:dunno
A bare table triggers an implicit check_mumble_access depending on
the SMTP context, but this is not always possible, and should not
be (ab)used.
--
Viktor.