Note ports that need to be open in the firewall

The primary purpose of this change is to include the
keyword "firwall" because when I went to open up ports in my
network security group I expected a search for "firewall" in the
docs to instantly bring this information up, but it didn't.
This commit is contained in:
AJ Jordan
2023-05-29 19:23:15 -04:00
committed by GitHub
parent b6c093dfd6
commit a6c7fdf810

View File

@@ -65,8 +65,9 @@ with forward and reverse DNS entries for this IP address.
Also, your host must not listen on ports ``25``, ``80``, ``110``, ``143``,
``443``, ``465``, ``587``, ``993``, ``995`` nor ``4190`` as these are used by Mailu
services. Therefore, you should disable or uninstall any program that is
listening on these ports (or have them listen on a different port). For
instance, on a default Debian install:
listening on these ports (or have them listen on a different port), and make sure
that these ports are open in your firewall if you have one. For instance, on a
default Debian install:
.. code-block:: bash