Hi,
I have the following (manage)sieve-related parts in my 2.4.0 config:
within the namespace inbox:
mailbox Junk {
auto = subscribe
autoexpunge = 14d
sieve_script junk {
type = before
cause = copy
driver = file
path = /data/mail/sieve/report-spam.sieve
}
special_use {
"\Junk" = yes
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
}
service managesieve {
}
sieve_script personal {
active_path = /data/mail/%{user}/dovecot.sieve
driver = file
path = /data/mail/%{user}/sieve
}
Accessing via managesieve fails:
Error: sieve: file storage: sieve_file_storage settings: Failed to parse
configuration: Failed to expand sieve_script_path setting variables:
Unknown variable 'user'
But the sieve rules in general work.
Regards
Bjoern
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org