From 66fe2f1ac875d1d0876f54aa90fd22f6da62f5f0 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Dec 2025 13:21:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B:=20sieve=20before=20script=20+=20s?= =?UTF-8?q?ieve=20plugin=20for=20lda/lmtp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/dovecot/files/dovecot.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }