http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig
This could be (one of) the last v2.2.x release. We're starting v2.3 development soon.
- Added mailbox { autoexpunge=<time> } setting. See http://wiki2.dovecot.org/MailboxSettings for details.
- ssl_options: Added support for no_ticket
- imap/pop3/managesieve-login: Added postlogin_socket=path passdb extra field. This allows replacing the default service imap/pop3/managesieve {} settings for specific users (e.g. running their imap process via valgrind or strace).
- doveadm fetch: Added date.sent/received/saved.unixtime
- fs-posix: Added mode=auto parameter to set the created files' and directories' mode based on the parent dir if it has setgid-bit.
- director: Support backends having hostnames, which makes it possible to verify their SSL certificates.
- director: Directors' state became desynchronized if doveadm director commands were used to modify the same backend in multiple directors at the same time with conflicting changes. This fix includes some extra checks, which makes sure that if such a conflict still happens it's automatically fixed. In some situations such an automatic fix may now be unnecessarily triggered and an error logged.
- director: Backend tags weren't working correctly.
- ldap: tls_* settings weren't used for ldaps URIs.
- ldap, mysql: Fixed setting connect timeout.
- auth: userdb lookups via auth-worker couldn't change username
- dsync: Fixed handling deleted directories. Make sure we don't go to infinite mailbox renaming loop.
- imap: Fixed crash in NOTIFY when there were watched namespaces that didn't support NOTIFY.
- imap: After SETMETADATA was used, various commands (especially FETCH) could have started hanging when their output was large.
- stats: Idle sessions weren't refreshed often enough, causing stats process to forget them and log errors about unknown sessions when they were updated later.
- stats: Fixed "Duplicate session ID" errors when LMTP delivered to multiple recipients and fts_autoindex=yes.
- zlib plugin: Fixed copying causing cache corruption when zlib_save wasn't set, but the source message was compressed.
- fts-solr: Fixed escaping Solr query parameters.
- lmtp: quota_full_tempfail=yes was ignored with lmtp_rcpt_check_quota=yes
On 07.12.2015 20:13, Timo Sirainen wrote:
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig
This could be (one of) the last v2.2.x release. We're starting v2.3 development soon.
Great!
What's on the featurelist of v2.3?
Ciao, Gerhard
On Tuesday 08 of December 2015, Gerhard Wiesinger wrote:
On 07.12.2015 20:13, Timo Sirainen wrote:
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig
This could be (one of) the last v2.2.x release. We're starting v2.3 development soon.
Great!
What's on the featurelist of v2.3?
Support for thousands of ssl certificates without having to load/specify these in config would be nice.
Something like load_cert_pattern = /etc/dovecot/ssl/$domain (aka if file exists - use it) cert_fallback = /etc/dovecot/ssl/primary.cert etc
That would make it possible to use https://letsencrypt.org functionality for all hosted domains at once.
-- Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
On 2015-12-08 19:32:50 +0100, Arkadiusz Miśkiewicz wrote:
On Tuesday 08 of December 2015, Gerhard Wiesinger wrote:
On 07.12.2015 20:13, Timo Sirainen wrote:
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig
This could be (one of) the last v2.2.x release. We're starting v2.3 development soon.
Great!
What's on the featurelist of v2.3?
Support for thousands of ssl certificates without having to load/specify these in config would be nice.
Something like load_cert_pattern = /etc/dovecot/ssl/$domain (aka if file exists - use it) cert_fallback = /etc/dovecot/ssl/primary.cert etc
That would make it possible to use https://letsencrypt.org functionality for all hosted domains at once.
what you want is called SNI. not sure how many mail clients support that properly.
darix
-- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 8 Dec 2015, Arkadiusz Miśkiewicz wrote:
What's on the featurelist of v2.3?
Support for thousands of ssl certificates without having to load/specify these in config would be nice.
Something like load_cert_pattern = /etc/dovecot/ssl/$domain (aka if file exists - use it) cert_fallback = /etc/dovecot/ssl/primary.cert
where does $domain come from?
That would make it possible to use https://letsencrypt.org functionality for all hosted domains at once.
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQEVAwUBVmfJHHz1H7kL/d9rAQKdUggAqO+qDoKj7M6agjwNWcLoQLVizc3NDEpf 3KwdKbQTvcBvTH8eFoNZwQQHbtpJVfiiyEF/yfKrSpsi2bNFbZocGVQfVcuURQc+ ci3383dUJ0mqZoKeg/pzDFQwru2iYCEJ5F9h3BLcwlq45zyE7jqQt1Mca8W3QGBQ dVggFEVQMaAQAyKDULeBtr5Unp1pJllz9i9nqr+Vxha5ovjOUPz44+Orh3pOz4uJ +kEMp0fDTC5lKFgT4Gp3eM3U+jbZip4ewUVWwolTfnlL5hl7T8cjxz+lS2sR7san 3BVsm0hgPQrPrSmVN72Cb81stpDWz9Dg3BDJwEG3Jey2sAXs6rdb/A== =cIRK -----END PGP SIGNATURE-----
On Wednesday 09 of December 2015, Steffen Kaiser wrote:
On Tue, 8 Dec 2015, Arkadiusz Miśkiewicz wrote:
What's on the featurelist of v2.3?
Support for thousands of ssl certificates without having to load/specify these in config would be nice.
Something like load_cert_pattern = /etc/dovecot/ssl/$domain (aka if file exists - use it) cert_fallback = /etc/dovecot/ssl/primary.cert
where does $domain come from?
From connecting client, from SNI (https://en.wikipedia.org/wiki/Server_Name_Indication)
That would make it possible to use https://letsencrypt.org functionality for all hosted domains at once.
-- Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )
Hi, Am 07.12.15 um 20:13 schrieb Timo Sirainen:
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig
This could be (one of) the last v2.2.x release. We're starting v2.3 development soon.
<...>
May be I missed something, we are on the rpm release channel yum.dovecot.fi on centos 5.11
The most recent rpm is 2.2.18
Has 2.2.19 not been released? So will 2.2.20?
Thanks for feedback and regards . Götz
On 08 Dec 2015, at 17:23, Götz Reinicke - IT Koordinator goetz.reinicke@filmakademie.de wrote:
Hi, Am 07.12.15 um 20:13 schrieb Timo Sirainen:
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig
This could be (one of) the last v2.2.x release. We're starting v2.3 development soon.
<...>
May be I missed something, we are on the rpm release channel yum.dovecot.fi on centos 5.11
The most recent rpm is 2.2.18
Has 2.2.19 not been released? So will 2.2.20?
The repository URLs have changed: https://forum.open-xchange.com/forumdisplay.php?35-Dovecot-Announcements
Götz Reinicke - IT Koordinator skrev den 2015-12-08 16:23:
May be I missed something, we are on the rpm release channel yum.dovecot.fi on centos 5.11
The most recent rpm is 2.2.18
Has 2.2.19 not been released? So will 2.2.20?
you have choiced to use a precompiled problem from centos, and centos is at version 7 now, whats your point now ?
Thanks for feedback and regards . Götz
santa might be on his way :=)
Am 08.12.2015 um 18:58 schrieb Benny Pedersen:
Götz Reinicke - IT Koordinator skrev den 2015-12-08 16:23:
May be I missed something, we are on the rpm release channel yum.dovecot.fi on centos 5.11
The most recent rpm is 2.2.18
Has 2.2.19 not been released? So will 2.2.20?
you have choiced to use a precompiled problem from centos, and centos is at version 7 now, whats your point now ?
What is *your* point? Just making noise?
CentOS 5.11 does not provide dovecot release 2.2.18. As Götz said he is using the enterprise build from dovecot.fi. And CentOS 7 is not an update for CentOS 5. CentOS 5 still gets updates.
Thanks for feedback and regards . Götz
santa might be on his way :=)
Alexander
Hello,
No errors from the configuration, compilation or installation. However, the following is not good.
doveadm mailbox list -u "hostmaster@${_fqdn}"
doveadm(hostmaster@${_fqdn}): Panic: file mail-search-args-simplify.c: line 363 (mail_search_args_simplify_drop_redundent_args): assertion failed: (lowest_arg != NULL)
doveadm(hostmaster@${_fqdn}): Error: Raw backtrace: 2 libdovecot.0.dylib 0x000000010ecc9aa4 default_fatal_finish + 36 -> 3 libdovecot.0.dylib 0x000000010ecc989d default_fatal_handler + 61 -> 4 libdovecot.0.dylib 0x000000010ecc9db9 i_panic + 169 -> 5 libdovecot-storage.0.dylib 0x000000010eb970e8 mail_search_args_simplify_drop_redundent_args + 168 -> 6 libdovecot-storage.0.dylib 0x000000010eb966e0 mail_search_args_simplify + 112 -> 7 libdovecot storage.0.dylib 0x000000010eb95452 mail_search_args_match_mailbox + 34 -> 8 doveadm 0x000000010eaf5845 doveadm_mailbox_list_iter_next + 85 -> 9 doveadm 0x000000010eaf34a8 cmd_mailbox_list_run + 120 -> 10 doveadm 0x000000010eaede9f doveadm_mail_next_user + 255 -> 11 doveadm 0x000000010eaee80f doveadm_mail_try_run + 1471 -> 12 doveadm 0x000000010eaf9091 main + 881 -> 13 libdyld.dylib 0x00007fff8c6775ad start + 1
On 12/7/15 8:13 PM, Timo Sirainen wrote:
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig
This could be (one of) the last v2.2.x release. We're starting v2.3 development soon.
- Added mailbox { autoexpunge=<time> } setting. See http://wiki2.dovecot.org/MailboxSettings for details.
- ssl_options: Added support for no_ticket
- imap/pop3/managesieve-login: Added postlogin_socket=path passdb extra field. This allows replacing the default service imap/pop3/managesieve {} settings for specific users (e.g. running their imap process via valgrind or strace).
- doveadm fetch: Added date.sent/received/saved.unixtime
- fs-posix: Added mode=auto parameter to set the created files' and directories' mode based on the parent dir if it has setgid-bit.
- director: Support backends having hostnames, which makes it possible to verify their SSL certificates.
- director: Directors' state became desynchronized if doveadm director commands were used to modify the same backend in multiple directors at the same time with conflicting changes. This fix includes some extra checks, which makes sure that if such a conflict still happens it's automatically fixed. In some situations such an automatic fix may now be unnecessarily triggered and an error logged.
- director: Backend tags weren't working correctly.
- ldap: tls_* settings weren't used for ldaps URIs.
- ldap, mysql: Fixed setting connect timeout.
- auth: userdb lookups via auth-worker couldn't change username
- dsync: Fixed handling deleted directories. Make sure we don't go to infinite mailbox renaming loop.
- imap: Fixed crash in NOTIFY when there were watched namespaces that didn't support NOTIFY.
- imap: After SETMETADATA was used, various commands (especially FETCH) could have started hanging when their output was large.
- stats: Idle sessions weren't refreshed often enough, causing stats process to forget them and log errors about unknown sessions when they were updated later.
- stats: Fixed "Duplicate session ID" errors when LMTP delivered to multiple recipients and fts_autoindex=yes.
- zlib plugin: Fixed copying causing cache corruption when zlib_save wasn't set, but the source message was compressed.
- fts-solr: Fixed escaping Solr query parameters.
- lmtp: quota_full_tempfail=yes was ignored with lmtp_rcpt_check_quota=yes
On 09 Dec 2015, at 13:30, sb serbr@runbox.com wrote:
Hello,
No errors from the configuration, compilation or installation. However, the following is not good.
doveadm mailbox list -u "hostmaster@${_fqdn}"
doveadm(hostmaster@${_fqdn}): Panic: file mail-search-args-simplify.c: line 363 (mail_search_args_simplify_drop_redundent_args): assertion failed: (lowest_arg != NULL)
:(
That's an annoyingly bad bug. http://hg.dovecot.org/dovecot-2.2/rev/d397b0ad0ac4 fixes, but I suppose there needs to be a new release..
On 12/9/15 12:52 PM, Timo Sirainen wrote:
On 09 Dec 2015, at 13:30, sb serbr@runbox.com wrote:
Hello,
No errors from the configuration, compilation or installation. However, the following is not good.
doveadm mailbox list -u "hostmaster@${_fqdn}" doveadm(hostmaster@${_fqdn}): Panic: file mail-search-args-simplify.c: line 363 (mail_search_args_simplify_drop_redundent_args): assertion failed: (lowest_arg != NULL) :(
That's an annoyingly bad bug. http://hg.dovecot.org/dovecot-2.2/rev/d397b0ad0ac4 fixes, but I suppose there needs to be a new release..
Yes, thank you!
participants (9)
-
Alexander Dalloz
-
Arkadiusz Miśkiewicz
-
Benny Pedersen
-
Gerhard Wiesinger
-
Götz Reinicke - IT Koordinator
-
Marcus Rueckert
-
sb
-
Steffen Kaiser
-
Timo Sirainen