@ -43,7 +43,7 @@ http {
# Actual logic
{% if TLS_ERROR %}
location / {
return 403
return 403;
}
{% else %}
{% if WEBMAIL != 'none' %}
@ -90,7 +90,7 @@ mail {
server {
listen 25;
{% if TLS_FLAVOR != 'notls' %}
{% if TLS %}
starttls on;
{% endif %}
protocol smtp;