diff --git a/roles/dovecot/files/dovecot.conf b/roles/dovecot/files/dovecot.conf index 1f0f234..0e33104 100644 --- a/roles/dovecot/files/dovecot.conf +++ b/roles/dovecot/files/dovecot.conf @@ -33,6 +33,7 @@ sieve_script personal { sieve_script before { type = before path = /etc/dovecot/before.sieve + bin_path = ~/sieve } service auth { @@ -58,13 +59,13 @@ protocol imap { protocol lmtp { mail_plugins { - lmtp_sieve = yes + sieve = yes } } protocol lda { mail_plugins { - lda_sieve = yes + sieve = yes } postmaster_address = postmaster@example.com }