From d47663f5d2f7987208f9541db368e81aa7b3f062 Mon Sep 17 00:00:00 2001 From: Alexey Abel Date: Wed, 6 Jun 2018 01:11:20 +0200 Subject: [PATCH] Add ssl mode explanation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8566ce6..2f062bc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ If not you can configure this app by putting the following in Nextcloud's main c The key `email_address_suffx` goes into the main hirarchy level, where e.g. `trusted_domains` is. If your users login as *user* (instead of *user@example.com*) you can set `email_address_suffix` to `@example.com` to automatically add this to the e-mail address of each user. + +Valid ssl modes are `none`, `ssl` and `tls` as described in the [mail app documentation](https://github.com/nextcloud/mail/blob/master/doc/admin.md#minimal-configuration) ## Security Note that the password is stored with symmetric encryption and can be retreived by the admin. This is the default behaviour of the mail app and unavoidable because it needs to login to the mail server.