Luescher Claude <starg...@tango.lu> writes:
I am using dovecot:
...
ii dovecot-sieve 1:2.2.10-1 amd64
secure POP3/IMAP server - Sieve filters support
...
doveconf -n | grep -i sieve
Since doveconf does not indicate I believe my version does not support:
sieve_global_path
I see mentions of this configuration variable in 7 year old dovecot posts,
so it's been around a long time. You should do
doveconf -a | grep sieve_global_path
since "-n" won't list unchanged (defaulted) configuration values.
Joseph Tam <jtam.h...@gmail.com>