1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-17 20:57:54 +02:00

Add login method to smtp_auth under ssl

Fixes #704
This commit is contained in:
Tim Möhlmann 2018-12-06 01:00:16 +02:00
parent c25c646909
commit 9dd447e23b
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

View File

@ -245,7 +245,7 @@ mail {
listen 465 ssl;
listen [::]:465 ssl;
protocol smtp;
smtp_auth plain;
smtp_auth plain login;
}
server {