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