Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCyrille Bollu <cyrpub@bollu.be>2020-09-16 16:20:33 +0300
committerCyrille Bollu <cyrpub@bollu.be>2020-09-16 16:30:23 +0300
commit1e550c9a705186e0f096ca78b5e088c163c43bcf (patch)
treefb4a197e10197a6af5c22475327e2e027ef1a231 /doc
parentb69b468b97496572eaec406b9b6caf0553050336 (diff)
Documents the app.mail.verify-tls-peer setting
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
Diffstat (limited to 'doc')
-rw-r--r--doc/admin.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/admin.md b/doc/admin.md
index 23208b142..6a73dfce7 100644
--- a/doc/admin.md
+++ b/doc/admin.md
@@ -25,6 +25,11 @@ You can use the php-mail function to send mails. This is needed for some webhost
```php
'app.mail.transport' => 'php-mail'
```
+### Disable TLS verification for IMAP/SMTP
+Turn off TLS verfication for IMAP/SMTP. This happens globally for all accounts and is only needed in edge cases like with email servers that have a self-signed certificate.
+```php
+'app.mail.verify-tls-peer' => 'false'
+```
## Troubleshooting