<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>On 11/23/2018 9:39 AM, Odhiambo Washington wrote:<br>
</p>
<blockquote type="cite"
cite="mid:CAAdA2WMFdVy6Ch+j7PGnwE5nGiYQPLQrmA=HeLhc3B4yWnJ-Qg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr"><br>
<br>
<div class="gmail_quote">
<div dir="ltr">On Fri, 23 Nov 2018 at 17:30, The Doctor <<a
href="mailto:doctor@doctor.nl2k.ab.ca"
moz-do-not-send="true">doctor@doctor.nl2k.ab.ca</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">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"
moz-do-not-send="true">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" moz-do-not-send="true">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" moz-do-not-send="true">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" moz-do-not-send="true">https://repo.dovecot.org/</a><br>
> ><br>
> > * The default postmaster_address is now
"postmaster@<user domain or<br>
> > server hostname>". If username contains the
@domain part, that's<br>
> > used. If not, then the server's hostname is
used.<br>
> > * "doveadm stats dump" now returns two decimals
for the "avg" 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" moz-do-not-send="true">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" while opening<br>
> > the index. This may be useful to fix some types
of broken 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 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 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 errors.<br>
> > - http/smtp client may have crashed after SSL
handshake<br>
> > - Lua auth converted strings that looked like
numbers into 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
-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
test-event-stats.c<br>
> test-event-stats.c: In function 'kill_stats_child':<br>
> test-event-stats.c:101: warning: implicit declaration
of function 'kill'<br>
> test-event-stats.c:101: error: 'SIGKILL' undeclared
(first use in this<br>
> function)<br>
> test-event-stats.c:101: error: (Each undeclared
identifier is 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 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 unsigned<br>
> int', but argument 2 has type 'uint64_t'<br>
> test-event-stats.c:387: warning: format '%lu' expects
type 'long unsigned<br>
> int', but argument 4 has type 'uint64_t'<br>
> test-event-stats.c:387: warning: format '%lu' expects
type 'long 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 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 unsigned<br>
> int', but argument 2 has type 'uint64_t'<br>
> test-event-stats.c:484: warning: format '%lu' expects
type 'long unsigned<br>
> int', but argument 4 has type 'uint64_t'<br>
> test-event-stats.c:484: warning: format '%lu' expects
type 'long 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 unsigned<br>
> int', but argument 2 has type 'uint64_t'<br>
> test-event-stats.c:526: warning: format '%lu' expects
type 'long unsigned<br>
> int', but argument 4 has type 'uint64_t'<br>
> test-event-stats.c:526: warning: format '%lu' expects
type 'long 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>
</blockquote>
</div>
<div><br>
</div>
<div>I will be upgrading the servers to 11.2 soon :)</div>
</div>
</blockquote>
<br>
The OS version is irrelevant.<br>
</body>
</html>