Re: Sync via ssh fails when ssl is active

2022-01-30 Thread Johan
Den 2022-01-27 kl. 10:24, skrev Stuart Henderson: This is a problem that was introduced in 2.3.11 and fixed in 2.3.17. Updating would be better, but as a workaround you can move the ssl_key line to a separate config file, make it only readable by root, and use e.g. !include_try

Re: silly quesiton

2022-01-30 Thread Chris Bennett
On Tue, Jan 25, 2022 at 03:50:12AM -0900, justina colmena ~biz wrote: > Maybe a future programming project idea: I want a system that will store all > mail messages and user account info in, say, a postgresql transactional > database, a little more manageable and reliable than ad hoc databasing

Re: silly quesiton [ot]

2022-01-30 Thread justina colmena ~biz
Just ideas. Removing or deleting a single message from near the beginning of a large flat file takes an inordinate amount of time because the remainder of the flat file has to be rewritten all the way from the point of the deleted message to the end of the file and then truncated. On January

Re: NTLM fails: dovecot: auth: Fatal: Unknown authentication mechanism 'NTLM'

2022-01-30 Thread Aki Tuomi
You can probably use auth_default_realm for this, see https://doc.dovecot.org/settings/core/?highlight=realm#core_setting-auth_default_realm Aki > On 24/01/2022 20:05 da...@kosmosisland.com wrote: > > > Hello Aki, > > Thank you, that works. But it doesn't solve my main problem. Newer >

Re: silly quesiton [ot]

2022-01-30 Thread Sean Kamath
> On Jan 30, 2022, at 10:55, Chris Bennett > wrote: > > On Tue, Jan 25, 2022 at 03:50:12AM -0900, justina colmena ~biz wrote: >> Maybe a future programming project idea: I want a system that will store all >> mail messages and user account info in, say, a postgresql transactional >> database,

Re: silly quesiton [ot]

2022-01-30 Thread dovecot
Storing mail in a db... at the end of the day isn't it still just a file (.db file) on the drive? Aren't you just adding bloat and complexity vs just storing the mail directly (maildir format) to a file on the drive? What do you think you are saving? Security? If someone can read files on your

Re: silly quesiton [ot]

2022-01-30 Thread Benny Pedersen
On 2022-01-31 02:30, Sean Kamath wrote: On Jan 30, 2022, at 10:55, Chris Bennett wrote: On Tue, Jan 25, 2022 at 03:50:12AM -0900, justina colmena ~biz wrote: Maybe a future programming project idea: I want a system that will store all mail messages and user account info in, say, a postgresql

Re: silly quesiton [ot]

2022-01-30 Thread justina colmena ~biz
You'll get better indexing and fast full text search by storing your emails in a database rather than a flat file, hopefully after decoding any attachments. Especially for spam scoring, analysis, and classification. Much better performance deleting or moving specific messages, too. On January

Re: silly quesiton [ot]

2022-01-30 Thread Sam Kuper
On Sun, Jan 30, 2022 at 06:17:49PM -0900, justina colmena ~biz wrote: > On January 30, 2022 5:46:53 PM AKST, dove...@ptld.com wrote: >> Storing mail in a db... at the end of the day isn't it still just a >> file (.db file) on the drive? >> >> Aren't you just adding bloat and complexity vs just

Re: silly quesiton [ot]

2022-01-30 Thread Chris Bennett
On Sun, Jan 30, 2022 at 09:46:53PM -0500, dove...@ptld.com wrote: > Storing mail in a db... at the end of the day isn't it still just a file (.db > file) on the drive? > Aren't you just adding bloat and complexity vs just storing the mail directly > (maildir format) to a file on the drive? > >

Re: silly quesiton [ot]

2022-01-30 Thread Sam Kuper
On Sun, Jan 30, 2022 at 07:49:56PM -0900, justina colmena ~biz wrote: > On January 30, 2022 6:30:44 PM AKST, Sam Kuper wrote: >> On Sun, Jan 30, 2022 at 06:17:49PM -0900, justina colmena ~biz wrote: >>> On January 30, 2022 5:46:53 PM AKST, dove...@ptld.com wrote: Storing mail in a db... at

Re: Fwd: Dsync replication - delayed replication (Sync lock)

2022-01-30 Thread Aki Tuomi
Did you check what process the locking PID was? Aki > On 25/01/2022 12:20 Claudio Corvino wrote: > > > Hi, > we have the same issue and the same configuration except for Dovecot version, > ours is the latest into Dovecot repo; in addition we do not have DNS round > robin. > Does anybody

Re: How to use virtual "All" and "Flagged" mailbox?

2022-01-30 Thread Aki Tuomi
> On 26/01/2022 19:48 A B wrote: > > > Hello, > > I'm trying to use the virtual "All" and "Flagged" mailboxes as described in > 15-mailboxes.conf. > > The information here > (https://doc.dovecot.org/configuration_manual/virtual_plugin/) doesn't really > touch on how to actually interact

Re: Received invalid SSL certificate: unable to get certificate CRL

2022-01-30 Thread Aki Tuomi
> On 26/01/2022 11:19 Markus Winkler wrote: > > > Hi Laura, > > On Wed, 26 Jan 2022 at 12:09:04AM +, Laura Smith wrote: > >‐‐‐ Original Message ‐‐‐ > >> > >> I thought that > >> > >> ssl_ca = >> > >> is worth a try. > > > > > >Does ssl_ca even apply to dsync/imapc ? > > as I

Re: Sync via ssh fails when ssl is active

2022-01-30 Thread Aki Tuomi
> On 25/01/2022 15:35 Christian Mack wrote: > > > Hello > > Am 20.01.22 um 16:32 schrieb Johan: > > > > Jan 20 16:13:09 doveadm: Error: doveconf: Fatal: Error in configuration > > file /etc/dovecot/conf.d/10-ssl.conf line 16: ssl_cert: Can't open file > >

Re: Set mail crypt private password with OAUTH?

2022-01-30 Thread Aki Tuomi
> On 28/01/2022 21:27 Max Kostikov wrote: > > > We currently use Dovecot and mailbox encryption via the > mail-crypt-plugin. > With standard password authentication, we set the value of the > individual > password to encrypt the contents of the > userdb_mail_crypt_private_password >

Re: Dovecot installation problem (libssl_iostream_openssl.so is not portable!)

2022-01-30 Thread Aki Tuomi
> On 28/01/2022 18:00 Dimitri wrote: > > > Hi there, > > i try to install dovecot from source with the following configuration: > > ./configure --prefix=/test/core/dovecot --with-ssldir=/test/core/dovecot/tls > > the configuration runs fine with the following output at the end: > > Install