actualizando templates

This commit is contained in:
Mauro Torrez
2019-05-30 23:51:58 -03:00
parent f1066458fb
commit d09183957f
6 changed files with 25 additions and 30 deletions

View File

@@ -24,8 +24,5 @@ protocol lmtp {
# postmaster_address aparentemente es obligatorio
postmaster_address = postmaster@{{ mail_domains | first }}
# Space separated list of plugins to load (default is global mail_plugins).
mail_plugins = $mail_plugins {% if dovecot_plugin_sieve_enable -%}
sieve
{% endif %}
mail_plugins = $mail_plugins {{ 'sieve' if dovecot_sieve_enable else '' }}
}