Re: [Dovecot] Sieve Frustrations

2008-04-10 Thread Andreas Schneider
Shawn wrote: This isn't firing. The .Junk folder exists under the user directories, but messages that have the X-Spam-Flag set are still going into INBOX. My personal Sieve rules are firing properly (now), so I know Sieve is operational. Just the global rule isn't being applied. If it help

Re: [Dovecot] Create IMAP folders on first login?

2008-01-22 Thread Andreas Schneider
Andreas Ntaflos wrote: > Hello list, > > I am currently playing around with a virtual domain/virtual user setup and > thanks to the documentation on both the Dovecot and the Postfix websites > things are going swimmingly (apart from an oddity I will post separately > about). > > On trying th

Re: [Dovecot] Webmail Recommendation

2008-01-10 Thread Andreas Schneider
Peter Sparkes wrote: > Hi, > > I want to install webmail. I am using Dovecot with Exim4. > > Recommendations requested please. Currently the best webmailer is Horde http://www.horde.org/ It has several components you could put together to get sieve scripting support, calendar etc. It is the

Re: [Dovecot] dspam integration

2007-11-19 Thread Andreas Schneider
Johannes Berg wrote: >> 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. > > The first git repo is my source, and

Re: [Dovecot] MANAGESIEVE patch v8 for dovecot 1.0.7

2007-11-02 Thread Andreas Schneider
Stephan Bosch wrote: > Hello dovecot users, Hi Stephan, > > Have fun testing the patch. Don't hesitate to notify me when there are > problems. I've configured horde today and if I try to access managesieve it segfaults. dovecot-infolog: dovecot: 2007-11-02 14:09:49 Info: MANAGESIEVE([EMAIL PRO

Re: [Dovecot] MANAGESIEVE patch v8 for dovecot 1.0.7

2007-11-02 Thread Andreas Schneider
Marcus Rueckert wrote: > hi, > > i just prepared a testcase rpm for it. > > how do you enable ssl/tls support? > how do you make sure that only ssl/tls is used for non secure sockets? > (same policy as the dovecot imap config) As it is a protocol like imap and pop3 in dovecot and works the same

Re: [Dovecot] thunderbird and email duplication

2007-10-17 Thread Andreas Schneider
Alexander Banthien wrote: > Hi all, > > I have recently switched over to Dovecot from CourierIMAP trying for > some speedup, which I did get. Installation went OK, so all seemed fine. > > But suddenly I realised, that incoming emails are replicating > themselves. This seems only to happen when co

Re: [Dovecot] dovecot cloning mails?

2007-10-06 Thread Andreas Schneider
Timo Sirainen wrote: > On Tue, 2007-10-02 at 00:41 +0200, Andreas Schneider wrote: >> Hi, >> >> I have a strange issue here. I have a large message of a svn commit and the >> message is cloning itself more and more. I've deleted it several time >> completely

Re: [Dovecot] new antispam plugin

2007-10-02 Thread Andreas Schneider
Johannes Berg wrote: > > Weird. I'll take a look. crm114-exec definitely works, might be worth > comparing. I'm out starting immediately until tomorrow night, will take > a look then. dspam-exec doesn't work too. > > johannes -- andreas -- http://www.cynapses.org/ - cybernetic synaps

Re: [Dovecot] new antispam plugin

2007-10-02 Thread Andreas Schneider
ile mode 100644 index 000..b942532 --- /dev/null +++ b/dspam-library.c @@ -0,0 +1,146 @@ +/* + * dspam backend for dovecot antispam plugin + * + * Copyright (C) 2004-2007 Johannes Berg <[EMAIL PROTECTED]> + *2006 Frank Cusack + *2007 Andreas Schneid

Re: [Dovecot] new antispam plugin

2007-10-01 Thread Andreas Schneider
y.c b/dspam-library.c new file mode 100644 index 000..b942532 --- /dev/null +++ b/dspam-library.c @@ -0,0 +1,146 @@ +/* + * dspam backend for dovecot antispam plugin + * + * Copyright (C) 2004-2007 Johannes Berg <[EMAIL PROTECTED]> + *2006 Frank Cusack + *

[Dovecot] dovecot cloning mails?

2007-10-01 Thread Andreas Schneider
Hi, I have a strange issue here. I have a large message of a svn commit and the message is cloning itself more and more. I've deleted it several time completely but it doesn't go away. http://www.cynapses.org/tmp/dovecot.png How can I debug it? Thanks, -- andreas milliways:~ # doveco

Re: [Dovecot] plugin problem

2007-10-01 Thread Andreas Schneider
Johannes Berg wrote: > Decided to do my own because that one had libdspam integrated already. > That's another backend then. Hi, I'm currently traveling around in the US visiting some conferences etc. So I had no time to create a libdspam backend. I will do this if I find some time. > > johanne

Re: [Dovecot] dovecot dspam plugin using libdspam

2007-09-20 Thread Andreas Schneider
Trever L. Adams wrote: > > Hello, Andreas, > > I have not had a chance to look at your plugin. I am wondering if you > have updated the plugin for the API changes in 1.1 alpha series > (particularly alpha6). If so, I am at a point I can test the plugin out > and possibly contribute code. Hi Trev

Re: [Dovecot] dovecot dspam plugin using libdspam

2007-09-15 Thread Andreas Schneider
Andreas Schneider wrote: > > Ok, I've added now support to set the spam folder and > the trash folder in the dovecot configuration file. > > git clone git://git.cynapses.org/dovecot-dspam-plugin.git \ > dovecot-dpsam-plugin > Hi, the git address has changed. git cl

Re: [Dovecot] dovecot dspam plugin using libdspam

2007-09-07 Thread Andreas Schneider
Andraž 'ruskie' Levstik wrote: > Would it be possible to specify multiple spam folders? > > i.e. spam, Spam, SPAM, junk, Junk, etc... ? > > That would be very usefull... Yes, this would be possible, but first the current code should be tested ;) Thanks for the suggestion. -- andreas -

Re: [Dovecot] dovecot dspam plugin using libdspam

2007-09-06 Thread Andreas Schneider
> We want to use signatures if it is present, if not, then we can use the > raw message. I would suggest the code do an if on the present of the > signature. I haven't yet looked a the code. Maybe tomorrow. (I am a bit > behind on my schedule.) Ok, I've added now support to set the spam folder and

Re: [Dovecot] dovecot dspam plugin using libdspam

2007-08-30 Thread Andreas Schneider
Trever L. Adams wrote: > Andreas, Hi Trever, > > Please, do not take this poorly. I am simply asking questions to make > sure this patch/plugin is a good idea in the form you suggest. > > I am a user of the other patch. I am wondering if this is worth it. Your > patch, if it links against libds

[Dovecot] dovecot dspam plugin using libdspam

2007-08-28 Thread Andreas Schneider
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 dovec

Re: [Dovecot] MANAGESIEVE patch v7 for dovecot 1.0.3 and TLS

2007-08-27 Thread Andreas Schneider
Stephan Bosch wrote: > Hi Andreas, > Hi Stephan, > Did you press Ctrl-D at this point? It is necessary to start the TLS > transcation at your end using gnutls-cli. Tests using gnutls-cli were > described earlier: > > http://dovecot.org/list/dovecot/2007-August/024470.html > http://dovecot.org/l

[Dovecot] MANAGESIEVE patch v7 for dovecot 1.0.3 and TLS

2007-08-27 Thread Andreas Schneider
Hi, I allow only TLS/SSL connection to dovecot. The managesieve doesn't work with TLS but it works without it. [EMAIL PROTECTED]:~> gnutls-cli -p 2000 -s --insecure -V milliways.cynapses.org Resolving 'milliways.cynapses.org'... Connecting to '213.239.217.124:2000'... - Simple Client Mode: - R