You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ _docker-mailserver_ is licensed under [GNU LGPL 3.0](LICENSE.md).
36
36
A complete mailserver is the coordinated setup of multiple components. Various docker images come into play to fulfill this goal. You shall set them up in the following order:
37
37
38
38
1.[MySQL >8.0](https://hub.docker.com/\_/mysql) or [MariaDB >10.4](https://hub.docker.com/\_/mariadb) as the database backend
1. Securing the web interfaces with a Reverse Proxy or Ingress Controller. (see section "Security Considerations" below)
44
44
45
45
The following sections will help you to setup your own mailserver using different infrastructures.
@@ -55,9 +55,9 @@ Please refer to the special [HELM](examples/helm-charts) section.
55
55
56
56
# Security Considerations
57
57
58
-
* It is crucial that you do not expose port 10025 of the [mailserver-postfix](https://hub.docker.com/technicalguru/mailserver-postfix)
58
+
* It is crucial that you do not expose port 10025 of the [mailserver-postfix](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfix)
59
59
container. It can be misused as a SPAM relay as it does not restrict senders that deliver mail to it. This port is intended for
60
-
internal purposes only. The same is valid for the port 10024 of the [mailserver-amavis](https://hub.docker.com/technicalguru/mailserver-amavis)
60
+
internal purposes only. The same is valid for the port 10024 of the [mailserver-amavis](https://hub.docker.com/repository/docker/technicalguru/mailserver-amavis)
61
61
container.
62
62
* Postfix's main ports can be protected by TLS. Please make use of this as it increases security of your setup. In fact,
63
63
the Postfix setup was never tested thoroughly without TLS so it is possible it will not work properly - especially when
0 commit comments