[Dovecot] status of antispam plugin for DC 2.x ?
Hello, I saw that there is now an antispam plugin repository for the V2.x version. It doesn't compile and it seems it cannot be configured like the old one.
Any ETA?
Cheers, Olivier
On 31.08.2010 18:34, wrote interfaSys sàrl:
$ hg clone http://hg.dovecot.org/dovecot-antispam-plugin/ $ ./autogen.sh $ ./configure prefix=/usr $ make $ make install
works for me...
configure checks for the file dovecot-config. If prefix is /usr it expects the file under /usr/lib/dovecot/
On Tue, 2010-08-31 at 10:56 -0600, Trever L. Adams wrote:
Unfortunately there is no dspam backend yet. This is a killer for me.
Well, I was hoping that there would be only one simple backend that just executes a given binary/script. Then you'd have your script do whatever is necessary for that backend. Scripts are easier to write/modify/add than C code..
On Tue, 2010-08-31 at 19:46 +0100, interfaSys sàrl wrote:
When running ./configure prefix=/usr I get a DC_DOVECOT: not found
You need DC_DOVECOT aclocal macro, which means dovecot.m4 file. Like maybe the easiest is to just put it to /usr/share/aclocal/ or give some parameter to something so "aclocal -I /path/to/dovecot.m4/dir" gets run.
participants (5)
-
e-frog
-
Giovanni Giorgi
-
interfaSys sàrl
-
Timo Sirainen
-
Trever L. Adams