[Dovecot] 0.99.10.1 released
Timo Sirainen
tss at iki.fi
Tue Nov 11 00:24:31 EET 2003
On Tue, 2003-11-11 at 00:14, Mark E. Mallett wrote:
> On Mon, Nov 10, 2003 at 09:00:09PM +0200, Timo Sirainen wrote:
> > Since release candidate I added fix for CRLF + partial BODY[] fetching.
> > I hope everything works :) I've been running it with mbox for a while
> > and it seems to work fine.
>
> First thing I notice is that various settings that are read out
> of the dovecot.conf file are no longer defaulted. I get coredumps
> starting the master process (dovecot) because of things not
> filled into the "set" structure at the settings_verify stage.
Oh well, there had to be something :) I think it was broken only with
older non-C99 capable compilers (gcc 2.95 I guess). This should fix,
also released it as 0.99.10.2:
--- dovecot-0.99.10.1/src/master/master-settings.c 2003-11-08 17:35:01.000000000 +0200
+++ dovecot-0.99.10.2/src/master/master-settings.c 2003-11-11 00:19:49.000000000 +0200
@@ -157,6 +157,7 @@
/* mail */
MEMBER(valid_chroot_dirs) NULL,
+ MEMBER(mail_chroot) NULL,
MEMBER(max_mail_processes) 1024,
MEMBER(verbose_proctitle) FALSE,
More information about the dovecot
mailing list