Updated Debugging (markdown)

This commit is contained in:
tamueller 2018-11-10 11:46:58 +01:00
parent cbe8cb9105
commit a604857200
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@ docker exec -it <mycontainer> 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