mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
594 B
594 B
..todo.. - Please contribute more to help others debug this package
Invalid username or Password
- Login Container
docker exec -it <mycontainer> bash
- Check log files
/var/log/mail
could not find any mention of incorrect logins here
neither in the dovecot logs
-
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
-
During setup, if you get errors trying to edit files inside of the container, you likely need to install vi:
sudo su
docker exec -it mail apt-get install -y vim