2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-30 22:05:14 +00:00

Updated Debugging (markdown)

This commit is contained in:
Steve Johnson
2018-01-01 10:27:39 -07:00
parent 8c4ba0e2d8
commit 1a94c99c3a

View File

@@ -17,5 +17,6 @@ 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
4. 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