log

age author description
Thu, 10 Feb 2011 01:54:26 +0200 Timo Sirainen Added import_environment setting.
Thu, 10 Feb 2011 00:45:51 +0200 Timo Sirainen doveadm: Fixed giving parameters to mail commands.
Tue, 08 Feb 2011 03:31:46 +0200 Timo Sirainen lib-master: If post-login socket disconnects unexpectedly, suggest process_limit being the reason.
Tue, 08 Feb 2011 03:31:01 +0200 Timo Sirainen master: If process limit is reached, just accept and close the client connection.
Mon, 07 Feb 2011 22:37:45 +0200 Timo Sirainen lib-storage: Give restrict_access() uid/gid source (userdb or mail_u/gid setting).
Mon, 07 Feb 2011 22:37:19 +0200 Timo Sirainen restrict_access(): Show uid/gid source in setuid()/setgid() failure messages if given.
Fri, 04 Feb 2011 19:48:29 +0200 Timo Sirainen lmtp: Fixed handling recipient_delimiter when it was found from domain name.
Wed, 02 Feb 2011 23:58:32 +0200 Timo Sirainen imap: Fixed a hang when trying to COPY to a nonexistent mailbox.
Mon, 31 Jan 2011 00:27:53 +0200 Timo Sirainen lib-sql: Implemented sql_result_get_field_value_binary() for MySQL.
Sun, 30 Jan 2011 23:57:14 +0200 Timo Sirainen dovecot-config, dovecot.m4: Export SQL_LIBS as DOVECOT_SQL_LIBS
Sun, 30 Jan 2011 23:56:23 +0200 Timo Sirainen lib-sql: Install libdovecot-sql.so as well.
Sun, 30 Jan 2011 23:16:46 +0200 Timo Sirainen lib-storage: layout=noop now shows INBOX as existing if namespace has inbox=yes.
Sun, 30 Jan 2011 17:51:17 +0200 Timo Sirainen script: Root permissions weren't being dropped before executing the script.
Wed, 26 Jan 2011 21:47:52 +0200 Timo Sirainen ioloop: Use -1 for infinite poll/epoll timeout rather than INT_MAX.
Tue, 25 Jan 2011 00:32:50 +0200 Timo Sirainen lib-storage: Give a better error message if mail_location has INBOX but no mail root dir.
Tue, 25 Jan 2011 00:10:46 +0200 Timo Sirainen dotlocks: When locking using hard links, make sure the dotlock's timestamp is new enough.
Mon, 24 Jan 2011 00:31:05 +0200 Timo Sirainen dbox: mailbox_create/update() might not have updated index header correctly.
Fri, 21 Jan 2011 21:46:24 +0200 Timo Sirainen IDLE: Don't assert-crash if IDLE+DONE is sent in same TCP packet.
Fri, 21 Jan 2011 19:16:34 +0200 Timo Sirainen Added doveadm zlibconnect command for testing IMAP COMPRESS.
Fri, 21 Jan 2011 19:15:37 +0200 Timo Sirainen zlib: Make sure output stream flushes the stream automatically when not corked.
Thu, 20 Jan 2011 23:16:23 +0200 Timo Sirainen dotlocks: Refresh current time after having waited for a lock.
Thu, 20 Jan 2011 23:09:44 +0200 Timo Sirainen lib-storage: Fixed handling chroot/home for services that don't really chroot (lmtp).
Wed, 19 Jan 2011 20:06:39 +0000 Pascal Volk lmtp: Write "+ext" part to Delivered-To: header.
Wed, 19 Jan 2011 00:25:47 +0200 Timo Sirainen auth: Logging improvement for nopassword=y.
Mon, 17 Jan 2011 21:25:01 +0200 Timo Sirainen lib-index: Avoid corrupting dovecot.index file when recreating it even in case of broken file locking.
Sun, 16 Jan 2011 21:47:15 +0200 Christian Wiese auth: Fixed mech_winbind_ntlm by using mech_winbind_auth_initial()
Sun, 16 Jan 2011 21:26:13 +0200 Timo Sirainen man: Updated dsync.1's -o parameter description.
Sun, 16 Jan 2011 21:25:34 +0200 Timo Sirainen man: Added -o parameter to dovecot-lda.1
Sun, 16 Jan 2011 21:15:10 +0200 Timo Sirainen mkdir_*chown/chgrp(): If chown() fails, rmdir() the directory.
Sun, 16 Jan 2011 18:53:27 +0200 Timo Sirainen dsync: Fixed crash when mailbox had zero cache_fields but its array was initialized.