aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-23 04:42:22 +0100
committerGravatar Joe Banks <[email protected]>2024-08-23 16:52:20 +0100
commitfe2c81be1fb797dbef0357cd56cbf78a612755d5 (patch)
tree5e4ba3fe6b2a621efa9bf94e60e81bed386d6a7b
parentAdd LMTP config to enable Sieve (diff)
Template new LMTP config and install Sieve packages
-rw-r--r--ansible/roles/dovecot/tasks/main.yml3
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