Fwd: v2.3.0 release candidate released

Goetz Schultz email at suelze.de
Fri Dec 22 14:39:16 EET 2017


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 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.
> 
> <cut>
> mv -f .deps/test_auth_cache-test-auth-cache.Tpo
> .deps/test_auth_cache-test-auth-cache.Po
> clang -DHAVE_CONFIG_H -I. -I../..  -I../../src/lib 
> -I../../src/lib-auth  -I../../src/lib-test  -I../../src/lib-dict 
> -I../../src/lib-dns  -I../../src/lib-http  -I../../src/lib-sql 
> -I../../src/lib-settings  -I../../src/lib-old-stats 
> -I../../src/lib-ntlm  -I../../src/lib-otp  -I../../src/lib-master 
> -I../../src/lib-oauth2  -I../../src/lib-ssl-iostream 
> -I../../src/lib-lua 
> -DAUTH_MODULE_DIR=\""/opt/dovecot2.3/lib/dovecot/auth"\" 
> -DPKG_LIBEXECDIR=\""/opt/dovecot2.3/libexec/dovecot"\" 
> -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\"     -fPIE -DPIE
> -I/usr/local/include  -std=gnu99 -g -O2 -fstack-protector
> -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
> -MT auth-main.o -MD -MP -MF .deps/auth-main.Tpo -c -o auth-main.o `test
> -f 'main.c' || echo './'`main.c
> mv -f .deps/auth-main.Tpo .deps/auth-main.Po
> make: don't know how to make -L/usr/local/lib. Stop
> *** [all-recursive] Error code 1
> 
> Stop in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.0.rc1/src.
> *** [all-recursive] Error code 1
> 
> Stop in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.0.rc1.
> *** [all] Error code 1
> 
> Stop in /usr/home/wash/Tools/Dovecot/2.3/dovecot-2.3.0.rc1
> </cut>
> 
> 
> ./configure \
>         --prefix=/opt/dovecot2.3 \
>         --with-ioloop=kqueue \
>         --with-notify=kqueue \
>         --with-sql=yes \
>         --with-mysql \
>         --with-zlib \
>         --with-bzlib \
>         --with-ssl=openssl
> 
> 
> On 22 December 2017 at 14:37, Goetz Schultz <email at suelze.de
> <mailto:email at suelze.de>> wrote:
> 
>     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 not using stats,
>     hence I assume that is fine then.
> 
>     Thanks and regards
> 
>       Goetz R. Schultz
> 
>     On 22/12/17 11:31, Odhiambo Washington wrote:
>     > 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 <email at suelze.de
>     <mailto:email at suelze.de>> wrote:
>     >
>     >> 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 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
>     delivered
>     >>> to the mailbox, yet that stale error is there. Quick search did not
>     >>> showed any results.
>     >>>
>     >>> 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.
>     >>>
>     >>>
>     >>> Thanks and regards
>     >>>
>     >>>   Goetz R. Schultz
>     >>>
>     >>> On 18/12/17 19:04, Odhiambo Washington wrote:
>     >>>> On 18 December 2017 at 18:23, Timo Sirainen <tss at iki.fi
>     <mailto:tss at iki.fi>> 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>
>     >>>>>
>     https://dovecot.org/releases/2.3/rc/dovecot-2.3.0.rc1.tar.gz.sig
>     <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 compiled on FreeBSD 11.0-STABLE amd64.
>     >>>>
>     >>>> (2) I will try tomorrow on FreeBSD 9-3-STABLE and report too.
>     >>>>
>     >>>> (3) However, I tested a compile on FreeBSD 8.4-STABLE i386 and
>     it failed
>     >>>> like this:
>     >>>>
>     >>>
>     >>
>     >>
>     >
>     >
> 
> 
> 
> 
> -- 
> Best regards,
> Odhiambo WASHINGTON,
> Nairobi,KE
> +254 7 3200 0004/+254 7 2274 3223
> "Oh, the cruft."

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <https://dovecot.org/pipermail/dovecot/attachments/20171222/8c21ba45/attachment.sig>


More information about the dovecot mailing list