23 Mar
2012
23 Mar
'12
1:26 p.m.
On 23.3.2012, at 12.58, Joseph Tam wrote:
I ran into two issues trying to upgrade our dovecot installation (Solaris 10).
- Does not compile with OpenSSL 0.9.7
Not a big deal, as I was able to successfully against OpenSSL 0.9.8, but does dovecot require OpenSSL >= 0.9.8 now?
Hm. Maybe it's time by now? :) It could be fixed with some more #ifdefs but those make code more unreadable.
- Dovecot's LDA does not work
After stopping the the old dovecot, and starting dovecot 2.1.3 using tghe exact same config file, local mail delivery tempfails:
Mar 23 02:51:51 server dovecot: auth: Error: getpeerucred() failed: Bad address
http://hg.dovecot.org/dovecot-2.1/rev/98fd46f8d1ab fixes this?