-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, there were some posts into this lists regarding Webmail interfaces and Sieve. What are the experiences with them? I need a webmail frontend that is capable of IMAP, supporting dovecot's namespaces, verifying PGP and managing Sieve in conjunction with Dovecot. I found two mature products, I also saw posts about, so I'm going to ask. Some posts on this list suggest that some are using SquirrelMail/avelsieve and some Horde (IMP/Ingo). What are the experiences with them? Are they stable and are there configuration glitches (there is a thread about a bug in avelsieve, for instance). How do they interact with Dovecot in order to find the user's homedirectory to get/put the Sieve script? Maybe it's offtopic for the Wiki, but would you mind share your configuration on the Dovecot Wiki? Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBRi3/dS9SORjhbDpvAQLoCggAgGInRUJI944aAIOjOjDWsdlssCdnqTlk CWufMVfFpTjRqN9VobuUHiZzVY45zDN+9emVm4b68hL+L9bHQZyytiqsZjmDNlWM wcE49XckNAAOaq+qOJZR+2CxyKAECklGkhTrs5hfLSZx8i/5uGNCyAOHFQ98YU6Q 3VoDeNq5Cd0sVxiEEzeLeU6BrcY7Cnt+qeemZCSfKRI5cQow+edSM8Mb7BP7WuUU wlaMo5bTZLBWQCQPAPd7m9wiBueV6bDxhsfe9yuOYxUKHI/N/sKr3iRLcZCxRsXk wh3UT6OcFe4Mg873EMfdZClahLp5a3oUbP1lH7MP8Aa9iSOccEIcNg==ADCc -----END PGP SIGNATURE-----
On Tue, 2007-04-24 at 15:00 +0200, Steffen Kaiser wrote:> Some posts on this list suggest that some are using SquirrelMail/avelsieve > and some Horde (IMP/Ingo). What are the experiences with them? Are they > stable and are there configuration glitches (there is a thread about a bug > in avelsieve, for instance). How do they interact with Dovecot in order to > find the user's homedirectory to get/put the Sieve script?I've been using Horde/IMP/Ingo for some time. It works well. IIRC Ingo uses FTP to retrieve and update per user sieve scripts. ciao Luca
Steffen Kaiser wrote:> Some posts on this list suggest that some are using > SquirrelMail/avelsieve and some Horde (IMP/Ingo). What are the > experiences with them? Are they stable and are there configuration > glitches (there is a thread about a bug in avelsieve, for instance). > How do they interact with Dovecot in order to find the user's > homedirectory to get/put the Sieve script?I've been using SquirrelMail/avelsieve 1. Avelsieve Devel Branch (1.9) + patch for dovecots managesieve compatibility. actuality just hardcoded sieve capabilities., as plugin can't detect them automatically, (other posts here says it is just text uppercase/lowercase problem in capabilities reporting; and provides another patch) 2. Managesieve patch v4 patch + patches i posted here few week ago (segfault dumping dovecot settings). 3. Sieve plugin + patches i posted here few week ago (notify method is broken in CVS sieve plugin version). All works just fine, except if mail_chroot is enabled. so don't use this setting.
Or you can use Avelsieve (devel branch) with pysieved (MANAGESIEVE server written in Python) - http://woozle.org/~neale/src/pysieved/. It works nice for me, configuration was easy and home directories can be returned e.g. from MySQL database. Currently, there is some work underway to get them directly from dovecot's auth-master. But you may have permission problems if you are using different UIDs. L??a> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > there were some posts into this lists regarding Webmail interfaces and > Sieve. What are the experiences with them? > > I need a webmail frontend that is capable of IMAP, supporting dovecot's > namespaces, verifying PGP and managing Sieve in conjunction with Dovecot. > I found two mature products, I also saw posts about, so I'm going to ask. > > Some posts on this list suggest that some are using SquirrelMail/avelsieve > and some Horde (IMP/Ingo). What are the experiences with them? Are they > stable and are there configuration glitches (there is a thread about a bug > in avelsieve, for instance). How do they interact with Dovecot in order to > find the user's homedirectory to get/put the Sieve script? > > Maybe it's offtopic for the Wiki, but would you mind share your > configuration on the Dovecot Wiki? > > Bye, > > - -- > Steffen Kaiser