Displaying 20 results from an estimated 100 matches similar to: "DSpam mysql-plugin (was DSpam plugin)"
2008 Oct 31
1
imap dump-capability fails Dovecot 1.1.6
Hi Timo,
Dovecot fails to start after upgrading from 1.1.4 to 1.1.6:
Fatal: userdb didn't return a home directory, but mail location used it
(%h): %h/mail:CONTROL=%h/control:INDEX=%h/index
Error: imap dump-capability process returned 89
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
Adding a fake home directory to args in
master-settings.c:get_imap_capability solved the problem
2007 Nov 19
2
dspam integration
Hi,
I see http://johannes.sipsolutions.net/Projects/dovecot-antispam and
http://blog.cynapses.org/2007/09/13/dovecot-dspam-plugin/ solutions.
Second git repo is not answer, first one is cloned, but I see some
drawbacks with it.
Dspam backend is more native solution but libdspam using instead of
dspam external binary looks like preffered way to integrate dspam.
Another problem is waiting for
2006 Jun 23
2
Developing new Dspam Plugin
This email /was/ going to be a bit of a bitch about trying to get
mysql compiled in to a dovecot plugin, but I got it all working before
I finished the email! :-D
Ok, basically what I am doing (Johannes permission) is modifying the
dspam plugin, so that it instead talks to a database (MySQL in this
case), and updates a table, so that you can do the actual training at
a time of lower load.
It
2009 Nov 10
2
v1.2.7 released
http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz.sig
* IMAP: IDLE now sends "Still here" notifications to same user's
connections at the same time. This hopefully reduces power usage
of some mobile clients that use multiple IDLEing connections.
* IMAP: If imap_capability is set, show it in the login banner.
+ IMAP:
2009 Nov 10
2
v1.2.7 released
http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz
http://dovecot.org/releases/1.2/dovecot-1.2.7.tar.gz.sig
* IMAP: IDLE now sends "Still here" notifications to same user's
connections at the same time. This hopefully reduces power usage
of some mobile clients that use multiple IDLEing connections.
* IMAP: If imap_capability is set, show it in the login banner.
+ IMAP:
2006 Sep 20
2
DSpam plugin
I'm trying to set up Johannes's DSpam plugin for dovecot. I've
compiled rc2 and the plugin, and have things installed OK. I have a
X-DSPAM-Signature in my message that is delivered to Inbox. Whenever I
try to move this to my spam folder (I changed source to say 'Spam'
instead of 'SPAM'), my client (Thunderbird) pops up 'The current command
did not succeed. The
2006 May 18
0
building 1.0beta8 with gcc 2.95
The following patch is need to correctly align the default_settings
structure with gcc 2.95, which doesn't recognise C99 style struct
initializers.
--- src/master/master-settings.c~ 2006-04-25 04:00:07.000000000 +0200
+++ src/master/master-settings.c 2006-05-18 11:14:08.949376000 +0200
@@ -367,6 +367,7 @@
/* .. */
MEMBER(login_uid) 0,
+ MEMBER(imap_generated_capability) NULL,
2001 Mar 17
2
Drive mappings
Hello again list!
I'm attempting to use the following command in a startup batch file:
net use U: \\mail\%U
however when win9* runs this file on logging in, it tries to map
\\mail\u
Why isn't samba preprocessing this directive? (\\mail is NOT the name of
the samba server doing the login authetication!)
Please respond to mblinn@peopleplaces.org -- my mail client may be
configured
2001 Mar 12
2
LPRng and SAMBA
First of all, thanks to everyone who has helped me out so far resolving
my samba problems!
The latest has to do with LPRng and directory permissions. LPRng
requires 0600 permissions on the spool directory, owner daemon group
daemon. Whenever a user tries to print through SAMBA, they do not have
write access to the spool directory, as teh job comes in user/group of
the person who printed. Any
2008 Jan 17
1
convert plugin fails - drops root privileges then tries to create file in /
Hi
I just tried to run the convert plugin as described at
http://wiki.dovecot.org/Plugins/Convert
(except with mail_location = maildir:~/Mail)
It fails with an error message:
Eopen(/.temp.falcon.endbracket.net.18618.8d5e0a038da6cf06) failed:
Permission denied
Error: imap dump-capability process returned 89
It looks like Dovecot execs /usr/libexec/dovecot/imap, which drops root
privileges
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