On 08/06/2010 12:49 AM, Timo Sirainen wrote: > On 5.8.2010, at 21.13, Samuel Kvasnica wrote: > >> Hi Timo, >> >> On 08/05/2010 06:26 PM, Timo Sirainen wrote: >>> I think this problem shows up only with acl+listescape combination. I >>> fixed it for v2.0 now with >>> http://hg.dovecot.org/dovecot-2.0/rev/e77310eedfbb. Some of the other >>> commits before that were also required to get it working correctly. I'm >>> not sure if porting that patch to v1.2 would fix it or not, probably too >>> much trouble anyway.. >> Is it really not feasible to port the patch to 1.2 ? (could you give a >> hint, what other patches might be needed?) > If that one patch alone fixes it (but I'm 70% sure it doesn't), it wouldn't > be too difficult to backport it. Who knows, the patch might even apply > without any conflicts (you can try). But if that isn't enough, then the > changes would be too big. > I tried already but it does not even compile, some basic functionality in array.h is missing, seems really like big changes...
>> Is 2.0 stable enough to be deployed in production environment right now ? > > I'll probably release 2.0.rc5 tomorrow and 2.0.0 next week. The current v2.0 > rcs are also in production in several small/medium sized installations. Hmm, might be really the best way, I would give it a try. But I'm having quite a hard time to convert configs to 2.0. The docs on wiki is not complete and the doveconf -n -c dovecot-1.conf > dovecot-2.conf command seems to remove rather big part of of original config... still fighting with sieve and some other plugins.