Restore LOGIN as tests assume it's there

master
Florent Daigniere 3 years ago
parent 2b05e72ce4
commit 974bcba5ab

@ -307,7 +307,7 @@ mail {
starttls only; starttls only;
{% endif %} {% endif %}
protocol smtp; protocol smtp;
smtp_auth plain; smtp_auth plain login;
auth_http_header Auth-Port 587; auth_http_header Auth-Port 587;
} }
@ -316,7 +316,7 @@ mail {
listen 465 ssl; listen 465 ssl;
listen [::]:465 ssl; listen [::]:465 ssl;
protocol smtp; protocol smtp;
smtp_auth plain; smtp_auth plain login;
auth_http_header Auth-Port 465; auth_http_header Auth-Port 465;
} }

Loading…
Cancel
Save