From 974bcba5ab8d8bf2d2f581f74e338fda491595f5 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Tue, 10 Aug 2021 09:05:02 +0200 Subject: [PATCH] Restore LOGIN as tests assume it's there --- core/nginx/conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/nginx/conf/nginx.conf b/core/nginx/conf/nginx.conf index 82e7ca36..9ce12980 100644 --- a/core/nginx/conf/nginx.conf +++ b/core/nginx/conf/nginx.conf @@ -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; }