You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-09-16 09:06:32 +02:00
Merge #1203
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:
@@ -251,7 +251,7 @@ mail {
|
||||
starttls only;
|
||||
{% endif %}
|
||||
protocol smtp;
|
||||
smtp_auth plain;
|
||||
smtp_auth plain login;
|
||||
}
|
||||
|
||||
{% if TLS %}
|
||||
|
Reference in New Issue
Block a user