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 > ve

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

2022-01-24 Thread david
Hello Aki, Thank you, that works. But it doesn't solve my main problem. Newer versions of Outlook started to parse the "@domain" out of the "user@domain" which yielded only "user". I found that by prepending a '\' (backslash) it would yield "user@domain" correctly. But with GSSAPI, the backsla

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

2022-01-22 Thread Aki Tuomi
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.

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

2022-01-22 Thread David Koski
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