2017-05-13 18:16:08 +00:00
|
|
|
..todo.. - Please contribute more to help others debug this package
|
2017-01-04 00:41:59 +00:00
|
|
|
## Invalid username or Password
|
2017-05-13 18:16:08 +00:00
|
|
|
|
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
|
|
|
|
2018-01-01 17:27:15 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
4. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi:
|
2018-01-01 17:27:39 +00:00
|
|
|
|
2018-01-01 17:27:15 +00:00
|
|
|
sudo su
|
|
|
|
docker exec -it mail apt-get install -y vim
|