1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-05 14:55:20 +02:00

Document that 25,465 and 993 can't be disabled

(cherry picked from commit b0dbaa6719bb1769bc36a4d88bfd2c015f7dde9b)
This commit is contained in:
Florent Daigniere 2024-06-24 09:01:55 +02:00 committed by Mergify
parent dc86008cb4
commit da8106ab66

View File

@ -280,7 +280,7 @@ The ``TZ`` sets the timezone Mailu will use. The timezone naming convention usua
The ``PORTS`` (default: '25,80,443,465,993,995,4190') setting determines which services should be enabled. It is a comma delimited list of ports numbers.
If you need to re-enable IMAP, POP3 and Submission, you can append '110,143,587' to that list.
If you need to re-enable IMAP, POP3 and Submission, you can append '110,143,587' to that list. Please note that ports 25,465 and 993 cannot be disabled.
The ``PROXY_PROTOCOL`` (default: unset) setting allows the the front container to receive TCP and HTTP connections with
the `PROXY protocol`_ (originally introduced in HAProxy, now also configurable in other proxy servers).