Displaying 20 results from an estimated 1000 matches similar to: "libsieve support"
2009 Feb 02
3
libsieve problems / wishes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying libsieve (853:42e154b8792e) to cope with our current
installation, the following issues arise:
1) vacation addresses are compared case-sensitivly, e.g.:
vacation :addresses [ "Steffen.Kaiser at example.com" ] "";
it won't match "steffen.kaiser at ...".
attached patch makes a first shot
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
Hello Dovecot users,
Finally, after little more than a year, I finished the first release of
the new Sieve implementation for Dovecot.
The main reason for rewriting the Sieve engine is to provide more
reliable script execution and to provide better error messages to users
and system administrators. Also, since the Sieve language evolves
quickly, with new language extensions published every
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
Hello Dovecot users,
Finally, after little more than a year, I finished the first release of
the new Sieve implementation for Dovecot.
The main reason for rewriting the Sieve engine is to provide more
reliable script execution and to provide better error messages to users
and system administrators. Also, since the Sieve language evolves
quickly, with new language extensions published every
2009 Jul 06
1
libsieve compilation error on AIX 5.3
Dovecot revision: 9186:f70192e7ff3c
libsieve revision: 958:e86a81f4bf28
Using IBM c compiler version 8.
Trying to compile libsieve(64 bit mode if it matters):
"sieve-ast.c", line 302.9: 1506-045 (S) Undeclared identifier last.
"sieve-ast.c", line 302.9: 1506-045 (S) Undeclared identifier result.
"sieve-ast.c", line 320.9: 1506-275 (S) Unexpected text node
2008 Aug 29
2
sieve forward/redirect to multiple addresses
How can I do this with Sieve?
I have a script like this:
if header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["25"]
{
discard;
stop;
}
elsif header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-Score"] ["5"]
{
fileinto "Junk";
stop;
}
else
{
2008 Feb 13
1
ManageSieve v0.10.0 released for Dovecot 1.1.beta15
Hello Dovecot users,
I finally managed to upgrade the ManageSieve implementation to
dovecot-1.1. This also resulted in major restructuring of the code. The
actual ManageSieve implementation is now available as a separate package
and the patch now only contains the changes to the dovecot-1.1 tree that
are necessary to use the ManageSieve service. The patch and the new
package no longer
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
Here's what I get. Btw I'm on Linux/UltraSparc:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o deliver deliver.o duplicate.o imparse.o
mail-send.o map.o sieve-cmu.o smtpclient.o -Wl,--export-dynamic
libsieve/libsieve.a /root/luca/dovecot-1.0.beta3/src/lib-storage/register/libstorage-register.a
2009 Feb 26
5
Quota + Sieve
Thanx to everybody's help , i have got a working combination of;
- dovecot LDA
- smtp auth thru dovecot sasl
- postfix
- virtual users in mysql
- postfixadmin
- thunderbird as the email client
Just 2 additional questions -
A. Sieve
..............
With the imap filters in thunderbird, do i need to use sieve in dovecot? my initial observations/ findings say "no"?
B. Quota
2007 May 29
2
dovecot-sieve-1.0 (hg) does not build
Hi,
the dovecot-sieve plugin from the hg repository
(http://hg.dovecot.org/dovecot-sieve-1.0/) does not build against
current dovecot-1.0 repository.
/bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -DENABLE_REGEX -o
sievec sievec.o map.o imparse.o
2006 Mar 20
1
LDA sieve library
Hello,
is the LDA linked against the Cyrus SIEVE library or against the fork at
libsieve.sourceforge.net ? It seems Cyrus SIEVE from src/libsieve/README
in the lda sources.
libsieve seems to be better suited for inclusion in non-cyrus software
and should be completely independent from libcyrus. The README for cyrus
version of libsieve also states that:
"It should compile without libcyrus,
2006 Jun 16
2
Problem compile dovecot-sieve under Debian
I get the source from CVS:
# cvs -d :pserver:anonymous@dovecot.org:/home/cvs co dovecot-sieve
Edit configure.in to change
- AC_CONFIG_HEADERS([dsieve-config.h])
+ AC_CONFIG_HEADERS(dsieve-config.h)
Launch autogen.sh, and I have some errors:
configure.in: 4: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
configure.in: 11: automake requires `AM_PROG_LEX', not
2009 Aug 21
1
Help with building sieve
Am building sieve plugin on AIX. This is revision 1095:8010f1eb66b3. I
see the following error when doing the build:
rm -fr .libs/lib90_sieve_plugin.lax^M
mkdir .libs/lib90_sieve_plugin.lax^M
rm -fr .libs/lib90_sieve_plugin.lax/libsieve.a^M
mkdir .libs/lib90_sieve_plugin.lax/libsieve.a^M
(cd .libs/lib90_sieve_plugin.lax/libsieve.a && ar x /usr/sadmin/src/
2006 Jun 08
1
Problem Compiling Dovecot-LDA
I'm trying to setup Dovecot-LDA. I grab dovecot beta8 and compiled it
with the following options.
$ ./configure --without-deliver --with-mysql
$ make
# make install
It builds fine, and I have it running fine now.
I then tried to build dovecot-lda from cvs, with the following.
$ ./configure --with-dovecot=../dovecot-1.0.beta8/
$ make
and it then fails with the following
gcc -std=gnu99 -g
2002 Dec 01
1
Sieve
Hi all,
I'm using Dovecot for some months now, and I love it!
I also saw that there are 'plans' to integrate Sieve support.
Well, some days ago I saw the following on freshmeat:
libSieve - http://libsieve.sourceforge.net/
libSieve is a standalone library pulled from CMU's implementation
of their Sieve mail sorting library in the Cyrus mail server.
2011 Apr 08
1
Compiling Error with Dovecot 1.0.7 and Sieve 1.0.4
Hi,
I am having compiling issues with Sieve and I am not sure what the error
is stating.
[root at iosmail dovecot-sieve-1.0.4]# make
make all-recursive
make[1]: Entering directory `/home/jayw/Desktop/dovecot-sieve-1.0.4'
Making all in src
make[2]: Entering directory `/home/jayw/Desktop/dovecot-sieve-1.0.4/src'
Making all in libsieve
make[3]: Entering directory
2009 Oct 06
6
Move messages marked as Spam
Hello
I have implemented recently in my work bogofilter utility to mark
messages as Spam or Ham, currently is working perfectly, but I want to
move those messages marked as spam to a folder called spam.
I installed dovecot-sieve with the intention of using fileinto to
accomplish this.
my question is: where I put this:
require "fileinto";
if header :contains "X-Bogosity"
2006 Sep 05
2
dovecot-sieve with FreeBSD
Hello,
I've a test system with postfix (SMTP), dovecot (IMAP only) and covecot-LDA (MDA) under FreeBSD-6.1. Currently everything works fine. But I wasn't able to install dovecot-sieve from the CVS. Does anyone has a small documentation howto install dovecot-sieve on FreeBSD.
Thanks.
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal f?r Modem und ISDN:
2018 Aug 10
2
Error compiling pigeonhole managesieve 0.4.24
Hi i have a problem compiling as mantioned on object of this mail: i'm
changing dovecot on my debian 6 from version 2.2.32 to 2.2.36 and
pigeonhole from 0.4.20 to 0.4.24
this is output of dovecot -n for listing versions installed
dovecot -n
# 2.2.32 (dfbe293d4): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.20 (7cd71ba)
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.10
i have
2007 Apr 26
2
SEGV with Dovecot v1.0.0 Deliver and cmusieve v1.0.1 and vacation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I have a small Sieve script that tries to use vacation that segfaults.
The script is the one from http://wiki.dovecot.org/LDA/Sieve.
When I change the email address (I changed the local part into "skai"),
hence, vacation is skipped, the mail is delivered without any problem.
==== script start
require ["fileinto",
2009 Apr 05
1
Segfault in Sieve 1.2
Hello,
two days ago I've upgraded to 1.2rc2 and the new sieve implementation
(version 0.1.4). Today I got the first mail that got stuck in the
postfix queue because deliver was dying with a segfault.
The mail is spam, thus I don't have any issues sharing it:
http://users.birkenwald.de/~berni/temp/deliver-segfault.mail
It happens with this small sieve script (my normal one is larger, but