<div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Sat, 24 Nov 2018 at 10:56, Aki Tuomi <<a href="mailto:aki.tuomi@open-xchange.com">aki.tuomi@open-xchange.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> On 23 November 2018 at 17:46 Brad Smith <<a href="mailto:brad@comstyle.com" target="_blank">brad@comstyle.com</a>> wrote:<br>
> <br>
> <br>
> On 11/23/2018 9:39 AM, Odhiambo Washington wrote:<br>
> <br>
> ><br>
> ><br>
> > On Fri, 23 Nov 2018 at 17:30, The Doctor <<a href="mailto:doctor@doctor.nl2k.ab.ca" target="_blank">doctor@doctor.nl2k.ab.ca</a> <br>
> > <mailto:<a href="mailto:doctor@doctor.nl2k.ab.ca" target="_blank">doctor@doctor.nl2k.ab.ca</a>>> wrote:<br>
> ><br>
> >     On Fri, Nov 23, 2018 at 04:02:27PM +0300, Odhiambo Washington wrote:<br>
> >     > On Fri, 23 Nov 2018 at 15:29, Timo Sirainen <<a href="mailto:tss@iki.fi" target="_blank">tss@iki.fi</a><br>
> >     <mailto:<a href="mailto:tss@iki.fi" target="_blank">tss@iki.fi</a>>> wrote:<br>
> >     ><br>
> >     > > <a href="https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz" rel="noreferrer" target="_blank">https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz</a><br>
> >     > > <a href="https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz.sig" rel="noreferrer" target="_blank">https://dovecot.org/releases/2.3/dovecot-2.3.4.tar.gz.sig</a><br>
> >     > > Binary packages in <a href="https://repo.dovecot.org/" rel="noreferrer" target="_blank">https://repo.dovecot.org/</a><br>
> >     > ><br>
> >     > >  * The default postmaster_address is now "postmaster@<user<br>
> >     domain or<br>
> >     > >    server hostname>". If username contains the @domain part,<br>
> >     that's<br>
> >     > >    used. If not, then the server's hostname is used.<br>
> >     > >  * "doveadm stats dump" now returns two decimals for the "avg"<br>
> >     field.<br>
> >     > ><br>
> >     > >  + Added push notification driver that uses a Lua script<br>
> >     > >  + Added new SQL, DNS and connection events.<br>
> >     > >    See <a href="https://wiki2.dovecot.org/Events" rel="noreferrer" target="_blank">https://wiki2.dovecot.org/Events</a><br>
> >     > >  + Added "doveadm mailbox cache purge" command.<br>
> >     > >  + Added events API support for Lua scripts<br>
> >     > >  + doveadm force-resync -f parameter performs "index fsck"<br>
> >     while opening<br>
> >     > >    the index. This may be useful to fix some types of broken<br>
> >     index files.<br>
> >     > >    This may become the default behavior in a later version.<br>
> >     > >  - director: Kicking a user crashes if login process is very slow<br>
> >     > >  - pop3_no_flag_updates=no: Don't expunge DELEted and RETRed<br>
> >     messages<br>
> >     > >    unless QUIT is sent.<br>
> >     > >  - auth: Fix crypt() segfault with glibc-2.28+<br>
> >     > >  - imap: Running UID FILTER script with errors assert-crashes<br>
> >     > >  - dsync, pop3-migration: POP3 UIDLs weren't added to<br>
> >     > >    dovecot.index.cache while mails were saved.<br>
> >     > >  - dict clients may have been using 100% CPU while waiting for<br>
> >     dict<br>
> >     > >    server to finish commands.<br>
> >     > >  - doveadm user: Fixed user listing via HTTP API<br>
> >     > >  - All levels of Cassandra log messages were logged as Dovecot<br>
> >     errors.<br>
> >     > >  - http/smtp client may have crashed after SSL handshake<br>
> >     > >  - Lua auth converted strings that looked like numbers into<br>
> >     numbers.<br>
> >     > ><br>
> >     > ><br>
> >     ><br>
> >     > FreeBSD 9.3 (i386):<br>
> >     ><br>
> >     ><br>
> >     > Making all in lib-master<br>
> >     > gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib -I../../src/lib-dns<br>
> >     > -I../../src/lib-test  -I../../src/lib-settings<br>
> >     > -I../../src/lib-ssl-iostream<br>
> >     > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\"<br>
> >     > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\"<br>
> >     > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\"<br>
> >     > -DBINDIR=\""/opt/dovecot2.3/bin"\"    -std=gnu99 -g -O2<br>
> >     -fstack-protector<br>
> >     > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes<br>
> >     > -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2<br>
> >     > -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2<br>
> >     > -I/usr/local/include -MT test-event-stats.o -MD -MP -MF<br>
> >     > .deps/test-event-stats.Tpo -c -o test-event-stats.o<br>
> >     test-event-stats.c<br>
> >     > test-event-stats.c: In function 'kill_stats_child':<br>
> >     > test-event-stats.c:101: warning: implicit declaration of<br>
> >     function 'kill'<br>
> >     > test-event-stats.c:101: error: 'SIGKILL' undeclared (first use<br>
> >     in this<br>
> >     > function)<br>
> >     > test-event-stats.c:101: error: (Each undeclared identifier is<br>
> >     reported only<br>
> >     > once<br>
> >     > test-event-stats.c:101: error: for each function it appears in.)<br>
> >     > test-event-stats.c: In function 'test_no_merging2':<br>
> >     > test-event-stats.c:361: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 2 has type 'uint64_t'<br>
> >     > test-event-stats.c: In function 'test_no_merging3':<br>
> >     > test-event-stats.c:387: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 2 has type 'uint64_t'<br>
> >     > test-event-stats.c:387: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 4 has type 'uint64_t'<br>
> >     > test-event-stats.c:387: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 6 has type 'uint64_t'<br>
> >     > test-event-stats.c: In function 'test_merge_events2':<br>
> >     > test-event-stats.c:452: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 2 has type 'uint64_t'<br>
> >     > test-event-stats.c: In function 'test_skip_parents':<br>
> >     > test-event-stats.c:484: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 2 has type 'uint64_t'<br>
> >     > test-event-stats.c:484: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 4 has type 'uint64_t'<br>
> >     > test-event-stats.c:484: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 6 has type 'uint64_t'<br>
> >     > test-event-stats.c: In function 'test_merge_events_skip_parents':<br>
> >     > test-event-stats.c:526: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 2 has type 'uint64_t'<br>
> >     > test-event-stats.c:526: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 4 has type 'uint64_t'<br>
> >     > test-event-stats.c:526: warning: format '%lu' expects type 'long<br>
> >     unsigned<br>
> >     > int', but argument 6 has type 'uint64_t'<br>
> >     > *** Error code 1<br>
> >     ><br>
> ><br>
> >     Are you able to upgrade to FreeBSD 10 or 11 ?<br>
> ><br>
> ><br>
> > I will be upgrading the servers to 11.2 soon :)<br>
> <br>
> The OS version is irrelevant.<br>
<br>
Fix for this format issue and the signal.h issue can be found in master now, and you can download the patch at<br>
<br>
<a href="https://github.com/dovecot/core/compare/10048229%5E...de42b54a.patch" rel="noreferrer" target="_blank">https://github.com/dovecot/core/compare/10048229%5E...de42b54a.patch</a><br>
<br>
Aki<br>
</blockquote></div><div><br></div>The patch doesn't resolve the permissions issue on /var/run/dovecot//stats-writer so I have backed off again - to 2.3.3.<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Best regards,<br>Odhiambo WASHINGTON,<br>Nairobi,KE<br>+254 7 3200 0004/+254 7 2274 3223<br>"<span style="font-size:12.8px">Oh, the cruft.</span><span style="font-size:12.8px">"</span></div></div></div></div></div>