Fixed misstyped condition

master
Ionut Filip 6 years ago
parent 02c802159a
commit 9c56e4c1b6

@ -94,7 +94,7 @@ DMARC_RUF={{ dmarc_ruf or 'admin' }}
# emails to all users.
WELCOME={{ welcome_enable or 'false' }}
WELCOME_SUBJECT={{ welcome_subject or 'Welcome to your new email account' }}
WELCOME_BODY={{ welcome_body 'Welcome to your new email account, if you can read this, then it is configured properly!' }}
WELCOME_BODY={{ welcome_body or 'Welcome to your new email account, if you can read this, then it is configured properly!' }}
{% endif %}
# Maildir Compression

Loading…
Cancel
Save