1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

Add ENV ENABLE_IMAP (#3703)

This commit is contained in:
Casper
2023-12-18 12:26:28 +01:00
committed by GitHub
parent bbed3f6608
commit 98a4c13ca9
5 changed files with 43 additions and 18 deletions

View File

@ -131,9 +131,14 @@ Enabled `policyd-spf` in Postfix's configuration. You will likely want to set th
##### ENABLE_POP3
- **empty** => POP3 service disabled
- **0** => POP3 service disabled
- 1 => Enables POP3 service
##### ENABLE_IMAP
- 0 => Disabled
- **1** => Enabled
##### ENABLE_CLAMAV
- **0** => ClamAV is disabled