From e5c72b5d1621befb8cae6ab0de10743a0b24711b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 26 May 2023 12:25:18 +0200 Subject: [PATCH] fix(adminmanual): Document SMTP+NTLM limitation in 26 Signed-off-by: Christoph Wurst --- admin_manual/configuration_server/email_configuration.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/email_configuration.rst b/admin_manual/configuration_server/email_configuration.rst index b37fa4865..25734b6bd 100644 --- a/admin_manual/configuration_server/email_configuration.rst +++ b/admin_manual/configuration_server/email_configuration.rst @@ -35,11 +35,10 @@ Configuring an SMTP server You need the following information from your mail server administrator to connect Nextcloud to a remote SMTP server: -.. warning:: There were changes to the 3rd party mailer library: +.. 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' in this case. - See :ref:`here` for an example on how to configure self signed certificates + * STARTTLS cannot be enforced. It will be used automatically if the mail server supports it. The encryption type should be set to 'None' in this case. See :ref:`here` for an example on how to configure self signed certificates. + * NTLM authentication for Microsoft Exchange is not supported by the new mailer library * Encryption type: None or SSL/TLS