diff options
Diffstat (limited to 'ansible/roles')
| -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 | 
