Hi! We are releasing v2.3.1, which mostly consists of bug fixes for 2.3.0, and few improvements. This is also available via https://repo.dovecot.org if you want packages. libsodium support didn't get into this build, due to build environment issues, but 2.3.2 will contain it. * Submission server support improvements and bug fixes - Lots of bug fixes to submission server * API CHANGE: array_idx_modifiable will no longer allocate space - Particularly affects how you should check MODULE_CONTEXT result, or use REQUIRE_MODULE_CONTEXT. + mail_attachment_detection_options setting controls when $HasAttachment and $HasNoAttachment keywords are set for mails. + imap: Support fetching body snippets using FETCH (SNIPPET) or (SNIPPET (LAZY=FUZZY)) + fs-compress: Automatically detect whether input is compressed or not. Prefix the compression algorithm with "maybe-" to enable the detection, for example: "compress:maybe-gz:6:..." + Added settings to change dovecot.index* files' optimization behavior. See https://wiki2.dovecot.org/IndexFiles#Settings + Auth cache can now utilize auth workers to do password hash verification by setting auth_cache_verify_password_with_worker=yes. + Added charset_alias plugin. See https://wiki2.dovecot.org/Plugins/CharsetAlias + imap_logout_format and pop3_logout_format settings now support all of the generic variables (e.g. %{rip}, %{session}, etc.) -- Aki Tuomi Dovecot oy -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 475 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot-news/attachments/20180327/16339ae6/attachment.sig>
Op 3/27/2018 om 7:06 PM schreef aki.tuomi at dovecot.fi:> Hi! > > We are releasing v2.3.1, which mostly consists of bug fixes for 2.3.0, and few improvements. This is also available via https://repo.dovecot.org if you want packages. libsodium support didn't get into this build, due to build environment issues, but 2.3.2 will contain it. > > * Submission server support improvements and bug fixes > - Lots of bug fixes to submission server > * API CHANGE: array_idx_modifiable will no longer allocate space > - Particularly affects how you should check MODULE_CONTEXT result, or use REQUIRE_MODULE_CONTEXT. > > + mail_attachment_detection_options setting controls when > $HasAttachment and $HasNoAttachment keywords are set for mails. > + imap: Support fetching body snippets using FETCH (SNIPPET) or > (SNIPPET (LAZY=FUZZY)) > + fs-compress: Automatically detect whether input is compressed or not. > Prefix the compression algorithm with "maybe-" to enable the > detection, for example: "compress:maybe-gz:6:..." > + Added settings to change dovecot.index* files' optimization behavior. > See https://wiki2.dovecot.org/IndexFiles#Settings > + Auth cache can now utilize auth workers to do password hash > verification by setting auth_cache_verify_password_with_worker=yes. > + Added charset_alias plugin. See > https://wiki2.dovecot.org/Plugins/CharsetAlias > + imap_logout_format and pop3_logout_format settings now support all of the generic variables (e.g. %{rip}, %{session}, etc.)BTW, the submission service is now documented here: https://wiki2.dovecot.org/Submission Regards, Stephan.
On 27 March 2018 at 20:06, <aki.tuomi at dovecot.fi> wrote:> Hi! > > We are releasing v2.3.1, which mostly consists of bug fixes for 2.3.0, and > few improvements. This is also available via https://repo.dovecot.org if > you want packages. libsodium support didn't get into this build, due to > build environment issues, but 2.3.2 will contain it. > > * Submission server support improvements and bug fixes > - Lots of bug fixes to submission server > * API CHANGE: array_idx_modifiable will no longer allocate space > - Particularly affects how you should check MODULE_CONTEXT result, or use > REQUIRE_MODULE_CONTEXT. > > + mail_attachment_detection_options setting controls when > $HasAttachment and $HasNoAttachment keywords are set for mails. > + imap: Support fetching body snippets using FETCH (SNIPPET) or > (SNIPPET (LAZY=FUZZY)) > + fs-compress: Automatically detect whether input is compressed or not. > Prefix the compression algorithm with "maybe-" to enable the > detection, for example: "compress:maybe-gz:6:..." > + Added settings to change dovecot.index* files' optimization behavior. > See https://wiki2.dovecot.org/IndexFiles#Settings > + Auth cache can now utilize auth workers to do password hash > verification by setting auth_cache_verify_password_with_worker=yes. > + Added charset_alias plugin. See > https://wiki2.dovecot.org/Plugins/CharsetAlias > + imap_logout_format and pop3_logout_format settings now support all of > the generic variables (e.g. %{rip}, %{session}, etc.) > > -- > Aki Tuomi > Dovecot oyMaking all in lib-charset /bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -g -O2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wno-duplicate-decl-specifier -Wstrict-aliasing=2 -I/usr/local/include -no-undefined -Wl,--as-needed -o test-charset test-charset.o libcharset.la ../lib-test/libtest.la ../lib/liblib.la libtool: link: cc -std=gnu99 -g -O2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wno-duplicate-decl-specifier -Wstrict-aliasing=2 -I/usr/local/include -Wl,--as-needed -o test-charset test-charset.o ./.libs/libcharset.a ../lib-test/.libs/libtest.a ../lib/.libs/liblib.a ./.libs/libcharset.a(charset-iconv.o): In function `iconv_charset_to_utf8_begin': /home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset/charset-iconv.c:29: undefined reference to `libiconv_open' ./.libs/libcharset.a(charset-iconv.o): In function `iconv_charset_to_utf8_end': /home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset/charset-iconv.c:44: undefined reference to `libiconv_close' ./.libs/libcharset.a(charset-iconv.o): In function `iconv_charset_to_utf8_reset': /home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset/charset-iconv.c:51: undefined reference to `libiconv' ./.libs/libcharset.a(charset-iconv.o): In function `charset_to_utf8_try': /home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset/charset-iconv.c:74: undefined reference to `libiconv' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset *** Error code 1 Stop. make[2]: stopped in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src *** Error code 1 Stop. make[1]: stopped in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1 *** Error code 1 Stop. make: stopped in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1 root at waridi:/usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1 # uname -mrs *FreeBSD 11.1-STABLE amd64* -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft." -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180328/47a00b77/attachment.html>
On 28.03.2018 22:14, Odhiambo Washington wrote:> > > On 27 March 2018 at 20:06, <aki.tuomi at dovecot.fi > <mailto:aki.tuomi at dovecot.fi>> wrote: > > Hi! > > We are releasing v2.3.1, which mostly consists of bug fixes for > 2.3.0, and few improvements. This is also available via > https://repo.dovecot.org if you want packages. libsodium support > didn't get into this build, due to build environment issues, but > 2.3.2 will contain it. > > * Submission server support improvements and bug fixes > ? - Lots of bug fixes to submission server > * API CHANGE: array_idx_modifiable will no longer allocate space > ?- Particularly affects how you should check MODULE_CONTEXT > result, or use REQUIRE_MODULE_CONTEXT. > > + mail_attachment_detection_options setting controls when > ? $HasAttachment and $HasNoAttachment keywords are set for mails. > + imap: Support fetching body snippets using FETCH (SNIPPET) or > ? (SNIPPET (LAZY=FUZZY)) > + fs-compress: Automatically detect whether input is compressed or > not. > ? Prefix the compression algorithm with "maybe-" to enable the > ? detection, for example: "compress:maybe-gz:6:..." > + Added settings to change dovecot.index* files' optimization > behavior. > ? See https://wiki2.dovecot.org/IndexFiles#Settings > <https://wiki2.dovecot.org/IndexFiles#Settings> > + Auth cache can now utilize auth workers to do password hash > ? verification by setting auth_cache_verify_password_with_worker=yes. > + Added charset_alias plugin. See > ? https://wiki2.dovecot.org/Plugins/CharsetAlias > <https://wiki2.dovecot.org/Plugins/CharsetAlias> > + imap_logout_format and pop3_logout_format settings now support > all of the generic variables (e.g. %{rip}, %{session}, etc.) > > -- > Aki Tuomi > Dovecot oy > > > > Making all in lib-charset > /bin/sh ../../libtool? --tag=CC? ? --mode=link cc? -std=gnu99 -g -O2 > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall > -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith > -Wchar-subscripts -Wformat=2 -Wbad-function-cast > -Wno-duplicate-decl-specifier -Wstrict-aliasing=2 > -I/usr/local/include? ?-no-undefined -Wl,--as-needed -o test-charset > test-charset.o libcharset.la <http://libcharset.la> > ../lib-test/libtest.la <http://libtest.la>? ../lib/liblib.la > <http://liblib.la> > libtool: link: cc -std=gnu99 -g -O2 -fstack-protector-strong > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes > -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 > -Wbad-function-cast -Wno-duplicate-decl-specifier -Wstrict-aliasing=2 > -I/usr/local/include -Wl,--as-needed -o test-charset test-charset.o? > ./.libs/libcharset.a ../lib-test/.libs/libtest.a ../lib/.libs/liblib.a > ./.libs/libcharset.a(charset-iconv.o): In function > `iconv_charset_to_utf8_begin': > /home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset/charset-iconv.c:29: > undefined reference to `libiconv_open' > ./.libs/libcharset.a(charset-iconv.o): In function > `iconv_charset_to_utf8_end': > /home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset/charset-iconv.c:44: > undefined reference to `libiconv_close' > ./.libs/libcharset.a(charset-iconv.o): In function > `iconv_charset_to_utf8_reset': > /home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset/charset-iconv.c:51: > undefined reference to `libiconv' > ./.libs/libcharset.a(charset-iconv.o): In function `charset_to_utf8_try': > /home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset/charset-iconv.c:74: > undefined reference to `libiconv' > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > *** Error code 1 > > Stop. > make[3]: stopped in > /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src/lib-charset > *** Error code 1 > > Stop. > make[2]: stopped in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1/src > *** Error code 1 > > Stop. > make[1]: stopped in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1 > *** Error code 1 > > Stop. > make: stopped in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1 > > root at waridi:/usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.1 # uname -mrs > *FreeBSD 11.1-STABLE amd64*? > > > > > > -- > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254 7 3200 0004/+254 7 2274 3223 > "Oh, the cruft."Can you try the attached patch? Aki -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180329/13196d9a/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-global-Include-LTLIBICONV-where-needed.patch Type: text/x-patch Size: 2592 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20180329/13196d9a/attachment.bin>