On 14/08/2024 19:47, Goetz Schultz via dovecot wrote:
On 14/08/2024 19:33, Aki Tuomi via dovecot wrote:
On 14/08/2024 20:30 EEST Herbert J. Skuhra via dovecot
1. There is a port (and package) for dovecot in mail/dovecot. Why do
you build from
source?
2. You probably need the below patch
On 14/08/2024 19:33, Aki Tuomi via dovecot wrote:
On 14/08/2024 20:30 EEST Herbert J. Skuhra via dovecot
wrote:
On Wed, Aug 14, 2024 at 07:17:25PM +0200, Goetz Schultz via dovecot wrote:
Hi,
I am trying to compile said version above under FreeBSD 14.1 .
Config setting is
On 14/08/2024 19:30, Herbert J. Skuhra via dovecot wrote:
>
> 1. There is a port (and package) for dovecot in mail/dovecot. Why do
you build from
> source?
a) Ports are usually some versions behind.
b) I like to have it slim, so cutting out drivers and hooks for e.g.
databases I don't have.
Hi,
I am trying to compile said version above under FreeBSD 14.1 .
Config setting is:
./configure --with-pgsql --with-sql
However, during compile the process halts with below errors:
test-mail-index-transaction-update.c:648:17: error: incompatible pointer
to integer conversion assigning to
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?
https://cgit.freebsd.org/po
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
reeBSD, 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
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
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
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
'time_t'
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 g
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 certifi
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
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 s
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
-
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 +0
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 t
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 b
Hi,
what are your settings?
Mine are below and they work just fine:
ssl_cipher_list =
ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-
wash/Tools/Dovecot/2.3/dovecot-2.3.0.rc1
>
>
>
> ./configure \
> --prefix=/opt/dovecot2.3 \
> --with-ioloop=kqueue \
> --with-notify=kqueue \
> --with-sql=yes \
> --with-mysql \
> --with-zlib \
> --with-bz
ing 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 18/12/17 20:05, Goetz Schu
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 set
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
23 matches
Mail list logo