Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread Aki Tuomi
> On 22/02/2023 09:10 EET James Brown wrote: > > > On 22 Feb 2023, at 5:53 pm, Aki Tuomi wrote: > > > > > > > > > > > > > > > % locate libsodium > > > > > /opt/homebrew/Cellar/libsodium > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1 > > > > > /opt/homebrew/Cellar/libsodium/1.0.18_1/.br

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
On 22 Feb 2023, at 5:53 pm, Aki Tuomi wrote: > % locate libsodium /opt/homebrew/Cellar/libsodium /opt/homebrew/Cellar/libsodium/1.0.18_1 /opt/homebrew/Cellar/libsodium/1.0.18_1/.brew /opt/homebrew/Cellar/libsodium/1.0.18_1/.brew/libsodium.rb /opt/homebrew/Cella

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread Aki Tuomi
> On 22/02/2023 08:41 EET James Brown wrote: > > > > On 22 Feb 2023, at 5:33 pm, Aki Tuomi wrote: > > > > > > Thanks Aki, that was helpful. When I add that I get: > > > > > > checking for LIBSODIUM... no > > > configure: error: Can't build with libsodium: not found > > > > > > So I have to

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
> On 22 Feb 2023, at 5:33 pm, Aki Tuomi wrote: >> >> Thanks Aki, that was helpful. When I add that I get: >> >> checking for LIBSODIUM... no >> configure: error: Can't build with libsodium: not found >> >> So I have to tell it where libsodium is. >> >> Tried: >> >> CPPFLAGS=-I/opt/homebrew/Ce

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread Aki Tuomi
> On 22/02/2023 07:48 EET James Brown wrote: > > > > On 22 Feb 2023, at 4:14 pm, Aki Tuomi wrote: > > > > > > > I’ve spent ages on this and am getting really desperate! :-( > > > > > > CPPFLAGS=-I/opt/homebrew/Cellar/openssl@3/3.0.8/include > > > LDFLAGS=-L/opt/homebrew/opt/openssl@3/lib

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
> On 22 Feb 2023, at 4:14 pm, Aki Tuomi wrote: > >> I’ve spent ages on this and am getting really desperate! :-( >> >> CPPFLAGS=-I/opt/homebrew/Cellar/openssl@3/3.0.8/include >> LDFLAGS=-L/opt/homebrew/opt/openssl@3/lib ./configure --with-ssl=openssl >> --with-mysql >> ... >> Install prefix .

Re: Redundant Database, Pgsql ?

2023-02-21 Thread Marcus Jodorf
On 2/21/23 18:04, Lars Schotte wrote: Yes, that looks nice, I am going to try that too. Because every other option is based on some other software, like relayd or nginx, it is all possible, but adds complexity. The best would be to have it inside connection string. /etc/dovecot/dovecot-sql.c

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread Aki Tuomi
> On 22/02/2023 07:00 EET James Brown wrote: > > > On 21 Feb 2023, at 10:12 pm, James Brown wrote: > > > > > > > The new one has Dovecot compiled with same configure options, same > > configuration files, but fails to authenticate: > > > > Feb 21 21:51:03 master: Info: Dovecot v2.3.20 (8

Re: Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
On 21 Feb 2023, at 10:12 pm, James Brown wrote: > > The new one has Dovecot compiled with same configure options, same > configuration files, but fails to authenticate: > > Feb 21 21:51:03 master: Info: Dovecot v2.3.20 (80a5ac675d) starting up for > imap, pop3 (core dumps disabled) > Feb 21 21

Re: Can I encrypt already existant unencrypted mail before I start using the mail-crypt plugin?

2023-02-21 Thread Ben Burk
I would definitely get mail-crypt working on your system before worrying about encrypting existing emails. Iirc dovecot should support both types of files (encrypted, and non-encrypted) concurrently. So BEFORE you try anything, make sure via logs, etc that mail is being written to the fs as an

Re: Can I encrypt already existant unencrypted mail before I start using the mail-crypt plugin?

2023-02-21 Thread Jeremy
On Tuesday, February 21st, 2023 at 09:54, Aki Tuomi wrote: > > On 16/02/2023 07:18 EET mailinglist-subscriptions > > mailinglist-subscripti...@protonmail.com wrote: > > > > Hi, > > > > I am using dovecot 2.3.16, along with postfix and a PostgreSQL database for > > managing virtual accounts.

Re: Redundant Database, Pgsql ?

2023-02-21 Thread Benny Pedersen
Lars Schotte skrev den 2023-02-21 18:04: Yes, that looks nice, I am going to try that too. +1 Because every other option is based on some other software, like relayd or nginx, it is all possible, but adds complexity. +1 The best would be to have it inside connection string. real fix or

Re: Redundant Database, Pgsql ?

2023-02-21 Thread Lars Schotte
Yes, that looks nice, I am going to try that too. Because every other option is based on some other software, like relayd or nginx, it is all possible, but adds complexity. The best would be to have it inside connection string. On Sun, 2023-02-19 at 17:34 +, David White wrote: > Take a look

Re: Redundant Database, Pgsql ?

2023-02-21 Thread Brendan Kearney
let me preface all of this by saying i dont have PostgreSQL running in any fashion, but have come across footprints that are standing in a Production environment. are you running a single primary R/W node, with multiple secondary R/O nodes?  from what i have seen/heard, PG does not really have

Auth-worker, unknown scheme ARGON2ID

2023-02-21 Thread James Brown
On my current mail server I was able to upgrade everyone’s password scheme to ARGON2ID with no issues, I just had to have: service auth { vsz_limit = 0 } This was an older version of macOS than the new server I’m trying to migrate to. The new one has Dovecot compiled with same configure option

Re: Redundant Database, Pgsql ?

2023-02-21 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
yes that seems to be the approach i setup a dns entry and pointed to 3 servers it does work round robin (ie from main, secondary etc) but that is ok at least it is working when i take the main server offline for maintenance ! Happy Tuesday !!! Thanks - paul Paul Kudla Scom.ca Internet

Re: Can I encrypt already existant unencrypted mail before I start using the mail-crypt plugin?

2023-02-21 Thread Aki Tuomi
> On 16/02/2023 07:18 EET mailinglist-subscriptions > wrote: > > > Hi, > > I am using dovecot 2.3.16, along with postfix and a PostgreSQL database for > managing virtual accounts. > > I'd like to start using the mail-crypt plugin. However, I'm having a bit some > difficulty understanding