On 23 January 2022 1.29.43 UTC, David Koski wrote:
>Is NTLM now dead? The Readme says:
>
>2020-10-23 16:24:09 -0400 Josef 'Jeff' Sipek
> (48d6f7282)
>
> auth: Remove ntlm mechanism & the LANMAN and NTLM password schemes
>
>>
>> Regards,
>> David Koski
>>
>
You should use GSSAPI instead.
Good question. This looks like a unix socket set up for dovecot to provide
authentication services to postfix and anyways postfix would be listening on
TCP port 587 for authenticated mail submission. Normally you do not want to
offer any user authentication or login on port 25, but that is all s
I am really lost as to why dovecot is not authenticating
I have
smtpd_sasl_type = dovecot
in main.cf
and
# Postfix smtp-auth
unix_listener /var/spool/postfix/private/auth {
mode = 0666
user = postfix
group = postfix
}
in /etc/dovecot/conf.d/10-master.conf
I want it to authenticate on su
Is NTLM now dead? The Readme says:
2020-10-23 16:24:09 -0400 Josef 'Jeff' Sipek
(48d6f7282)
auth: Remove ntlm mechanism & the LANMAN and NTLM password schemes
M COPYING
M configure.ac
M src/Makefile.am
M src/auth/Makefile.am
D src/auth/mech-ntlm.c
M s
After upgrading Debian to 11 I found Dovecot at version 2.3.13
(89f716dc2). Now auth method NTLM fails and is not even listed:
# doveadm pw -l
SHA1 SSHA512 SCRAM-SHA-256 BLF-CRYPT PLAIN HMAC-MD5 OTP SHA512 SHA
DES-CRYPT CRYPT SSHA MD5-CRYPT PLAIN-MD4 PLAIN-MD5 SCRAM-SHA-1
SHA512-CRYPT CLEAR C