a15693e148
- config: Added nn- prefix to *.conf files so the sort ordering makes more sense - lib-master: Log an error if login client disconnects too early - mdbox: If purging found corrupted files, it didn't auto-rebuild storage - lib-storage: Added support for searching save date - and more... - pigeonhole updated: - Mailbox extension: fixed memory leak in the mailboxexists test - added login failure handler
12 lines
559 B
Diff
12 lines
559 B
Diff
diff -up dovecot-2.0.beta4/doc/example-config/conf.d/10-mail.conf.defconf dovecot-2.0.beta4/doc/example-config/conf.d/10-mail.conf
|
|
--- dovecot-2.0.beta4/doc/example-config/conf.d/10-mail.conf.defconf 2010-03-25 15:13:01.458494067 +0100
|
|
+++ dovecot-2.0.beta4/doc/example-config/conf.d/10-mail.conf 2010-03-25 15:13:01.459364459 +0100
|
|
@@ -262,6 +262,7 @@
|
|
# them simultaneously.
|
|
#mbox_read_locks = fcntl
|
|
#mbox_write_locks = dotlock fcntl
|
|
+mbox_write_locks = fcntl
|
|
|
|
# Maximum time to wait for lock (all of them) before aborting.
|
|
#mbox_lock_timeout = 5 mins
|