Re: Implications of LMTP socket being world readable and writable (0666) by default

2024-03-31 Thread da-dovecotlist-15--- via dovecot
Ah yes. Thank you both. I did not think of just overwriting the `lmtp` socket but was looking for a way to define a new socket with a different name and disable the default one. The main question remains open, though: Is the default setting insecure or am I missing something?

Re: Unable to set ssl_min_protocol=TLSv1.3

2020-05-07 Thread da-dovecotlist-15
Any news on setting TLS 1.3 as minimal version? I am using Debian 10 with Dovecot 2.3.4.1-5+deb10u1 and openssl 1.1.1d-0+deb10u3.

[Dovecot] Syntax of pattern in map section

2014-02-16 Thread da-dovecotlist-15
I can't seem to find any documentation on the meaning/syntax of the "pattern" variable in map sections that are found in dovecot-dict-sql.conf.ext for example. I am trying to setup shared folders. The only thing[1] I found is: >>First you'll need to know what kind of dict paths the code uses. AC

Re: [Dovecot] Why does dovecot require the {} password sheme even if there is a $ crypt scheme.

2014-01-15 Thread da-dovecotlist-15
Thanks! It does seem to work. On Monday 13 January 2014 12:33:51 Nick Edwards wrote: > It does, we use sha512 for long time > in sql conf use > default_pass_scheme = CRYPT > > it uses the systen crypt then, (NO - this does NOT mean it uses the > ancient 8 char limited crypt) it will use whatever

[Dovecot] Why does dovecot require the {} password sheme even if there is a $ crypt scheme.

2014-01-10 Thread da-dovecotlist-15
The wiki[1] says: If all the passwords are in same format, you can use default_pass_scheme to specify it. Otherwise each password needs to be prefixed with "{password-scheme}", for example "{plain}plaintext-password". Why doesn't dovecot recognize the crypt scheme identifier ($1$ for MD5-CRYPT,