Add mail-debug flag to rest-server

It has been added to the joex application, but it should be possible
to debug mail problems on both apps.
This commit is contained in:
Eike Kettner
2020-06-13 15:10:00 +02:00
parent fb8c97f4f0
commit 617487f5b3
4 changed files with 40 additions and 17 deletions

View File

@ -79,6 +79,11 @@ docspell.server {
# Configuration for the backend.
backend {
# Enable or disable debugging for e-mail related functionality. This
# applies to both sending and receiving mails. For security reasons
# logging is not very extensive on authentication failures. Setting
# this to true, results in a lot of data printed to stdout.
mail-debug = false
# The database connection.
#