admin won't understand LOGIN

master
Florent Daigniere 3 years ago
parent de3620da4a
commit 7285c6bfd9

@ -302,7 +302,7 @@ mail {
starttls only; starttls only;
{% endif %} {% endif %}
protocol smtp; protocol smtp;
smtp_auth plain login; smtp_auth plain;
} }
{% if TLS %} {% if TLS %}
@ -310,7 +310,7 @@ mail {
listen 465 ssl; listen 465 ssl;
listen [::]:465 ssl; listen [::]:465 ssl;
protocol smtp; protocol smtp;
smtp_auth plain login; smtp_auth plain;
} }
server { server {

Loading…
Cancel
Save