diff --git a/docs/content/config/pop3.md b/docs/content/config/pop3.md index 407e205f..b95580b2 100644 --- a/docs/content/config/pop3.md +++ b/docs/content/config/pop3.md @@ -1,6 +1,6 @@ **We do not recommend using POP. Use IMAP instead.** -If you really want to you have POP3 running, add 3 lines to the docker-compose.yml : +If you really want to have POP3 running, add 3 lines to the docker-compose.yml : Add the ports 110 and 995, and add environment variable ENABLE_POP : ```