Displaying 5 results from an estimated 5 matches similar to: "configurable sieve_max_redirects"
2009 Sep 08
2
Command died with signal 11: "/usr/lib/dovecot/deliver"
Hello
I have problem with deliver dying with signal 11. I'm using postfix +
dovecot devliver. If mailbox have many (100+) redirects in sieve or many
other sieve rules deliver died. I have tested this in debian etch +
dovecot 1.1.18 (compiled from sources) and debian lenny + dovecot 1.1.13
from backports.
Sep 7 13:58:19 mail postfix/pipe[5964]: AC6835938:
to=<test1 at mx.domain>,
2014 Nov 28
1
auth(default) :Aborted: Worker is buggy
Hi dovecot
when I modify SIEVE_DEFAULT_MAX_REDIRECTS = 25 in sieve-file:dovecot-1.2-sieve-0.1.7/src/lib-sieve/sieve-limits.h
I found this problem occurs about once a week,I'm not sure if it was caused by modify SIEVE_DEFAULT_MAX_REDIRECTS = 25 , defaulte is SIEVE_DEFAULT_MAX_REDIRECTS = 4:
LOG:
Nov 25 11:20:12 imap-login: Info: Login: user=<any at rails.cn>, method=PLAIN,
2009 Oct 13
2
Panic: file sieve-cmu.c: line 262 (part_save): assertion failed: (buf->used - 1 == part->body_size.physical_size)
Hi everybody
We are running in the same issue as Maciej Polewczynski does in
http://www.dovecot.org/list/dovecot/2008-September/033645.html
Is there already a solution? I dont think so? In the TODO-File for 1.2.2
this issue is still reported:
####
[...]
- sieve-cmu.c crash: i_assert(buf->used - 1 ==
part->body_size.physical_size);
[...]
####
I am not able to reproduce the problem but I
2013 Jan 31
1
sieve_max_redirects=0 not working as documented
Hello
I'm trying to keep my users from using the "redirect" action with
pigeonhole from dovecot 2.0.21. As documented in
http://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration I configured
sieve like this:
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_max_redirects = 0
}
(and doveconf indeed shows the new setting for sieve_max_redirects)
Unfortunately I
2011 Mar 09
0
[LLVMdev] [RC1] Building clang/llvm on Cygwin-1.7
Hello guys,
On cygwin-1.7, I can build and test clang successfully by 3-stage.
Known issues:
- binaries among stage2 and stage3 do not match. (other than
timestamp and checksum)
investigating.
- I met some warnings. I have fixes for them.
- [llvm] r127241
- [llvm] http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110307/117725.html
- [clang] r127283
- [clang]