Re: sasl authentication and RCPT TO

2020-10-04 Thread Wietse Venema
Vieri Di Paola: > smtpd_sender_restrictions = permit_mynetworks, > reject_unauth_destination, ... There is no permit_sasl_authenticatedm=, therefore reject_unauth_destination will demy relay access. > postconf: warning: /etc/postfix/main.cf: unused parameter: > parent_domain_matches_subdomain=deb

Re: sasl authentication and RCPT TO

2020-10-04 Thread Vieri Di Paola
On Sun, Oct 4, 2020 at 8:25 PM Wietse Venema wrote: > > Output from "postconf -n" may reveal that your cut-and-paste is > incorrect. # postconf -n postconf: warning: /etc/postfix/main.cf, line 746: overriding earlier entry: smtpd_tls_auth_only=yes biff = no broken_sasl_auth_clients = yes command_

Re: sasl authentication and RCPT TO

2020-10-04 Thread Wietse Venema
Vieri Di Paola: > Hi, > > I'm trying to allow all hosts with IP addr. in permit_mynetworks to > send e-mails to external domains without authentication. On the other > hand, I want to allow sasl-authed clients to send emails to external > domains. > > I have this: > > # grep sasl /etc/postfix/ma