Add imap_sieve plugin
This commit is contained in:
parent
dfef9192ef
commit
b1c0a4f8a1
1 changed files with 9 additions and 0 deletions
|
@ -192,3 +192,12 @@
|
|||
- Junk
|
||||
- Trash
|
||||
notify: Reload dovecot service
|
||||
|
||||
- name: Add imap_sieve plugin
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/dovecot/conf.d/20-imap.conf
|
||||
regexp: '^(\s*)#?mail_plugins =.*'
|
||||
backrefs: true
|
||||
line: '\1mail_plugins = $mail_plugins quota imap_sieve'
|
||||
notify: Reload dovecot service
|
||||
|
|
Loading…
Reference in a new issue