Displaying 8 results from an estimated 8 matches for "sieve_execute_exec_timeout".
2017 Apr 05
4
Using filter in an imapsieve script?
...= +vnd.dovecot.filter +vnd.dovecot.pipe
+vnd.dovecot.execute
sieve_filter_bin_dir = /etc/dovecot/sieve-filters
sieve_pipe_bin_dir = /etc/dovecot/sieve-filters
sieve_execute_bin_dir = /etc/dovecot/sieve-filters
sieve_filter_exec_timeout = 10000
sieve_pipe_exec_timeout = 10000
sieve_execute_exec_timeout = 10000
imapsieve_mailbox1_name = Sent
imapsieve_mailbox1_causes = COPY APPEND
imapsieve_mailbox1_before =
file:/home/vmail/domain/user/dovecot-crypt-sent.sieve
}
and the content of the sieve script is:
require ["environment", "vnd.dovecot.filter", "variables&...
2018 Nov 13
3
execute sieve command - fails to notice script has exited
...n Debian GNU/Linux stable (version
9.6), I'm trying to use the execute command in a sieve script, with
direct execution (not service socket).
The script is executed, and returns (the process exits), but the
dovecot-lda process seems to not notice, and thinks the script did not
terminate. After sieve_execute_exec_timeout has passed, it sends a
TERM, a bit later a KILL and then logs a failure.
The "ps -Af f" looks like:
S 0:00 \_ /usr/sbin/exim4 -Mc 1gMazS-0007IV-RB
S 0:00 \_ /usr/lib/dovecot/dovecot-lda -f master at blitz.conuropsis.org
Z 0:00 | \_ [foofilter] <defunct>...
2017 Apr 05
0
Using filter in an imapsieve script?
...pipe
> +vnd.dovecot.execute
> sieve_filter_bin_dir = /etc/dovecot/sieve-filters
> sieve_pipe_bin_dir = /etc/dovecot/sieve-filters
> sieve_execute_bin_dir = /etc/dovecot/sieve-filters
> sieve_filter_exec_timeout = 10000
> sieve_pipe_exec_timeout = 10000
> sieve_execute_exec_timeout = 10000
> imapsieve_mailbox1_name = Sent
> imapsieve_mailbox1_causes = COPY APPEND
> imapsieve_mailbox1_before =
> file:/home/vmail/domain/user/dovecot-crypt-sent.sieve
> }
>
> and the content of the sieve script is:
>
> require ["environment", "...
2013 Aug 20
1
(Maybe stupid) question about selecting mailbox
...b {
args = scheme=PLAIN /etc/security/dovecot.pwd
driver = passwd-file
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change save
mail_log_fields = uid box msgid size from flags
sieve = ~/.dovecot.sieve
sieve_execute_bin_dir = %h/sieve/bin
sieve_execute_exec_timeout = 86400s
sieve_extensions = +vnd.dovecot.pipe +vnd.dovecot.execute +vnd.dovecot.filter
sieve_filter_bin_dir = %h/sieve/bin
sieve_filter_exec_timeout = 86400s
sieve_pipe_bin_dir = %h/sieve/bin
sieve_pipe_exec_timeout = 86400s
sieve_plugins = sieve_extprograms
}
protocols = " imap lm...
2017 Apr 06
1
Using filter in an imapsieve script?
...xecute
>> sieve_filter_bin_dir = /etc/dovecot/sieve-filters
>> sieve_pipe_bin_dir = /etc/dovecot/sieve-filters
>> sieve_execute_bin_dir = /etc/dovecot/sieve-filters
>> sieve_filter_exec_timeout = 10000
>> sieve_pipe_exec_timeout = 10000
>> sieve_execute_exec_timeout = 10000
>> imapsieve_mailbox1_name = Sent
>> imapsieve_mailbox1_causes = COPY APPEND
>> imapsieve_mailbox1_before =
>> file:/home/vmail/domain/user/dovecot-crypt-sent.sieve
>> }
>>
>> and the content of the sieve script is:
>>
>> req...
2017 Apr 08
0
Using filter in an imapsieve script?
...pipe
> +vnd.dovecot.execute
> sieve_filter_bin_dir = /etc/dovecot/sieve-filters
> sieve_pipe_bin_dir = /etc/dovecot/sieve-filters
> sieve_execute_bin_dir = /etc/dovecot/sieve-filters
> sieve_filter_exec_timeout = 10000
> sieve_pipe_exec_timeout = 10000
> sieve_execute_exec_timeout = 10000
> imapsieve_mailbox1_name = Sent
> imapsieve_mailbox1_causes = COPY APPEND
> imapsieve_mailbox1_before =
> file:/home/vmail/domain/user/dovecot-crypt-sent.sieve
> }
This is all OK.
> and the content of the sieve script is:
>
> require ["environment...
2018 Nov 13
0
execute sieve command - fails to notice script has exited
...sion
> 9.6), I'm trying to use the execute command in a sieve script, with
> direct execution (not service socket).
>
> The script is executed, and returns (the process exits), but the
> dovecot-lda process seems to not notice, and thinks the script did not
> terminate. After sieve_execute_exec_timeout has passed, it sends a
> TERM, a bit later a KILL and then logs a failure.
>
> The "ps -Af f" looks like:
> S 0:00 \_ /usr/sbin/exim4 -Mc 1gMazS-0007IV-RB
> S 0:00 \_ /usr/lib/dovecot/dovecot-lda -f master at blitz.conuropsis.org
> Z 0:00 | \...
2018 Nov 13
2
execute sieve command - fails to notice script has exited
...rying to use the execute command in a sieve script, with
> > direct execution (not service socket).
> >
> > The script is executed, and returns (the process exits), but the
> > dovecot-lda process seems to not notice, and thinks the script did not
> > terminate. After sieve_execute_exec_timeout has passed, it sends a
> > TERM, a bit later a KILL and then logs a failure.
> >
> > The "ps -Af f" looks like:
> > S 0:00 \_ /usr/sbin/exim4 -Mc 1gMazS-0007IV-RB
> > S 0:00 \_ /usr/lib/dovecot/dovecot-lda -f master at blitz.conuropsis.org
&g...