Sorry, it was my fault. With "plain" value all works fine. Thanks for the help
On Fri, Feb 7, 2014 at 10:54 PM, Timo Sirainen <t...@iki.fi> wrote: > On 7.2.2014, at 15.22, Timo Sirainen <t...@iki.fi> wrote: > >>> auth_verbose_passwords = yes >>> >> I guess it's related to auth_verbose_passwords setting, but I can't >> immediately see why it would crash there. > > Oh, first I thought there were two settings related to this :) Anyway, the > reason is simple: "yes" isn't a valid value here. Either use "plain" or > "sha1". Although I suppose "yes" could be an alias for "plain" to make > people's life easier. So: > > http://hg.dovecot.org/dovecot-2.2/rev/afd3cfcf1bcb > http://hg.dovecot.org/dovecot-2.2/rev/27ac53f11f1f >