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
Am 05.11.2014 um 01:27 schrieb Benjamin Smith:> 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, > > Benworksforme Verify your dovecot configurition by `doveconf -n'. Where is the user's home and do the permissions of all path elements fit your UID/GID setting? Alexander