You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Allow smtp auth login for TLS port (similar to SSL port)
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