mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #10928 from nextcloud/backport/10461/stable27
[stable27] fix(adminmanual): Recommend basic auth over NTLM for Exchange
This commit is contained in:
commit
9ad516c0ec
@ -42,7 +42,7 @@ connect Nextcloud to a remote SMTP server:
|
||||
.. warning:: There were changes to the 3rd party mailer library in Nextcloud 26:
|
||||
|
||||
* STARTTLS cannot be enforced. It will be used automatically if the mail server supports it. The encryption type should be set to 'None/STARTTLS' in this case. See :ref:`here<TLSPeerVerification>` for an example on how to configure self signed certificates.
|
||||
* NTLM authentication for Microsoft Exchange is not supported by the new mailer library
|
||||
* NTLM authentication for Microsoft Exchange is not supported by the new mailer library. Try using `basic authentication <https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/authentication-and-ews-in-exchange#basic-authentication>`_ instead.
|
||||
|
||||
* Encryption type: None/STARTTLS or SSL
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user