From af2991fefea398751cd7ed12c697c9a186d255ac Mon Sep 17 00:00:00 2001 From: Casper Date: Wed, 14 Apr 2021 17:38:19 +0200 Subject: [PATCH] POP3 warning removed (#1908) --- docs/content/config/pop3.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/config/pop3.md b/docs/content/config/pop3.md index 4350f455..6f75c6e0 100644 --- a/docs/content/config/pop3.md +++ b/docs/content/config/pop3.md @@ -4,11 +4,7 @@ hide: - toc # Hide Table of Contents for this page --- -!!! warning - - **We do not recommend using POP3. Use IMAP instead.** - -If you really want to have POP3 running add the ports 110 and 995 and the environment variable `ENABLE_POP3` to your `docker-compose.yml`: +If you want to use POP3(s), you have to add the ports 110 and/or 995 (TLS secured) and the environment variable `ENABLE_POP3` to your `docker-compose.yml`: ```yaml mail: