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

master
Michael Wyraz 5 years ago
parent 950a88bf0e
commit c20976f071

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

Loading…
Cancel
Save