diff options
author | 2024-08-23 04:42:22 +0100 | |
---|---|---|
committer | 2024-08-23 16:52:20 +0100 | |
commit | fe2c81be1fb797dbef0357cd56cbf78a612755d5 (patch) | |
tree | 5e4ba3fe6b2a621efa9bf94e60e81bed386d6a7b /ansible/roles/dovecot/tasks/main.yml | |
parent | Add LMTP config to enable Sieve (diff) |
Template new LMTP config and install Sieve packages
Diffstat (limited to 'ansible/roles/dovecot/tasks/main.yml')
-rw-r--r-- | ansible/roles/dovecot/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/dovecot/tasks/main.yml b/ansible/roles/dovecot/tasks/main.yml index b6c7ae7..29d4a00 100644 --- a/ansible/roles/dovecot/tasks/main.yml +++ b/ansible/roles/dovecot/tasks/main.yml @@ -7,6 +7,8 @@ - dovecot-imapd - dovecot-lmtpd - dovecot-ldap + - dovecot-sieve + - dovecot-managesieved tags: - role::dovecot @@ -64,6 +66,7 @@ - 10-auth.conf - 10-ssl.conf - 15-mailboxes.conf + - 20-lmtp.conf - auth-ldap.conf.ext tags: - role::dovecot |