Displaying 20 results from an estimated 82 matches for "libsiev".
Did you mean:
libsieve
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
...'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 /root/luca/dovecot-1.0.beta3/src/lib-storage/index/maildir/libstorage_maildir.a /root/luca/dovecot-1.0.beta3/src/lib-storage/index/mbox/libstorage_mbox.a /root/luca/dovecot-1.0.beta3/src/lib-storage/index/dbox/l...
2007 May 29
2
dovecot-sieve-1.0 (hg) does not build
.../) 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 libsieve.la
/usr/src/dovecot-1.0/src/lib/liblib.a
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
/.libs/libsieve.a /usr/src/dovecot-1.0/src/lib/liblib.a
/.libs/lib...
2006 Jun 16
2
Problem compile dovecot-sieve under Debian
...- 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 `AC_PROG_LEX'
automake: src/libsieve/Makefile.am: not supported: source file
`../map.c' is in subdirectory
automake: src/libsieve/Makefile.am: not supported: source file
`../imparse.c' is in subdirectory
automake: src/libsieve/Makefile.am: lex source seen but `AC_DECL_YYTEXT'
not in `configure.in'
If i try to build:...
2008 May 05
1
libsieve support
Hi,
I was wondering - are there any plans on switching the sieve plug-in to use
libsieve (http://libsieve.sourceforge.net/)? The rationale of using this
library is simple - cmusieve codebase seems stagnant and libsieve promises to
implement some new sieve rfc drafts.
--
matik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: app...
2007 Dec 29
0
building dovecot-sieve against installed dovecot
...eved) to be built against an installed dovecot package, if
--enable-header-install additionally installs the liblib.a library
in the same directory as dovecot-config.
I have included this patch in the pkgsrc dovecot 1.1 package a while
ago.
Geert
-------------- next part --------------
--- src/libsieve/Makefile.in.orig 2007-09-23 16:59:48.000000000 +0200
+++ src/libsieve/Makefile.in
@@ -38,8 +38,8 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
- at HAVE_DOVECOT_LIBS_TRUE@pkglibexec_PROGRAMS = sievec$(EXEEXT) \
- at HAVE_DOVECOT_LIBS_TRUE@ sieved$(EXEEXT)...
2006 Jun 08
1
Problem Compiling Dovecot-LDA
...ld 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 -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o sievec sievec.o libsieve.a
/home/tim/src/dovecot-1.0.beta8/src/lib/liblib.a
libsieve.a(script.o)(.text+0xa23): In function `sieve_script_load':
/home/tim/src/dovecot-lda/src/libsieve/script.c:435: undefined
reference to `map_refresh'
libsieve.a(script.o)(.text+0xaf0): In function `sieve_script_unload':
/home/t...
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 withou...
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",...
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...
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/
imapservers/dovecothg/dovecot-1.2-sievepsu/src/plugins/lda-si
eve/../../../src/lib-sieve/.libs/libsieve.a)^M
libtool: link: warning: object name conflicts; renaming obj...
2010 Jan 08
0
dovecot-1.2-sieve-0.1.3 compile error
...l run without any problem till the error below. Any idea how to fix this is welcome.
/bin/sh ../../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 -Wstrict-aliasing=2 -o libsieve.la rfc2822.lo sieve-limits.lo sieve-message.lo sieve-lexer.lo sieve-script.lo sieve-ast.lo sieve-binary.lo sieve-parser.lo sieve-address.lo sieve-validator.lo sieve-generator.lo sieve-interpreter.lo sieve-code-dumper.lo sieve-binary-dumper.lo sieve-result.lo sieve-error.lo sieve-objects.lo sieve-...
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
...In comparison to the old CMU Sieve plugin, I added support for the very
useful variables extension. However, the notify extension is notably
missing. This will be implemented for next major release (0.2.x).
Refer to the README file for a full list of its features:
http://hg.rename-it.nl/dovecot-libsieve/raw-file/0.1.0/README
Installation
------------
The source package is available as follows:
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.0.tar.gz
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.0.tar.gz.sig
Alternatively, it can be cloned from the mercurial repository:...
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
...In comparison to the old CMU Sieve plugin, I added support for the very
useful variables extension. However, the notify extension is notably
missing. This will be implemented for next major release (0.2.x).
Refer to the README file for a full list of its features:
http://hg.rename-it.nl/dovecot-libsieve/raw-file/0.1.0/README
Installation
------------
The source package is available as follows:
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.0.tar.gz
http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.0.tar.gz.sig
Alternatively, it can be cloned from the mercurial repository:...
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.
Either shared or statically linked, libSieve will help to bring
mail sorting functionality into your...
2011 Apr 08
1
Compiling Error with Dovecot 1.0.7 and Sieve 1.0.4
...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
`/home/jayw/Desktop/dovecot-sieve-1.0.4/src/libsieve'
/bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -I/usr/src/dovecot/dovecot-1.0.7
-I/usr/src/dovecot/dovecot-1.0.7/src/lib -I../../src @CFLAGS@ -MT
addr.lo -MD -MP -MF .deps/...
2018 Aug 10
2
Error compiling pigeonhole managesieve 0.4.24
...de=link gcc -std=gnu99 -O3 -Wall
-W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime
-Wstrict-aliasing=2 -I../.. -export-dynamic -o sievec sievec.o
../../src/lib-sieve/libdovecot-sieve.la ../../src/lib-sieve-tool/
libsieve-tool.la -ldovecot-storage -ldovecot-lda -L/usr/local/lib/dovecot
-ldovecot -lrt
libtool: link: gcc -std=gnu99 -O3 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -I../.. -o
.libs/sievec...
2012 Dec 01
1
回复: 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto
...u99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-
>security -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
>-Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -
>Wstrict-aliasing=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -o libsieve-tool.la
>sieve-tool.lo mail-raw.lo -lrt
>libtool: link: ar cru .libs/libsieve-tool.a .libs/sieve-tool.o .libs/mail-
>raw.o
>libtool: link: ranlib .libs/libsieve-tool.a
>libtool: link: ( cd ".libs" && rm -f "libsieve-tool.la" && ln -s "../...
2012 Nov 30
1
2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto
...cc -
std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-
security -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -
Wstrict-aliasing=2 -Wl,-Bsymbolic-functions -Wl,-z,relro -o libsieve-tool.la
sieve-tool.lo mail-raw.lo -lrt
libtool: link: ar cru .libs/libsieve-tool.a .libs/sieve-tool.o .libs/mail-
raw.o
libtool: link: ranlib .libs/libsieve-tool.a
libtool: link: ( cd ".libs" && rm -f "libsieve-tool.la" && ln -s "../libsieve-
tool.la&qu...
2007 Jul 22
0
Dovecot don't compile
Hi,
I try to compile Dovecot with the *Ubuntu* patched sources but I got
this error during the compilation:
./.libs/libsieve.a(script.o): In function `sieve_script_parse':
/src/dovecot-1.0.rc17/dovecot-sieve/src/libsieve/script.c:140: undefined
reference to `yylineno'
./.libs/libsieve.a(sieve.o): In function `sieveerror':
/src/dovecot-1.0.rc17/dovecot-sieve/src/libsieve/sieve.y:568: undefined
reference to `y...
2005 Nov 21
1
dovecot-lda macro `AM_PROG_LIBTOOL' not found in library
...: macro
`AM_PROG_LIBTOOL' not found in library
You should update your `aclocal.m4' by running aclocal.
configure.in <http://configure.in>: installing `./install-sh'
configure.in <http://configure.in>: installing `./missing'
src/Makefile.am: installing `./depcomp'
src/libsieve/Makefile.am:1: library used but `RANLIB' is undefined
src/libsieve/Makefile.am:1:
src/libsieve/Makefile.am:1: The usual way to define `RANLIB' is to add
`AC_PROG_RANLIB'
src/libsieve/Makefile.am:1: to `configure.in' and run `autoconf' again.
configure.in <http://configure.in...