http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz.sig Still a bit more fixes. My coding TODO list is again empty. Unless something special happens in the next few weeks, I'll still make rc29 with the documentation included and v1.0 will be released April 13. * deliver + userdb static: Verify the user's existence from passdb, unless allow_all_users=yes * dovecot --exec-mail: Log to configured log files instead of stderr * Added "-example" part to doc/dovecot-sql-example.conf and doc/dovecot-ldap-example.conf. They are now also installed to $sysconfdir with "make install". + When copying/syncing a lot of mails, send "* OK Hang in there" replies to client every 15 seconds so it doesn't just timeout the connection. + Added idxview and logview utilities to examine Dovecot's index files + passdb passwd and shadow support blocking=yes setting now also + mbox: If mbox file changes unexpectedly while we're writing to it, log an error. + deliver: Ignore -m "" parameter to make calling it easier. + deliver: Added new -n parameter to disable autocreating mailboxes. It affects both -m parameter and Sieve plugin's fileinto action - mbox: Using ~/ in the mail root directory caused a ~ directory to be created (instead of expanding it to home directory) - auth cache: If unknown user was found from cache, we didn't properly return "unknown user" status, which could have caused problems in deliver. - mbox: Fixed "UID inserted in the middle of mailbox" in some conditions with broken X-UID headers - Index view syncing fixes - rc27 didn't compile with some non-GCC compilers - vpopmail support didn't compile in rc27 - NFS check with chrooting broke home direcotry for the first login - deliver: If user lookup returned "unknown user", it logged "BUG: Unexpected input" - convert plugin didn't convert INBOX -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot-news/attachments/20070323/a16bb1da/attachment.pgp
Timo Sirainen wrote:> http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz > http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz.sig > > Still a bit more fixes. My coding TODO list is again empty. Unless > something special happens in the next few weeks, I'll still make rc29 > with the documentation included and v1.0 will be released April 13. > >Friday the 13th - Ya just gotta love Timo's sense of humor! -- A: Yes.> Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email?
Robert Schetterer
2007-Mar-23 21:53 UTC
[Dovecot] 1.0.rc28 released / suse rpmbuild fails what has changed ?
Timo Sirainen schrieb:> http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz > http://dovecot.org/releases/dovecot-1.0.rc28.tar.gz.sig > > Still a bit more fixes. My coding TODO list is again empty. Unless > something special happens in the next few weeks, I'll still make rc29 > with the documentation included and v1.0 will be released April 13. > > * deliver + userdb static: Verify the user's existence from passdb, > unless allow_all_users=yes > * dovecot --exec-mail: Log to configured log files instead of stderr > * Added "-example" part to doc/dovecot-sql-example.conf and > doc/dovecot-ldap-example.conf. They are now also installed to > $sysconfdir with "make install". > > + When copying/syncing a lot of mails, send "* OK Hang in there" > replies to client every 15 seconds so it doesn't just timeout the > connection. > + Added idxview and logview utilities to examine Dovecot's index files > + passdb passwd and shadow support blocking=yes setting now also > + mbox: If mbox file changes unexpectedly while we're writing to it, > log an error. > + deliver: Ignore -m "" parameter to make calling it easier. > + deliver: Added new -n parameter to disable autocreating mailboxes. > It affects both -m parameter and Sieve plugin's fileinto action > - mbox: Using ~/ in the mail root directory caused a ~ directory to be > created (instead of expanding it to home directory) > - auth cache: If unknown user was found from cache, we didn't properly > return "unknown user" status, which could have caused problems in > deliver. > - mbox: Fixed "UID inserted in the middle of mailbox" in some > conditions with broken X-UID headers > - Index view syncing fixes > - rc27 didn't compile with some non-GCC compilers > - vpopmail support didn't compile in rc27 > - NFS check with chrooting broke home direcotry for the first login > - deliver: If user lookup returned "unknown user", it logged > "BUG: Unexpected input" > - convert plugin didn't convert INBOX >Hi Timo, i just tried rebuild 28 to my normal spec got this errors Conflicts: dovecot-snapshot Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/dovecot-1.0.rc28-build error: Installed (but unpackaged) file(s) found: /usr/lib/dovecot/idxview /usr/lib/dovecot/logview RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/dovecot/idxview /usr/lib/dovecot/logview i am not clear her , the spec worked through several versions before, did some paths changed? -- Mit freundlichen Gruessen Best Regards Robert Schetterer https://www.schetterer.org Munich/Bavaria/Germany
Timo Sirainen wrote:> > + When copying/syncing a lot of mails, send "* OK Hang in there" > replies to client every 15 seconds so it doesn't just timeout the > connection.This is probably the best news ever. I just had one of my testers beat on this with ~4000 emails-at-once operations which have always timed out and caused us grief. While it still takes forever and a day to accomplish (I blame Thunderbird), it now at least chugs along and completes the ops with no user errors. Thanks. :) -te -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
> Still a bit more fixes. My coding TODO list is again empty.Whether it is possible to add APOP and CRAM-MD5 in the checkpassword-module? Original qmail-popup is able APOP, and smtp-auth patch (http://www.fehcom.de/qmail/smtpauth.html) can use CRAM-MD5, accordingly, vckpw from vpopmail understands both these of a method. Very much would be desirable, that these two methods were in dovecot (in chackpassword-module). --- ?. Alhimenko.