[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:
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
$ 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 08/31/2010 10:54 AM, e-frog wrote:
$ 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/
Unfortunately there is no dspam backend yet. This is a killer for me.
Trever
"millihelen, n.: The amount of beauty required to launch one ship." -- Unknown
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..
Anyway I was able to use postifx+spamassassin+virtual plugin to catch
and filter out spam,
It is optimal to prototype and testing!
Inviato da iPhone
Il giorno 31/ago/2010, alle ore 19.19, Timo Sirainen tss@iki.fi ha
scritto:
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..
$ 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/
Doesn't work at all for me.
When running ./configure prefix=/usr I get a DC_DOVECOT: not found
The path to dovecot-config is this /usr/lib/dovecot/dovecot-config
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.
On 31/08/2010 20:09, Timo Sirainen wrote:
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.
I see... All the server's m4 files are in /usr/local/share/aclocal but probably because I used the /usr prefix when installing Dovecot, dovecot put its m4 file in /usr/share/aclocal/
Is there a way to prevent that when installing Dovecot?
participants (5)
-
e-frog
-
Giovanni Giorgi
-
interfaSys sàrl
-
Timo Sirainen
-
Trever L. Adams