1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-29 11:41:18 +02:00

Updated Debugging (markdown)

This commit is contained in:
tamueller 2018-11-10 11:46:58 +01:00
parent cbe8cb9105
commit a604857200

@ -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