commit inicial docker

This commit is contained in:
Mauro Torrez
2019-09-08 13:47:21 -03:00
parent 431114680c
commit f02b759ff3
16 changed files with 181 additions and 292 deletions

View File

@@ -24,5 +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 {{ 'sieve' if dovecot_sieve_enable else '' }}
mail_plugins = $mail_plugins sieve
}