I have postfix
+ dovecot
install that uses
virtual_mailbox_maps
I want to do sieve for specific users. where I should put the sieve file, since there are no user directories?
In dovecot configuration I have this:
plugin {
sieve_extensions = +editheader
sieve_editheader_max_header_size = 1k
# Protected special headers
sieve_editheader_forbid_add = X-Verified
sieve_editheader_forbid_delete = X-Verified X-Seen
sieve_redirect_envelope_from = recipient
sieve = /etc/dovecot/sieve/default.sieve
}
However, i do not want to use default.sieve
, I want additional sieve file for specific users.