feat: change dovecot2 sieve
This commit is contained in:
parent
b7287b0d51
commit
536fc2b463
1 changed files with 6 additions and 1 deletions
|
|
@ -189,10 +189,15 @@ in
|
|||
managesieve_logout_format = bytes ( in=%i : out=%o )
|
||||
}
|
||||
|
||||
lda_original_recipient_header = X-Original-To
|
||||
|
||||
plugin {
|
||||
sieve_dir = /var/vmail/%d/%n/sieve/scripts/
|
||||
sieve = /var/vmail/%d/%n/sieve/active-script.sieve
|
||||
sieve_extensions = +vacation-seconds +editheader
|
||||
sieve_extensions = +vacation +vacation-seconds +editheader
|
||||
sieve_vacation_use_original_recipient = yes
|
||||
sieve_vacation_dont_check_recipient = yes
|
||||
sieve_vacation_database = file:/var/vmail/%d/%n/sieve/vacation.db;
|
||||
sieve_vacation_min_period = 1min
|
||||
|
||||
fts = lucene
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue