Enable sieve with LMTP.

This commit is contained in:
Antoine Nguyen
2015-12-09 09:53:14 +01:00
parent 37d9a8a3e8
commit 16d4d85c57
4 changed files with 22 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ class Dovecot(base.Installer):
"dovecot-sieve"
]
config_files = [
"dovecot.conf", "dovecot-dict-sql.conf.ext", "conf.d/10-ssl.conf"]
"dovecot.conf", "dovecot-dict-sql.conf.ext", "conf.d/10-ssl.conf",
"20-lmtp.conf"]
with_user = True
def get_config_files(self):