Fix auth for SMTP submission on port 465

This commit is contained in:
Râu Cao 2023-12-03 18:31:12 +01:00
parent 87411274ae
commit 738e96f7e4
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -78,6 +78,7 @@ node.normal['postfix']['master'] = {
"-o syslog_name=postfix/10465",
"-o smtpd_tls_wrappermode=yes",
"-o smtpd_sasl_auth_enable=yes",
"-o smtpd_relay_restrictions=permit_sasl_authenticated,reject",
"-o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject",
"-o smtpd_sasl_type=dovecot",
"-o smtpd_sasl_path=private/auth",