Displaying 20 results from an estimated 30000 matches similar to: "out-of-tree plugins and installed header files"
2007 Dec 29
0
building dovecot-sieve against installed dovecot
Hi Timo,
may I request once more to consider the attached patch for dovecot
1.1, it enables the sieve plugin (incl. sievec and sieved, needed
for pysieved) 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
2009 Apr 26
0
Compiling dovecot-sieve-1.1.6 against dovecot-1.1.14
When attempting to compile dovecot-sieve-1.1.6 against dovecot-1.1.14
using the following command line to config...
G520X2:~/Temp/dovecot-sieve-1.1.6 root# ./configure --with-dovecot=../
dovecot-1.1.14
make fails with the following...
G520X2:~/Temp/dovecot-sieve-1.1.6 root# make
make all-recursive
Making all in src
Making all in libsieve
/bin/sh ../../libtool --tag=CC --mode=link gcc
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 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
2006 Jun 12
1
./configure and /or Makefile problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
This is on OpenBSD 3.x.
I'll fully admit not being a savvy programmer and therefore unable to
suggest a decent resolution.
It seems that _something_ in either the main "configure" script or
one of the Makefile.in templates is causing the Makefiles in
src/auth and src/util to add two variables named "AUTH_CFLAGS" and
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
2012 Jun 02
1
sieve with dovecot v1.x
Hello!
Is there a chance to have sieve working with dovecot version 1.0.5?
/usr/lib/dovecot looks like this:
-rwxr-xr-x 1 root root 43932 22. Sep 2007 checkpassword-reply
-rwxr-xr-x 1 root root 538996 22. Sep 2007 deliver
-rwxr-xr-x 1 root root 127728 22. Sep 2007 dict
-rwxr-xr-x 1 root root 270248 22. Sep 2007 dovecot-auth
-rwxr-xr-x 1 root root 43952 22. Sep 2007 gdbhelper
-rwxr-xr-x 1
2008 May 28
1
Sieve/Vacation
hi,
i'm using 1.1.rc5 but the same error occured with 1.0.13.
the dovecot package was installed on centos 5 with rpm's from atrpms.
exim 4.69.
everything works fine except the vacation's from sieve. don't get me
wrong, sieve works for everything, including mailforwards, or sorting in
subfolders.
but when i have a vacation, the script is compiled, but it produces the
2007 Jul 03
1
dovecot sieve notify mailto
Hello,
I try to migrate to dovecot-lda from procmail, but some script can't run
under lda cmusieve plugin.
dovecot version: dovecot-1.0(debian)
revelant config
dovecot.conf:
protocol lda {
postmaster_address = postmaster at wizard.dunanet.hu
hostname = wizard.dunanet.hu
mail_plugin_dir = /usr/lib/dovecot/modules/lda
#sendmail_path = /usr/lib/sendmail
auth_socket_path =
2006 Jun 27
1
patch to make sieved compile & work
Hello,
attached you'll find a patch to make the Sieve decompiler located in
dovecot-sieve/src/libsieve compile & work.
To compile sieved I've extracted the two commands from the make process
for sievec, see the attached sieved.compile.sh.
Bye,
--
Steffen Kaiser
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sieved.patch.bz2
Type:
2005 Sep 05
0
Dovecot-LDA: Development questions
Hello,
I'm tinkering with Dovecot-LDA in order to achieve:
+ Better intergration into sendmail, and
+ tweaking its way to act on errors.
Attached patch is a "brainstorming" like suggestion:
a) when sendmail is dropping a message, it spawns the LDA, captures
stderr/stdout and, if the LDA returns an exit code != 0, generates either
a DSN or, when EX_TEMPFAIL, queues the mail.
2008 Nov 25
0
Released Sieve v0.1.1 and ManageSieve v0.11.2 for Dovecot v1.2.alpha4
Hello Dovecot users,
Since the first release of the new Sieve implementation, not that many
bugs were reported. This is probably due to the fact that it is not
tried yet by that many people. In the mean time, I did find and fix some
more bugs myself, I adapted to changes in Dovecot, wrote some more
documentation and started work on the enotify extension.
Both Sieve and ManageSieve were changed
2008 Nov 24
0
Released Sieve v0.1.1 and ManageSieve v0.11.2 for Dovecot v1.2.alpha4
Hello Dovecot users,
Since the first release of the new Sieve implementation, not that many
bugs were reported. This is probably due to the fact that it is not
tried yet by that many people. In the mean time, I did find and fix some
more bugs myself, I adapted to changes in Dovecot, wrote some more
documentation and started work on the enotify extension.
Both Sieve and ManageSieve were
2015 Apr 10
0
sieve plugin editheader not found
On 4/8/2015 4:53 PM, Patrick Lion wrote:
> Hey folks,
>
> ive already made a bug report in the gentoo bugtracker last year. In the
> meantime after some releases the error persists with the current dovecot
> and pigeonhole versions.
>
> Please see my bug report at gentoo mailinglist:
>
> https://bugs.gentoo.org/show_bug.cgi?id=522148
>
> Okay, here are some
2010 Dec 09
4
sieve plugin does not autocreate folder
Sieve plugin does not autocreate folder, defined in sieve filter
/etc/dovecot/sieve/default.sieve
require ["fileinto"];
# rule:[off]
if anyof (header :contains "To" "off@***.com", header :contains "Cc"
"off@****.com")
{
fileinto "INBOX.off";
stop;
}
>sievec /etc/dovecot/sieve/default.sieve
sievec(root): Debug: Loading modules
2007 Apr 19
2
Dovecot 1.0.0 and Seive 1.0.1 on FreeBSD
I have installed dovecot and sieve using the FreeBSD ports. Authentication
is against a MySql Database.
Dovecot is running using deliver as the LDA.
But when I try to Sieve I get the following error in /var/log/dovecot.log
deliver(mike at systemrt.com): Apr 19 14:07:19 Info: Loading modules from
directory: /usr/local/libexec/dovecot
deliver(mike at systemrt.com): Apr 19 14:07:19 Fatal: Plugin
2008 Aug 12
1
sieve - Sendmail process terminated abnormally, exit status 70
How do we start troubleshooting this?
deliver(user at example.com): Aug 12 18:27:19 Error: Sendmail process
terminated abnormally, exit status 70
deliver(user at example.com): Aug 12 18:27:19 Info: sieve runtime error:
Vacation: Error sending mail
deliver(user at example.com): Aug 12 18:27:19 Info:
msgid=<48A20E3C.7070307 at example.com>: saved mail to INBOX
deliver(user at
2011 Nov 15
3
[PATCH 1/3] out of tree build: erlang
From: Hilko Bengen <bengen at hilluzination.de>
---
erlang/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/erlang/Makefile.am b/erlang/Makefile.am
index f336375..2c9e359 100644
--- a/erlang/Makefile.am
+++ b/erlang/Makefile.am
@@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/ebin
erlang_bin_DATA = guestfs.beam
2007 Jan 11
1
Build problems with non-standard location of mysql libs
Overall the build process for dovecot is very clean. I did however run
into a significant problem when it came to locating the mysql libraries,
especially when building a 64 bit executable but similar problems
occured building a 32 bit executable. I am describing the 64 bit build
issues below since that is the worst case scenario. Fixing the 64 bit
build will automatically fix the 32 bit
2006 Apr 13
1
Failing to compile beta7
I'm running a debian box, and trying to compile beta7, but getting the error
below. Any suggestions on what I'm missing would be greatly appreciated.
End of output from Make:
...
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations
-Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o
dovecot-auth auth.o auth-cache.o auth-client-connection.o