Re: v2.3.0 release candidate released

2018-01-22 Thread Aki Tuomi
On 20.12.2017 11:31, Thomas Leuxner wrote: > * Timo Sirainen 2017.12.18 16:23: > > Hi, > > what is the correct way of implementing carbon stats with 2.3? > > /etc/dovecot/conf.d/90-stats.conf: > old_stats_carbon_server=127.0.0.1:2003 > old_stats_carbon_name=host_domain_tld > old_stats_carbon_in

Re: Fwd: v2.3.0 release candidate released

2017-12-22 Thread Goetz Schultz
Sure: ./configure \ --with-pgsql \ --with-sql Two params I had once due to issues are not longer used: [ --with-ioloop=poll --with-notify=none ] Thanks and regards Goetz R. Schultz On 22/12/17 12:02, Odhiambo Washington wrote: > Okay, I was hoping it has something to do with whe

Re: Fwd: v2.3.0 release candidate released

2017-12-22 Thread Odhiambo Washington
Okay, I was hoping it has something to do with where I am stuck compiling. Could you kindly share your configure options? Mine which has always worked with Dovecot versions prior to 2.3 is refusing to work on FreeBSD i386. mv -f .deps/test_auth_cache-test-auth-cache.Tpo .deps/test_auth_cache-tes

Re: Fwd: v2.3.0 release candidate released

2017-12-22 Thread Goetz Schultz
Hi Odhiambo, I referred to this: "Not looked yet, but is there a guide for the ssl_min_version setting? Seems only to wok when I set "SSLv3" which I really don't want." Have found literally 10 minutes after the post was send - so ignore that bit. It is just that error error that creeps up. But

Fwd: v2.3.0 release candidate released

2017-12-22 Thread Odhiambo Washington
Hi Goetz, I don't seem to understand what you mean by 'remove the last entry'. Do you mind clarifying please? On 18 December 2017 at 23:12, Goetz Schultz wrote: > Found the guide Can you remove last entry please ... works with TLSv1. > > > Thanks and regards > > Goetz R. Schultz > > On 1

Re: v2.3.0 release candidate released

2017-12-22 Thread Goetz Schultz
Found the guide Can you remove last entry please ... works with TLSv1. Thanks and regards Goetz R. Schultz On 18/12/17 20:05, Goetz Schultz wrote: > Hi > > From reeBSD 9.3-RELEASE amd64: > > Compiles ok > Installs ok > On startup 1: Error about new config settings (adjusted) > On start

Re: v2.3.0 release candidate released

2017-12-22 Thread Goetz Schultz
Hi From reeBSD 9.3-RELEASE amd64: Compiles ok Installs ok On startup 1: Error about new config settings (adjusted) On startup 2: doveadm(root): Error: net_connect_unix(/var/run/dovecot//stats-writer) failed: Connection refused It seems to work so far. I get messages from fetchmail being delivere

Re: v2.3.0 release candidate released

2017-12-21 Thread Jerry
On Thu, 21 Dec 2017 13:50:06 +0300, Odhiambo Washington stated: >On 21 December 2017 at 01:16, Michael Grimm wrote: > >> Hi, >> >> Odhiambo Washington wrote: >> >> > What am I missing here: >> > >> > OS = FreeBSD 8.4 >> > >> > Here is how it fails during `gmake`: >> >> [snip] >> >> Hmm, FBSD

Re: v2.3.0 release candidate released

2017-12-21 Thread Odhiambo Washington
Hi Michael, I know about that EoL, but I do believe it has nothing to do with the failure to compile Dovecot, or does it? I am moving to new hardware and latest FreeBSD version soon. In the meantime, I need to run Dovecot on it. On 21 December 2017 at 01:16, Michael Grimm wrote: > Hi, > > Od

Re: v2.3.0 release candidate released

2017-12-20 Thread Michael Grimm
Hi, Odhiambo Washington wrote: > What am I missing here: > > OS = FreeBSD 8.4 > > Here is how it fails during `gmake`: [snip] Hmm, FBSD 8.4 has reached End of Life a long time ago, namely on August 1, 2015. It has not seen security updates ever since :-( Thus, I am just curious: but why ca

Re: v2.3.0 release candidate released

2017-12-20 Thread Thomas Leuxner
* Timo Sirainen 2017.12.18 16:23: Hi, what is the correct way of implementing carbon stats with 2.3? /etc/dovecot/conf.d/90-stats.conf: old_stats_carbon_server=127.0.0.1:2003 old_stats_carbon_name=host_domain_tld old_stats_carbon_interval=60s /etc/dovecot/conf.d/20-imap.conf: mail_plugins =

Re: v2.3.0 release candidate released

2017-12-19 Thread Odhiambo Washington
What am I missing here: OS = FreeBSD 8.4 Here is how it fails during `gmake`: mv -f .deps/test_auth_cache-test-auth-cache.Tpo .deps/test_auth_cache-test-auth-cache.Po gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-auth -I../../src/lib-test -I../../src/lib-dict -I../../src/lib-d

Re: v2.3.0 release candidate released

2017-12-19 Thread Eray Aslan
On Mon, Dec 18, 2017 at 05:23:28PM +0200, Timo Sirainen wrote: > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig Please do not feed libraries into LDFLAGS. It is wrong and breaks with --as-needed: [...] checking for

Re: v2.3.0 release candidate released

2017-12-19 Thread Eray Aslan
On Mon, Dec 18, 2017 at 05:23:28PM +0200, Timo Sirainen wrote: > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig Some source based distros like Gentoo already enable -D_FORTIFY_SOURCE=2 by default resulting in the fol

Re: v2.3.0 release candidate released

2017-12-18 Thread Stephan Bosch
Op 12/18/2017 om 4:23 PM schreef Timo Sirainen: > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig > > It's finally time for v2.3 release branch! There are several new and exciting > features in it. I'm especially happ

Re: v2.3.0 release candidate released

2017-12-18 Thread Mark Moseley
On Mon, Dec 18, 2017 at 2:32 PM, Timo Sirainen wrote: > On 18 Dec 2017, at 23.16, Mark Moseley wrote: > > > > doveadm(test1-sha...@test.com): Panic: file buffer.c: line 97 > > (buffer_check_limits): assertion failed: (buf->used <= buf->alloc) > .. > > /usr/lib/dovecot/modules/doveadm/lib10_dovea

Re: v2.3.0 release candidate released

2017-12-18 Thread Timo Sirainen
On 18 Dec 2017, at 23.16, Mark Moseley wrote: > > doveadm(test1-sha...@test.com): Panic: file buffer.c: line 97 > (buffer_check_limits): assertion failed: (buf->used <= buf->alloc) .. > /usr/lib/dovecot/modules/doveadm/lib10_doveadm_sieve_plugin.so(+0x43fe) > [0x6ba6997c33fe] -> Since the panic

Re: v2.3.0 release candidate released

2017-12-18 Thread Mark Moseley
On Mon, Dec 18, 2017 at 1:16 PM, Mark Moseley wrote: > On Mon, Dec 18, 2017 at 7:23 AM, Timo Sirainen wrote: > >> https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz >> https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig >> >> It's finally time for v2.3 release branch! Ther

Re: v2.3.0 release candidate released

2017-12-18 Thread Stephan Bosch
Op 12/18/2017 om 10:59 PM schreef Kenneth Porter: > On 12/18/2017 10:53 AM, James wrote: >> On 18/12/2017 18:15, Stephan Bosch wrote: >>> Op 12/18/2017 om 6:16 PM schreef James: >> "smtp-server-cmd-helo.c", line 140: void function cannot return value "smtp-server-cmd-helo.c", line 148: vo

Re: v2.3.0 release candidate released

2017-12-18 Thread Kenneth Porter
On 12/18/2017 10:53 AM, James wrote: On 18/12/2017 18:15, Stephan Bosch wrote: Op 12/18/2017 om 6:16 PM schreef James: "smtp-server-cmd-helo.c", line 140: void function cannot return value "smtp-server-cmd-helo.c", line 148: void function cannot return value Just wondering: which system/com

Re: v2.3.0 release candidate released

2017-12-18 Thread Mark Moseley
On Mon, Dec 18, 2017 at 7:23 AM, Timo Sirainen wrote: > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig > > It's finally time for v2.3 release branch! There are several new and > exciting features in it. I'm especiall

Re: v2.3.0 release candidate released

2017-12-18 Thread Michael Marley
On 2017-12-18 10:23, Timo Sirainen wrote: > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig > > It's finally time for v2.3 release branch! There are several new and exciting > features in it. I'm especially happy ab

Re: v2.3.0 release candidate released

2017-12-18 Thread Odhiambo Washington
On 18 December 2017 at 18:23, Timo Sirainen wrote: > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz > https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig > > I decided to test the compile on my servers which are all running dovecot-2.2.33.2: (1) It was successfully com

Re: v2.3.0 release candidate released

2017-12-18 Thread James
On 18/12/2017 18:15, Stephan Bosch wrote: Op 12/18/2017 om 6:16 PM schreef James: "smtp-server-cmd-helo.c", line 140: void function cannot return value "smtp-server-cmd-helo.c", line 148: void function cannot return value Just wondering: which system/compiler is giving these errors? Sun/Or

Re: v2.3.0 release candidate released

2017-12-18 Thread Stephan Bosch
Op 12/18/2017 om 6:16 PM schreef James: > On 18/12/2017 15:23, Timo Sirainen wrote: > >> https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz > > "smtp-server-cmd-helo.c", line 140: void function cannot return value > "smtp-server-cmd-helo.c", line 148: void function cannot return value Ju

Re: v2.3.0 release candidate released

2017-12-18 Thread James
On 18/12/2017 15:23, Timo Sirainen wrote: https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz "smtp-server-cmd-helo.c", line 140: void function cannot return value "smtp-server-cmd-helo.c", line 148: void function cannot return value --- ../original/src/lib-smtp/smtp-server-cmd-helo

v2.3.0 release candidate released

2017-12-18 Thread Timo Sirainen
https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig It's finally time for v2.3 release branch! There are several new and exciting features in it. I'm especially happy about the new logging and statistics code, which will