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

Merge pull request #725 from usrpro/fix-outlook2019-smtp

Add login method to smtp_auth under ssl
This commit is contained in:
mergify[bot] 2018-12-06 16:02:35 +00:00 committed by GitHub
commit a634c7b72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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