http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig Everything now seems to be stable and working in v2.2, so I can finally move onto developing great new interesting features for v2.3. :) My company has also launched a web shop where you can buy various products. One of them is cheap access to Dovecot enterprise edition repositories, which are basically same as regular Dovecot releases, except they are kept patched with the latest important bugfixes. We currently have releases for RHEL/CentOS 5 and 6, Debian Squeeze and Ubuntu 12.04 LTS. By buying Dovecot-EE you'll also get a 30 day demo license for object storages, if you want to try it out. http://shop.dovecot.fi/ * When creating home directories, the permissions are copied from the parent directory if it has setgid-bit set. For full details, see http://wiki2.dovecot.org/SharedMailboxes/Permissions * "doveadm auth" command was renamed to "doveadm auth test" * IMAP: ID command now advertises server name as Dovecot by default. It was already trivial to guess this from command replies. * dovecot.index.cache files can be safely accessed only by v2.1.11+. Older versions may think they're corrupted and delete them. * LDA/LMTP: If saving a mail brings user from under quota to over quota, allow it based on quota_grace setting (default: 10% above quota limit). * pop3_lock_session=yes now uses a POP3-only dovecot-pop3-session.lock file instead of actually locking the mailbox (and causing IMAP/LDA/LMTP to wait for the POP3 session to close). * mail_shared_explicit_inbox setting's default switched to "no". * ssl_client_ca_dir setting replaced imapc_ssl_ca_dir and pop3c_ssl_ca_dir settings. + Implemented IMAP MOVE and BINARY extensions + Implemented IMAP CATENATE, URLAUTH and URLAUTH=BINARY extensions (by Stephan Bosch). + Implemented IMAP NOTIFY extension. Requires mailbox_list_index=yes to be enabled. + Redesigned and rewritten dsync. The new design makes the syncing faster, more reliable and more featureful. The new dsync protocol isn't backwards compatible with old dsync versions (but is designed to be forwards compatible with future versions). + All mailbox formats now support per-user message flags for shared mailboxes by using a private index. It can be enabled by adding :INDEXPVT=<path> to mail location. This should be used instead of :INDEX also for Maildir/mbox to improve performance. + Improved mailbox list indexes. They should be usable now, although still disabled by default. + Added LAYOUT=index. The mailbox directories are created using their GUIDs in the filesystem, while the actual GUID <-> name mapping exists only in the index. + LMTP proxy: Implemented XCLIENT extension for passing remote IP address through proxy.
On 4/12/2013 10:33 AM, Timo Sirainen wrote:> http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig > > Everything now seems to be stable and working in v2.2, so I can finally > move onto developing great new interesting features for v2.3. :)It's installed and running here. Congratulations (big round of applause) -- Mark Sapiro <mark at msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Am 12.04.2013 19:33, schrieb Timo Sirainen:> http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig > > Everything now seems to be stable and working in v2.2, so I can finally > move onto developing great new interesting features for v2.3. :)Thank you for the afford every time, great work!
On 12-04-2013 20:33, Timo Sirainen wrote:> http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig > > Everything now seems to be stable and working in v2.2, so I can > finally > move onto developing great new interesting features for v2.3. :) >[snip] Running happily here. Thank you and congrats. Andreas
Running happily on ALL my FreeBSD (8.3 and 9.1) boxes! Thanks for all the work! On 12 April 2013 20:33, Timo Sirainen <tss at iki.fi> wrote:> http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig > > Everything now seems to be stable and working in v2.2, so I can finally > move onto developing great new interesting features for v2.3. :) > > My company has also launched a web shop where you can buy various > products. One of them is cheap access to Dovecot enterprise edition > repositories, which are basically same as regular Dovecot releases, > except they are kept patched with the latest important bugfixes. We > currently have releases for RHEL/CentOS 5 and 6, Debian Squeeze and > Ubuntu 12.04 LTS. By buying Dovecot-EE you'll also get a 30 day demo > license for object storages, if you want to try it out. > http://shop.dovecot.fi/ > > * When creating home directories, the permissions are copied from > the > parent directory if it has setgid-bit set. For full details, see > http://wiki2.dovecot.org/SharedMailboxes/Permissions > * "doveadm auth" command was renamed to "doveadm auth test" > * IMAP: ID command now advertises server name as Dovecot by > default. > It was already trivial to guess this from command replies. > * dovecot.index.cache files can be safely accessed only by > v2.1.11+. > Older versions may think they're corrupted and delete them. > * LDA/LMTP: If saving a mail brings user from under quota to over > quota, allow it based on quota_grace setting (default: 10% > above quota limit). > * pop3_lock_session=yes now uses a POP3-only > dovecot-pop3-session.lock > file instead of actually locking the mailbox (and causing > IMAP/LDA/LMTP to wait for the POP3 session to close). > * mail_shared_explicit_inbox setting's default switched to "no". > * ssl_client_ca_dir setting replaced imapc_ssl_ca_dir and > pop3c_ssl_ca_dir settings. > > + Implemented IMAP MOVE and BINARY extensions > + Implemented IMAP CATENATE, URLAUTH and URLAUTH=BINARY extensions > (by Stephan Bosch). > + Implemented IMAP NOTIFY extension. Requires > mailbox_list_index=yes > to be enabled. > + Redesigned and rewritten dsync. The new design makes the syncing > faster, more reliable and more featureful. The new dsync protocol > isn't backwards compatible with old dsync versions (but is > designed > to be forwards compatible with future versions). > + All mailbox formats now support per-user message flags for shared > mailboxes by using a private index. It can be enabled by adding > :INDEXPVT=<path> to mail location. This should be used instead of > :INDEX also for Maildir/mbox to improve performance. > + Improved mailbox list indexes. They should be usable now, > although > still disabled by default. > + Added LAYOUT=index. The mailbox directories are created using > their > GUIDs in the filesystem, while the actual GUID <-> name mapping > exists only in the index. > + LMTP proxy: Implemented XCLIENT extension for passing remote IP > address through proxy. > > >-- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 "I can't hear you -- I'm using the scrambler."
When doing a server side message body search I got this in the logs: Apr 14 22:32:24 imap(support at junkemailfilter.com): Panic: file message-parser.c: line 698 (preparsed_parse_prologue_more): assertion failed: (ctx->part->children != NULL) Apr 14 22:32:24 imap(support at junkemailfilter.com): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x5f45a) [0x7f6eab1d745a] -> /usr/lib/dovecot/libdovecot.so.0(+0x5f4a6) [0x7f6eab1d74a6] -> /usr/lib/dovecot/libdovecot.so.0(i_error+0) [0x7f6eab197d4f] -> /usr/lib/dovecot/libdovecot.so.0(+0x52863) [0x7f6eab1ca863] -> /usr/lib/dovecot/libdovecot.so.0(message_parser_parse_next_block+0x29) [0x7f6eab1ca349] -> /usr/lib/dovecot/libdovecot.so.0(message_search_msg+0x5d) [0x7f6eab1cc51d] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x9d558) [0x7f6eab4d5558] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_search_args_foreach+0x3c) [0x7f6eab4acc3c] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x9d289) [0x7f6eab4d5289] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x9e2fd) [0x7f6eab4d62fd] -> /usr/lib/dovecot/libdovecot-storage.so.0(index_storage_search_next_nonblock+0xe8) [0x7f6eab4d6938] -> /usr/lib/dovecot/libdovecot-storage.so.0(mailbox_search_next_nonblock+0x27) [0x7f6eab4b1057] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH]() [0x41a78f] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH](imap_search_start+0xe9) [0x41abf9] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH](cmd_search+0xc5) [0x40ff75] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH](command_exec+0x3d) [0x414f5d] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH]() [0x4140c0] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH]() [0x4141ad] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH](client_handle_input+0x11d) [0x41442d] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH](client_input+0x6f) [0x41479f] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_call_io+0x36) [0x7f6eab1e63a6] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run+0xa7) [0x7f6eab1e7407] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_run+0x28) [0x7f6eab1e6348] -> /usr/lib/dovecot/libdovecot.so.0(master_service_run+0x13) [0x7f6eab19ca03] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH](main+0x2a7) [0x41d997] -> /lib64/libc.so.6(__libc_start_main+0xfd) [0x7f6eaadfecdd] -> dovecot/imap [support at junkemailfilter.com 127.0.0.1 UID SEARCH]() [0x40a4d9] Apr 14 22:32:24 imap(support at junkemailfilter.com): Fatal: master: service(imap): child 28156 killed with signal 6 (core dumps disabled)
On 4/12/13 12:33 PM, Timo Sirainen wrote:> http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz > http://dovecot.org/releases/2.2/dovecot-2.2.0.tar.gz.sig > > Everything now seems to be stable and working in v2.2, so I can finally > move onto developing great new interesting features for v2.3. :) > > My company has also launched a web shop where you can buy various > products. One of them is cheap access to Dovecot enterprise edition > repositories, which are basically same as regular Dovecot releases, > except they are kept patched with the latest important bugfixes. We > currently have releases for RHEL/CentOS 5 and 6, Debian Squeeze and > Ubuntu 12.04 LTS. By buying Dovecot-EE you'll also get a 30 day demo > license for object storages, if you want to try it out. > http://shop.dovecot.fi/ > > * When creating home directories, the permissions are copied from the > parent directory if it has setgid-bit set. For full details, see > http://wiki2.dovecot.org/SharedMailboxes/Permissions > * "doveadm auth" command was renamed to "doveadm auth test" > * IMAP: ID command now advertises server name as Dovecot by default. > It was already trivial to guess this from command replies. > * dovecot.index.cache files can be safely accessed only by v2.1.11+. > Older versions may think they're corrupted and delete them. > * LDA/LMTP: If saving a mail brings user from under quota to over > quota, allow it based on quota_grace setting (default: 10% > above quota limit). > * pop3_lock_session=yes now uses a POP3-only dovecot-pop3-session.lock > file instead of actually locking the mailbox (and causing > IMAP/LDA/LMTP to wait for the POP3 session to close). > * mail_shared_explicit_inbox setting's default switched to "no". > * ssl_client_ca_dir setting replaced imapc_ssl_ca_dir and > pop3c_ssl_ca_dir settings. > > + Implemented IMAP MOVE and BINARY extensions > + Implemented IMAP CATENATE, URLAUTH and URLAUTH=BINARY extensions > (by Stephan Bosch). > + Implemented IMAP NOTIFY extension. Requires mailbox_list_index=yes > to be enabled. > + Redesigned and rewritten dsync. The new design makes the syncing > faster, more reliable and more featureful. The new dsync protocol > isn't backwards compatible with old dsync versions (but is designed > to be forwards compatible with future versions). > + All mailbox formats now support per-user message flags for shared > mailboxes by using a private index. It can be enabled by adding > :INDEXPVT=<path> to mail location. This should be used instead of > :INDEX also for Maildir/mbox to improve performance. > + Improved mailbox list indexes. They should be usable now, although > still disabled by default. > + Added LAYOUT=index. The mailbox directories are created using their > GUIDs in the filesystem, while the actual GUID <-> name mapping > exists only in the index. > + LMTP proxy: Implemented XCLIENT extension for passing remote IP > address through proxy. > >Does the new obox plugin support any of the open source object storage systems such as openstack, glusterfs, or ceph? From your store site it does not appear so.