Phil Howard:
> On Fri, Jun 4, 2010 at 17:16, Wietse Venema <[email protected]> wrote:
>
> > You need -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
> > to get relay permissions.
>
> Is that for the submission entry or the smtp entry (that he didn't
> provide)?
Allow me to place my advice in context:
> -------main.cf--------
> smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination
> -------master.cf-------
> submission inet n - n - - smtpd
> -o smtpd_enforce_tls=yes
> -o smtpd_sasl_auth_enable=yes
> -o smtpd_sasl_type=dovecot
> -o smtpd_sasl_path=private/auth
> -o smtpd_client_restrictions_permit_sasl_authenticated,reject
You need -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
to get relay permissions.
Given the full context, I think that there is no need for confusion.
Wietse