1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Restore LOGIN as tests assume it's there

This commit is contained in:
Florent Daigniere
2021-08-10 09:05:02 +02:00
parent 2b05e72ce4
commit 974bcba5ab

View File

@@ -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;
} }