On Wed, 20 Aug 2008 02:20:23 Noel Jones wrote:
> Michael wrote:
> > What I want to achieve now is to ONLY allow authenticated clients (via
> > SASL) to send to the fax email address...
> >
> > How can this be achieved?
>
> In your recipients table, rather than:
> faxdomain  OK
>
> use instead:
> faxdomain  permit_sasl_authenticated
>
> If you want to also allow unauthenticated clients in
> $mynetworks, you can use:
> faxdomain  permit_mynetworks, permit_sasl_authenticated

Thanks. Is there any way I can skip the recipients table and just add this in 
to main.cf under smtpd_recipient_restrictions ?

Reply via email to