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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-14 21:05:39 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-14 21:05:39 +0300
commit02ca8fd3d76c9597a73b2fb9d51bc7615d867b40 (patch)
tree6c43f8b11faeda82b149d1eae3eaae04a229ba99 /doc
parent384bff5391263c445027e8ea43322833b836d582 (diff)
Fix tls verificaon docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/admin.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/admin.md b/doc/admin.md
index 6a73dfce7..d8a9e31ac 100644
--- a/doc/admin.md
+++ b/doc/admin.md
@@ -28,7 +28,7 @@ You can use the php-mail function to send mails. This is needed for some webhost
### 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'
+'app.mail.verify-tls-peer' => false
```
## Troubleshooting