Skip to content

Commit 0725f95

Browse files
committed
Fixed dockerhub links
1 parent b3fb39a commit 0725f95

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ _docker-mailserver_ is licensed under [GNU LGPL 3.0](LICENSE.md).
3636
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:
3737

3838
1. [MySQL >8.0](https://hub.docker.com/\_/mysql) or [MariaDB >10.4](https://hub.docker.com/\_/mariadb) as the database backend
39-
1. [Postfix/Dovecot instance](https://hub.docker.com/technicalguru/mailserver-postfix)
40-
1. [Amavis/ClamAV/SpamAssassin instance](https://hub.docker.com/technicalguru/mailserver-amavis)
41-
1. [PostfixAdmin instance](https://hub.docker.com/technicalguru/mailserver-postfixadmin)
42-
1. [Roundcube](https://hub.docker.com/technicalguru/mailserver-roundcube)
39+
1. [Postfix/Dovecot instance](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfix)
40+
1. [Amavis/ClamAV/SpamAssassin instance](https://hub.docker.com/repository/docker/technicalguru/mailserver-amavis)
41+
1. [PostfixAdmin instance](https://hub.docker.com/repository/docker/technicalguru/mailserver-postfixadmin)
42+
1. [Roundcube](https://hub.docker.com/repository/docker/technicalguru/mailserver-roundcube)
4343
1. Securing the web interfaces with a Reverse Proxy or Ingress Controller. (see section "Security Considerations" below)
4444

4545
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.
5555

5656
# Security Considerations
5757

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)
5959
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)
6161
container.
6262
* Postfix's main ports can be protected by TLS. Please make use of this as it increases security of your setup. In fact,
6363
the Postfix setup was never tested thoroughly without TLS so it is possible it will not work properly - especially when

0 commit comments

Comments
 (0)