Re: TLS problem after upgrading from v2.2 to v2.3

2018-01-05 Thread Goetz Schultz
Hi, what are your settings? Mine are below and they work just fine: ssl_cipher_list =

Re: TLS problem after upgrading from v2.2 to v2.3

2018-01-06 Thread Goetz Schultz
Hi Jan, fair enough. You may want to try mine to see if it works - if yes, it might be worthwhile digging deeper. Tbh I had not default settings on for a long time. Thanks and regards Goetz R. Schultz On 06/01/18 18:30, Jan Vejvalka wrote: > Thanks for your reply; I used the defaults, both

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

Re: Fwd: v2.3.0 release candidate released

2017-12-22 Thread Goetz Schultz
t; On 18 December 2017 at 23:12, Goetz Schultz <em...@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 S

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 conf

Re: Fwd: v2.3.0 release candidate released

2017-12-22 Thread Goetz Schultz
vecot-2.3.0.rc1 > > > > ./configure \ >         --prefix=/opt/dovecot2.3 \ >         --with-ioloop=kqueue \ >         --with-notify=kqueue \ >         --with-sql=yes \ >         --with-mysql \ >         --with-zlib \ >         --with-bzlib \ >         --with-ssl=opens

Re: Unable to access mail via Outlook

2020-10-15 Thread Goetz Schultz
Hi, can you see the server-side logs if there is any error? What error does Outlook give you? Is the connection via SSL or plain? Thanks and regards Goetz R. Schultz On 15/10/2020 15:40, Odhiambo Washington wrote: On Tue, 13 Oct 2020 at 14:00, Jerry wrote: On Tue, 13 Oct 2020 09:48:16

Re: Procmail with Dovecot

2020-10-13 Thread Goetz Schultz
On 13/10/2020 10:08, Dan Egli wrote: Hey folks, here's a question. I want to enable procmail for the users so that they can have their incoming messages sorted info various folders and such regardless of MUA access or web access. I know I can set procmail to deliver to a maildir, but wouldn't

Re: dovecot: 2.3.16 -> 2.3.17_1

2021-11-01 Thread Goetz Schultz
Hi, I would assume that most people have only a cert signed by one ca? Would an appropriate method not be to single that ca-cert out into a singe file? The mail reception is usually not involving dovecot on a level where random CA certs are required? Thanks and regards Goetz R Schultz

Re: Thunderbird can't connect to Dovecot (bad certificate: SSL alert number 42)

2022-09-14 Thread Goetz Schultz
Hi, I had the same issue on TB102. Self-Signed certificates rejected despite having the CA installed correctly as authority. Turns out out that that TB now wants extension "Subject Alt Names". Added that and all works now. Seems another Google pressed issue being introduced (my Chromium had

Re: Thunderbird can't connect to Dovecot (bad certificate: SSL alert number 42)

2022-09-18 Thread Goetz Schultz
On 18/09/2022 11:09, Stuart Henderson wrote: On 2022-09-14, Goetz Schultz wrote: I had the same issue on TB102. Self-Signed certificates rejected despite having the CA installed correctly as authority. Turns out out that that TB now wants extension "Subject Alt Names". Added th

Re: SSL error

2022-11-10 Thread Goetz Schultz
Store - typo at my den (have kb-issues) Thanks and regards Goetz R Schultz >8 Quis custodiet ipsos custodes? /"\ \ / ASCII Ribbon Campaign X against HTML e-mail / \ 8< On 09/11/2022 21:28, Ruben Safir wrote: This

Re: SSL error

2022-11-09 Thread Goetz Schultz
On 09/11/2022 18:19, Alexander Dalloz wrote: Am 09.11.2022 um 18:30 schrieb hi@zakaria.website: On 2022-11-09 16:59, Alexander Dalloz wrote: Am 09.11.2022 um 15:58 schrieb Ruben Safir: Hello I am getting this error and I have no idea why.  openssh is upto date You have a self-signed

Re: Compiler error

2023-12-06 Thread Goetz Schultz
Thanks, will try it as soon as I getthe chance. Thanks and regards Goetz R Schultz >8 Quis custodiet ipsos custodes? /"\ \ / ASCII Ribbon Campaign X against HTML e-mail / \ 8< On 06/12/2023 13:11, Herbert J. Skuhra

Compiler error

2023-12-06 Thread Goetz Schultz
Hi, I have upgraded my system to FreeBSD14 and tried to recompile dovecot. The following error is thrown now (It did compile on FBSD13): test-mail-index-transaction-update.c:650:36: error: incompatible pointer to integer conversion passing 'char *(*)(int, int)' to parameter of type

Re: Compiler error

2023-12-06 Thread Goetz Schultz
Campaign X against HTML e-mail / \ 8< On 06/12/2023 09:48, Xavier Humbert wrote: Le 06/12/2023 10:44, Goetz Schultz a écrit : Hi, I have upgraded my system to FreeBSD14 and tried to recompile dovecot. The following error is thrown now (It did compil

Re: Compiler error

2023-12-06 Thread Goetz Schultz
ign X against HTML e-mail / \ 8< On 06/12/2023 10:01, Xavier Humbert wrote: Le 06/12/2023 10:57, Goetz Schultz a écrit : Hi Xavier, tarball, direct downloaded from the dovecot site, Was not a problem prior to FBSD14 - so I wonder if there is a compiler switc

Re: Compiler error

2023-12-06 Thread Goetz Schultz
in FreeBSD, and it happens in unit test code. Maybe ports have a patch for this? Aki On 06/12/2023 12:22 EET Goetz Schultz wrote: Thanks, I may have to extrapolate the file in question. Today was a clang patch in the pipeline - I wonder if that has caused that fallout? Thanks and regards

Re: Compiler error

2023-12-06 Thread Goetz Schultz
On 06/12/2023 13:11, Herbert J. Skuhra wrote: On Wed, 06 Dec 2023 11:55:39 +0100, Aki Tuomi wrote: This happens because timezone is a function that returns something totally different in FreeBSD, and it happens in unit test code. Maybe ports have a patch for this?