Displaying 3 results from an estimated 3 matches for "execute_bin".
2020 Oct 21
2
Sieve_before
.../sieve/default.sieve
sieve_default_name = managesieve
sieve_extensions = +vnd.dovecot.pipe +vnd.dovecot.filter +vnd.dovecot.execute +vnd.dovecot.debug +vnd.dovecot.imapsieve
sieve_pipe_bin_dir = /etc/dovecot/sieve/pipe_bin/
sieve_filter_bin_dir = /etc/dovecot/sieve/filter_bin/
sieve_execute_bin_dir = /etc/dovecot/sieve/execute_bin/
sieve_plugins = sieve_imapsieve sieve_extprograms
}
& my Roundcube config (I use RC for user-friendly Sieve UI; so far, seems best of the bunch) includes
$config['managesieve_raw_editor'] = true;
$config['managesieve_default']...
2020 Oct 22
0
Sieve_before
...efault_name = managesieve
>
> sieve_extensions = +vnd.dovecot.pipe +vnd.dovecot.filter +vnd.dovecot.execute +vnd.dovecot.debug +vnd.dovecot.imapsieve
>
> sieve_pipe_bin_dir = /etc/dovecot/sieve/pipe_bin/
> sieve_filter_bin_dir = /etc/dovecot/sieve/filter_bin/
> sieve_execute_bin_dir = /etc/dovecot/sieve/execute_bin/
> sieve_plugins = sieve_imapsieve sieve_extprograms
> }
I have this in my doveconf -n
managesieve_notify_capability = mailto
managesieve_sieve_capability = editheader fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-n...
2020 Oct 21
2
Sieve_before
On 10/21/20 1:10 PM, @lbutlr wrote:
> I have trace logs enabled for user scripts, but I think only error get logged for upper level, and only along the lines of "could not compile <name of sieve>".
verify that you can compile the scripts manually, even as root
then double-check your perms on your sieve/ dir, making sure that the write perms are correct for your dovecot