1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-09-16 09:06:32 +02:00
1203: Allow smtp auth login for TLS port (similar to SSL port) r=mergify[bot] a=micw

## What type of PR?

enhancement

## What does this PR do?

Changes smtp_auth from "plain" to "plain login" for port 587 (make it equal to port 465).

### Related issue(s)
- none, trivial change

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- none, trivial change


Co-authored-by: Michael Wyraz <michael.wyraz@evermind.de>
This commit is contained in:
bors[bot]
2019-10-10 21:42:42 +00:00
committed by GitHub

View File

@@ -251,7 +251,7 @@ mail {
starttls only;
{% endif %}
protocol smtp;
smtp_auth plain;
smtp_auth plain login;
}
{% if TLS %}