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
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-09-11 11:43:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-09-11 11:43:56 +0300
commitfa337bb4eeddabc3554cbc32457642fa67848a31 (patch)
treeefd260decdb5d70a59739dd2897e37ae4184e7d1 /README.md
parent4c6fd6e3bcc9bd6fa36954df3f2f6d1681bc95fa (diff)
Always log IMAP and SMTP if debug mode is enabled
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index 2537071ce..43714557c 100644
--- a/README.md
+++ b/README.md
@@ -117,17 +117,6 @@ DROP TABLE oc_mail_collected_addresses;
Certain advanced or experimental features need to be specifically enabled in your `config.php`:
-### Debug mode
-You can enable IMAP and SMTP backend logging. A horde_imap.log for IMAP and horde_smtp.log for SMTP will appear in the same directory as your nextcloud.log.
-#### IMAP logging
-```php
-'app.mail.imaplog.enabled' => true
-```
-#### SMTP logging
-```php
-'app.mail.smtplog.enabled' => true
-```
-
### Timeouts
Depending on your mail host, it may be necessary to increase your IMAP and/or SMTP timeout threshold. Currently IMAP defaults to 20 seconds and SMTP defaults to 2 seconds. They can be changed as follows: