Displaying 7 results from an estimated 7 matches for "sieve_".
Did you mean:
sieve
2012 Dec 10
1
[vnd.dovecot.pipe] - timeout settings
In install file we can read that:
sieve_<extension>_exec_timeout = 10s
set timeout for executing program.
But regardless of setting this value (say sieve_pipe_exec_timeout=86000)
I got:
--8<---------------cut here---------------start------------->8---
2012-12-10 20:55:33 LDA(kjonca): Debug: sieve: action pipe: running progr...
2015 Sep 21
4
sieve_extprograms - run any individual script?
Hello,
i use sieve extension sieve_extprograms to send incoming mail to some
script.
For security reasons it is needed that script-paths etc. are registered
in dovecot.conf
This is my current dovecot.conf
plugin {
sieve = ~/.dovecot.sieve
sieve_plugins = sieve_extprograms
sieve_extensions = +vnd.dovecot.pipe +vnd.dovecot....
2015 Sep 21
0
sieve_extprograms - run any individual script?
Op 9/21/2015 om 2:34 PM schreef Hajo Locke:
> Hello,
>
> i use sieve extension sieve_extprograms to send incoming mail to some
> script.
> For security reasons it is needed that script-paths etc. are
> registered in dovecot.conf
> This is my current dovecot.conf
>
> plugin {
> sieve = ~/.dovecot.sieve
> sieve_plugins = sieve_extprograms
> sieve_exten...
2009 Jun 30
1
Location of sieve_global_dir setting
Hi,
I'm a bit confused by the Wiki. Do the settings "sieve_dir"
and "sieve_global_dir" belong to the lda or the plugin section (Dovecot
1.1.11)?
Thanks
Rainer
2011 Feb 02
1
Quota ignore issue
...in the first place, or even though it is
deleted directly from the Spam folder, it should be subtracted from the
maildirsize folder, right?
Hmmm...maybe its the structure of the default sieve command that I have
that is making it want to add it?
here is the default sieve script that I use in the sieve_after field :
require "fileinto";
# rule:[Spam and Virus Tag]
if anyof (header :contains "Subject" "[VIRUS-TAG]",
header :contains "Subject" "[SPAM-TAG]")
{
fileinto "Spam";
stop;
}
Essentially, what is happening i...
2009 Jul 10
6
Login Fails: epoll_ctl(1, 7): Operation not permitted
Working on setting up dovecot and having trouble logging in.
I get an error in logs (below) indicating Operation not Permitted.
auth_debug doesn't help.
Ideas?
# dovecot --version
1.1.7
# dovecot -n
# 1.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.29-gentoo-r5 i686 Gentoo Base System release 1.12.11.1
listen: *,[::]
ssl_cert_file: /etc/ssl/dovecot/server.pem
ssl_key_file:
2014 Apr 03
4
Sieve (randomly?) flagging messages as \\Seen \\Deleted
...cing exactly the same, except he's using mutt as IMAP client;
that restricted the issue to server-side interactions only, but nothing
useful could be found in logfiles...
This is the "relevant" portion of a "dovecot -n" output:
[...]
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_extensions = +vacation-seconds +editheader
sieve_vacation_default_period = 2d
sieve_vacation_dont_check_recipient = yes
sieve_vacation_max_period = 30d
sieve_vacation_min_period = 2s
sieve_vacation_use_original_recipient = no
}
[...]
protocol lmtp {
mail_plugins =...