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?
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.
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
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
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,