Re: 2.4.0: managesieve: sieve_script_path setting variables: Unknown variable 'user'

2025-02-18 Thread Bjoern Franke via dovecot
Hi, Error: sieve: file storage: sieve_file_storage settings: Failed to parse configuration: Failed to expand sieve_script_path setting variables: Unknown variable 'user' Looks like managesieve has the same bug as doveadm backup. You could use ~/dovecot.sieve and ~/sieve as the paths if the

Re: 2.4.0: managesieve: sieve_script_path setting variables: Unknown variable 'user'

2025-02-18 Thread Timo Sirainen via dovecot
On 18. Feb 2025, at 14.32, Bjoern Franke via dovecot wrote: > > 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:

2.4.0: managesieve: sieve_script_path setting variables: Unknown variable 'user'

2025-02-18 Thread Bjoern Franke via dovecot
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.sie