mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-30 04:30:49 +02:00
Do not enable starttls if no certificate
This commit is contained in:
parent
8a2ddcdf30
commit
3230554b0d
@ -90,7 +90,7 @@ mail {
|
||||
|
||||
server {
|
||||
listen 25;
|
||||
{% if TLS %}
|
||||
{% if TLS and not TLS_ERROR %}
|
||||
starttls on;
|
||||
{% endif %}
|
||||
protocol smtp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user