🐛: sieve before script + sieve plugin for lda/lmtp
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m31s

This commit is contained in:
VC
2025-12-05 13:21:22 +01:00
parent 2837778cdb
commit 66fe2f1ac8

View File

@@ -33,6 +33,7 @@ sieve_script personal {
sieve_script before { sieve_script before {
type = before type = before
path = /etc/dovecot/before.sieve path = /etc/dovecot/before.sieve
bin_path = ~/sieve
} }
service auth { service auth {
@@ -58,13 +59,13 @@ protocol imap {
protocol lmtp { protocol lmtp {
mail_plugins { mail_plugins {
lmtp_sieve = yes sieve = yes
} }
} }
protocol lda { protocol lda {
mail_plugins { mail_plugins {
lda_sieve = yes sieve = yes
} }
postmaster_address = postmaster@example.com postmaster_address = postmaster@example.com
} }