http://dovecot.org/tmp/dovecot-1.1.9.rc.tar.gz There are a couple of a bit larger changes, so would be nice if a few people tested this on different setups before I released the final v1.1.9. Changes since v1.1.8: + deliver: Added rejection_subject setting, which is used for rejected mails. + pop3: Prevent clients from looping forever trying to fetch an expunged message. + If login process crashes, log the IP address that (maybe) caused it. + If core dump limit is 0, add "core dumps disabled" to startup log line. - mbox: Fixed assert-crash with pop3_lock_session=yes - dbox: Fixes to handling maildir-converted files. - Auth cache wasn't working correctly for all fields (e.g. allow_nets) with blocking passdbs (e.g. mysql). - pgsql: Handle reconnecting to server without failing auth lookups. - Berkeley DB memory/resource leak fixes. - maildir: Fixes to handling over 26 keywords. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090115/2c0446c9/attachment-0002.bin>
On 16.01.2009 00:06 Timo Sirainen wrote:> http://dovecot.org/tmp/dovecot-1.1.9.rc.tar.gz > > There are a couple of a bit larger changes, so would be nice if a few > people tested this on different setups before I released the final > v1.1.9. > > Changes since v1.1.8: > > [?] > - pgsql: Handle reconnecting to server without failing auth lookups. > [?]Hi Timo, I've compiled v1.1.9.rc on OpenBSD 4.2. After restarting the PostgreSQL server I'm getting this error: Jan 16 16:16:53 vh3 dovecot: auth(default): sql(user at example.org): User query failed: FATAL: terminating connection due to administrator command Jan 16 16:16:53 vh3 dovecot: auth(default): kevent(EV_DELETE, 10) failed: Bad file descriptor Jan 16 16:16:53 vh3 deliver(user at example.org): Auth lookup returned failure Next time when Postfix tries to deliver messages Dovecot reconnects to the database: Jan 16 16:20:19 vh3 dovecot: auth(default): pgsql: Connected to mailsys Regards Pascal -- Ubuntu is an ancient African word meaning ?I can?t install Debian.? -- unknown
Timo Sirainen wrote:>http://dovecot.org/tmp/dovecot-1.1.9.rc.tar.gz > >There are a couple of a bit larger changes, so would be nice if a few >people tested this on different setups before I released the final >v1.1.9.It's running here without problem as a pop3 server. -- Mark Sapiro <mark at msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Timo Sirainen pisze:> http://dovecot.org/tmp/dovecot-1.1.9.rc.tar.gz > > There are a couple of a bit larger changes, so would be nice if a few > people tested this on different setups before I released the final > v1.1.9. >I have compiled dovecot(on my test server) with these options: --with-notify=inotify --with-pop3d --with-deliver --with-mysql --disable-ipv6 mail64:~# dovecot -n # 1.1.9: /usr/local/etc/dovecot.conf # OS: Linux 2.6.18-6-xen-amd64 x86_64 Debian 4.0 ext3 So far, I haven't noticed any errors. Tomasz Suchodolski