mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
POP3 warning removed (#1908)
This commit is contained in:
parent
dea9bca900
commit
af2991fefe
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue