1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Allow smtp auth login for TLS port (similar to SSL port)

This commit is contained in:
Michael Wyraz
2019-10-10 10:20:14 +02:00
parent 950a88bf0e
commit c20976f071

View File

@@ -251,7 +251,7 @@ mail {
starttls only;
{% endif %}
protocol smtp;
smtp_auth plain;
smtp_auth plain login;
}
{% if TLS %}