I've still over 200 mails unread in the mailing list, and important things left in TODO. This release is an improvement over rc7 anyway, hopefully I'll have time to fix the rest soon.
http://dovecot.org/releases/dovecot-1.0.rc8.tar.gz http://dovecot.org/releases/dovecot-1.0.rc8.tar.gz.sig
* GSSAPI: Changed POP3 service name to "pop", which is what the
standard says
* "mbox:/var/mail/%u" no longer works as the mail location. You'll
have to specify the mail root explicitly, just like the examples
always have: "mbox:~/mail:INBOX=/var/mail/%u"
+ SHA1, LDAP-MD5, PLAIN-MD5, PLAIN-MD4: The password can be now either
hex or base64 encoded. The encoding is detected automatically based
on the password string length.
+ Allow running only Dovecot master and dovecot-auth processes with
protocols=none setting
+ deliver: -f <envelope sender> parameter can be used to set mbox
From_-line's sender address
+ deliver: Log all mail saves and failures
+ Tru64 SIA passdb support. Patch by Simon L Jackson.
- INBOX was listed twice in mailbox list if namespace prefix was used
- INBOX-prefixed namespaces were a bit broken
- kqueue: Fix 100% CPU usage
- deliver: Duplicate storage was a bit broken
- dictionary code was broken (ie. dict quota)
- SIGHUP caused crashes sometimes
Hi,
On Mon, Oct 09, 2006 at 09:33:18PM +0300, Timo Sirainen wrote:
I updated the packages at http://ATrpms.net/name/dovecot/
-- Axel.Thimm at ATrpms.net
On Wed, 2006-10-11 at 08:46 +0200, Tom Sommer wrote:
Immediately at startup or sometimes later? What about the reason why the login process crashed? If it's not shown it's because there's a bug that sometimes the last logging messages are lost.. If you run dovecot through strace -f you should see the messages (probably in log, or at least in the strace log).
On Wed, October 11, 2006 12:22, Timo Sirainen wrote:
It was running fine for ~24 hours, then it crashed.
There wasn't anything else in the log besides what I posted - I'll try and run logging with full debug enabled, that might provide more details, should it happen again.
I'm not familiar with running strace though :)
On Wed, 2006-10-11 at 13:11 +0200, Tom Sommer wrote:
This patch should fix the logging:
http://dovecot.org/list/dovecot-cvs/2006-October/006473.html
On Wed, 2006-10-11 at 18:35 +0200, Tom Sommer wrote:
Hmh. Maybe the logging patch didn't fix it completely then. How about this then, it just slows down creating login new login processes instead of killing the whole dovecot:
http://dovecot.org/list/dovecot-cvs/2006-October/006475.html
On Thu, 2006-10-12 at 11:51 +0200, Tom Sommer wrote:
Hrm, I read the other thread about this issue - do you think the cause is that max connections are reached?
It's not at least that simple, because I can't reproduce it by setting max login processes to 2 and then trying to log in with more than 2 clients in different ways.
participants (3)
-
Axel Thimm
-
Timo Sirainen
-
Tom Sommer