🐛: 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 {
|
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user