On Thu, 2009-01-08 at 11:00 -0500, Dean Brooks wrote:
> On Wed, Jan 07, 2009 at 03:45:28PM -0500, Timo Sirainen wrote:
> > http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz
> > http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig
> > 
> > Most importantly mbox bugfixes. v1.1 should finally be as stable with
> > mboxes as it was with v1.0. Hopefully we'll also soon have the first
> > v1.2 beta release and the final v1.2.0 somewhat soon after that.
> 
> Compiling Dovecot 1.1.8 under Solaris 8 using gcc 3.4.6 gives a final
> link error on dovecot-auth.  Apparantely, unsetenv() isn't a
> universally available function?

Well, that's annoying. I was worried about that when I added it, but I
couldn't find an OS where it wasn't supported so I thought it was safe.
It is in Solaris 10 anyway. You could just comment out the call, it was
added just to fix this bug:

        - deliver: It wasn't possible to override boolean settings in
          lda section by setting them to "no".

I'm not really sure how this could be handled best. I guess it would be
possible to implement our own environ variable handling but that would
be pretty ugly.. Or perhaps I could modify the deliver config parsing
code once again so that it wouldn't need to unset the environment.. With
the upcoming v1.3 none of this would be necessary..

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to