Hi, I am currently working on a managesieve daemon, so that I can use the squirrelmail plugin avelsieve together with dovecot-lda. Without this I can't migrate from cyrus to dovecot. For several reasons I don't use the timsieved from cyrus and build it from scratch. Is this interesting for somebody else? Gerald
On Tuesday 02 May 2006 12:00, Gerald Dachs wrote:> > I am currently working on a managesieve daemon, so that I can use the > squirrelmail plugin avelsieve together with dovecot-lda. Without this > I can't migrate from cyrus to dovecot. For several reasons I don't use > the timsieved from cyrus and build it from scratch. Is this interesting > for somebody else?I want to deploy server side filtering on a box, that has SquirrelMail, Dovecot, Postfix, and virtual mailbox users. So a SIEVE based system that works in that environment would be of interest. But it is all for my own (and family) use currently, if the ideas work they may get reused at ZyNet. If they don't work I curse under my breath, bemoan the lost email, and move on. I'm also interested to know other alternative schemes for deploying server side filtering. One goal, I want to create IMAP4 folders automatically for new mailing lists, so the dovecot mailing list folder is automatically created when you start getting emails from the dovecot list for example. As mailing list used is 95%+ of the mail filters that goes on after SMTP transaction is completed. Simon
Gerald Dachs wrote:> Hi, > > I am currently working on a managesieve daemon, so that I can use the > squirrelmail plugin avelsieve together with dovecot-lda. Without this > I can't migrate from cyrus to dovecot. For several reasons I don't use > the timsieved from cyrus and build it from scratch. Is this interesting > for somebody else? > > Gerald > >It is of interest to us; we are a small company: SarVision (7 people) but due to quite heavy internet data/server requirements we do own & manage our own server, and thus also our own mail server. We have just migrated to postfix/dovecot (using dovecot-lda) and tough we do not use sieve yet, we are definitely interested in a dovecot oriented implementation of a sieve daemon. Vincent.
Gerald Dachs wrote:> Hi, > > I am currently working on a managesieve daemon, so that I can use the > squirrelmail plugin avelsieve together with dovecot-lda. Without this > I can't migrate from cyrus to dovecot. For several reasons I don't use > the timsieved from cyrus and build it from scratch. Is this interesting > for somebody else?This is very interesting to me. It's one of the key bits keeping Dovecot off our options list for migration plans later this year.
On Tue, 02 May 2006 15:10:16 -0500 Richard Laager <rlaager at wiktel.com> wrote:> On Tue, 2006-05-02 at 13:00 +0200, Gerald Dachs wrote: > > Is this interesting > > for somebody else? > > I would be interested in this for a migration at work. I may be able to > provide financialjust one hour ago I broke an AMD 2700+ XP CPU (yes, it's physically broken), because I am stupid, so one of my development machines is down and my finance minister (my wife) would kill me (or would be angry with me, that would be more worse than being killed) if I would ask for a new CPU. So a contribution in form of another fast XP CPU would speed up the process ;), but is not absolutely necessary, because I can set up another machine.> or code contributions as well.only if you have something ready. The server itself is running, I use libut for this, I highly recomend this http://libut.sourceforge.net/primer.html. Last thing I was working on before the machine died (code is safe), was the command parser with flex, not ready yet. Iater I could need help with the autoconf, automake stuff, this is not one of my strength. Gerald