From a6048572009f0b2209e266fe80bd3a4451e4f81b Mon Sep 17 00:00:00 2001 From: tamueller Date: Sat, 10 Nov 2018 11:46:58 +0100 Subject: [PATCH] Updated Debugging (markdown) --- docs/content/config/troubleshooting/debugging.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/config/troubleshooting/debugging.md b/docs/content/config/troubleshooting/debugging.md index 2b47dadf..399d7456 100644 --- a/docs/content/config/troubleshooting/debugging.md +++ b/docs/content/config/troubleshooting/debugging.md @@ -14,7 +14,11 @@ docker exec -it bash could not find any mention of incorrect logins here neither in the dovecot logs -3. Make sure you set your hostname to 'mail' or whatever you specified in your docker-compose.yml file or else your FQDN will be wrong +3. Check the supervisors logfiles +`/var/log/supervisor` +You can find the logs for startup of fetchmail, postfix and others here - they might indicate problems during startup + +4. Make sure you set your hostname to 'mail' or whatever you specified in your docker-compose.yml file or else your FQDN will be wrong ## Installation Errors