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