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;
{% endif %}
protocol smtp;
smtp_auth plain;
smtp_auth plain login;
auth_http_header Auth-Port 587;
}
@ -316,7 +316,7 @@ mail {
listen 465 ssl;
listen [::]:465 ssl;
protocol smtp;
smtp_auth plain;
smtp_auth plain login;
auth_http_header Auth-Port 465;
}

Loading…
Cancel
Save