similar to: Help with mysql-dspam-plugin

Displaying 20 results from an estimated 100 matches similar to: "Help with mysql-dspam-plugin"

2007 Jul 25
1
dspam plugin
Hello, I'm trying to install the dspam plugin to dovecot. So far, I've Installed dovecot 1.0.2 from RPM and set up Installed dspam 3.8.0, set up and integrated with postfix, using dspam as local delivery agent before dovecot's deliver Downloaded the dovecot 1.0.2 source in order to compile the C file http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/
2008 Nov 05
3
Another dovecot-antispam plugin can't call dspam
Hi folks - I am configuring a new system and the antispam plugin is the last piece I need, everything else is working. Thanks to Johannes for this plugin, it's exactly what I want and an elegant solution for filter training. But I've been trying everything I can think of for the last 3 days to get this to work, no success. I've got: Postfix 2.5.3, dspam 3.8.0, Dovecot 1.1.6,
2009 Jul 05
2
Released Sieve v0.1.7 and ManageSieve v0.11.6 for Dovecot v1.2.0
Hello Dovecot users, I hereby release new versions of the Sieve packages for the recently released Dovecot v1.2.0 (Congrats Timo!). Apart from small changes to make things compile with Dovecot again, a few other bugs were fixed as well. Unfortunately, the (FreeBSD-specific) 8kb script truncation bug remains. Although it is reported for Dovecot v1.1.16, I see no reason why it should not
2009 Jul 05
2
Released Sieve v0.1.7 and ManageSieve v0.11.6 for Dovecot v1.2.0
Hello Dovecot users, I hereby release new versions of the Sieve packages for the recently released Dovecot v1.2.0 (Congrats Timo!). Apart from small changes to make things compile with Dovecot again, a few other bugs were fixed as well. Unfortunately, the (FreeBSD-specific) 8kb script truncation bug remains. Although it is reported for Dovecot v1.1.16, I see no reason why it should not
2006 Sep 20
1
DSpam mysql-plugin (was DSpam plugin)
After wrestling with Johannes's original plugin, I had a go at the mysql plugin that Tim wrote, as described here: http://members.plug.org.au/~linuxalien/dokuwiki/projects:dovecot-mysql-dspam-plugin I kept getting "Error: imap dump-capability process killed with signal 11" when attempting to start dovecot with this plugin. I traced the error to line 656 of master-settings.c in
2006 Apr 08
2
dovecot-dspam-plugin not launching dspam
hello, i added the dovecot-dspam-plugin [1] to my dovecot-installation. when trying to move a mail out of or into the predefined spamfolder with thunderbird a messagebox shows : "dspam failed" and the message remains in its original position. i am using virtual mail users contained in a postgresql-database [2]. normal imap access and dspam training from the commandline works fine.
2011 Jul 24
1
dspam
I have installed dspam (from gentoo compile system) and dovecot-antispam plugin for dovecot 2.0.13. I have setup it in dovecot.conf but still have this: jul 24 20:38:19 einstein dovecot: imap(stephane): Error: antispam plugin backend is not selected for this user any explanation ? thanks for your help. -- St?phane Guedon page web : http://www.22decembre.eu/ carte de visite :
2007 Aug 28
1
dovecot dspam plugin using libdspam
Hi, I've found the dovecot dspam plugin and looked at the code. I forks and calls the dspam binary for every mail. I didn't like this behavior, so I've migrated it to use libdspam. The plugin still needs more love: * Use cmake instead of a Makefile * Make the spam folder configurable in the dovecot.conf * Code cleanup and more comments. Please test. Comments and patches are welcome
2008 Nov 04
1
how to integrate dspam with dovecot-antispam ?
Hello, i dont get dovecot-antispam working, i think ? any1 can help me, how to configure dovecot-antispam that it work together with dspam ? i have postfix / dovecot setup as virtual user / domains.......... marko thanks for any hints or help. -- -- *Marko Weber* | Administration *SALON DIGITAL* Media GmbH Rothenbaumchaussee 19a 20148 Hamburg T. (040) 429 48 68 - 23 F. (040) 429 48
2007 Dec 13
0
antispam integration (dovecot antispam plugin): chroot & no way to pass `--user=' to dspam?
> I want have dspam statistics to be per-user, not global. And I like > idea to learn filter by moving messages from/to SPAM folder, it seems to > be natural and much better, than Web UI (I don't want to use dspam Web > UI at all). > > Is here any way to resolve two problems: > > (1) Run dspam in chrooted environment > (2) pass `--user=${USER}'
2007 Feb 01
0
Multiple Trash patch for DSPAM plugin
Hello all, First of all my respects to Johannes for the nice dspam plugin he created. Unfortunatly i got stuck with a problem in that same plugin since it didn't allow the use of more than one Trash folder. That can be an issue if you have a wide variety of clients working in a wide variety of languages. Not all use the english "Trash" for that folder. I've written a small
2004 Dec 27
0
dspam plugin
The first version is available at http://johannes.sipsolutions.net/edit/Projects/dovecot-dspam-integration/code I'm calling dspam for every message, that seemed easier for now. I will probably integrate Tom's idea about storing the messages until a cron-job picks them up at night by just storing signatures into mysql, in which case its easy to do with a single query: INSERT INTO
2006 Feb 17
1
dspam plugin updated
Hi, Since debian just updated to beta 2, I updated the dspam plugin for that. Also, I added ignoring a Trash folder, Taivo please test if it works for you (but you will need to patch again for dspam daemon mode!) As always: http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration johannes -------------- next part -------------- A non-text attachment was scrubbed... Name:
2006 Mar 03
1
dspam plugin mailing list?
Hi, Every once a while I get mail about my dspam plugin. While that's great (tells me people are using it or at least like the idea), sometimes I think the discussions then should be accessible to others. I'm thinking of setting up a new mailing list for it so answers get archived, are searchable, and I don't necessarily have to reply to everything. I'm not sure if that's
2006 Jun 07
1
Dspam Plugin
Johannes, do you have any plans (regarding your dspam plugin) to: a) Integrate it into libdspam rather than calling the dspam binary? b) Any ideas for scaling it better, and implementing it scaled better? I notice a slight discussion about scaling, and you have chosen not to pursue it. Is that because it's too hard, or just because you don't need to? Thanks Tim p.s. If I knew how to use
2007 Feb 01
1
dspam plugin
Hi all... I was looking into the dspam plugin, and it looks very interesting. I saw two version of it around: - one that forks and call dspam - one that calls a store procedure in mysql. I was wondering if we can just log signature and classification into a flat file, instead. The problem is that calling spam can be expensive; And eventhough the myslq solution is brilliant, I dont want to
2007 Jun 11
1
dspam plugin
When I drag n drop spam mail to SPAM folder, I get this error: Jun 11 17:58:46 sparrow dspam[28452]: Unable to open file for reading: /var/spool/dspam/data/local/mymail/mymail.sig/466d652f315451306914567.sig: No such file or directory mymail is user that runs dovecot transport (postfix config). The .sig file exist in
2007 Sep 24
1
Is anyone using the dspam plugin for dovecot 1.1?
I'm about to try to adjust the dspam plugin code to dovecot-1.1, but before starting out on this, I thought I'd ask the list: anyone done it already? /L
2008 Mar 05
0
dspam+sendmail+virtual users
I want to setup something like this... Sendmail MTA -> DSPAM -> LDA/Dovecot Can someone give me some sendmail.mc configuration examples on how I can set this up? I was having trouble getting sendmail to deliver to dspam and then to dovecot's deliver. Thanks PS: I am not using the IMAP DSPAM integratation libs (yet)... I am using 1.1. When will 1.1 of this come out?
2008 Oct 07
0
Postfix - dspam - dovecot deliver fails at deliver
I have Postfix & Dovecot working properly with mail delivered to the user's ~/Maildir using the postfix config: mailbox_command = /usr/lib/dovecot/deliver I would like to insert dspam in between, passing mail from postfix to dspam and then to dovecot/deliver for delivery. My objective is to only filter incoming mail. This set up doesn't seem to be documented anywhere that