I've got dovecot & Sieve installed on an internal mail server, without issue. It seems to run ~/.dovecot.sieve scripts without issue. However, when trying to set up sieve scripts with an email client (kmail) the sieve scripts get published to ~/sieve directory.
I can't seem to find any way to tell sieve to run all scripts in ~/sieve. It looked as though sieve_before in /etc/dovecot/conf.d/90-sieve.conf might do it but it doesn't expand ~. EG:
sieve_before = ~/sieve
How do I tell dovecot/sieve to run the scripts found in sieve_dir?
Thanks,
Ben