docker-mailserver/docs/content/config/troubleshooting/debugging.md

17 lines
288 B
Markdown
Raw Normal View History

..todo.. - Please contribute more to help others debug this package
## Invalid username or Password
2017-01-04 00:46:39 +00:00
1. Login Container
2017-05-13 19:56:06 +00:00
```bash
2017-01-04 00:46:39 +00:00
docker exec -it <mycontainer> bash
2017-05-13 19:56:06 +00:00
```
2017-01-04 00:46:39 +00:00
2. Check log files
2017-05-13 19:56:06 +00:00
`/var/log/mail`
2017-01-04 00:46:39 +00:00
could not find any mention of incorrect logins here
neither in the dovecot logs
2017-01-04 00:58:12 +00:00