🐛: sieve before script + sieve plugin for lda/lmtp
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m31s
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m31s
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user