1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-06-15 03:30:36 +02:00

docs(fix): Update wiki references to the new docs url

Additionally replaces old references to `tvial` images with the new `mailserver` docker image name.
This commit is contained in:
wernerfred
2021-03-01 21:32:45 +01:00
committed by polarathene
parent 724fe72d20
commit 463bc967d2
17 changed files with 37 additions and 37 deletions

View File

@ -27,7 +27,7 @@ We are going to use this docker based mailserver:
services:
mail:
image: tvial/docker-mailserver:latest
image: mailserver/docker-mailserver:latest
hostname: mail
domainname: example.org
container_name: mail
@ -76,7 +76,7 @@ We are going to use this docker based mailserver:
On your server you may have to do it differently.
- Pull the docker image: `docker pull tvial/docker-mailserver:latest`
- Pull the docker image: `docker pull mailserver/docker-mailserver:latest`
- Now generate the DKIM keys with `./setup.sh config dkim` and copy the content of the file `config/opendkim/keys/domain.tld/mail.txt` on the domain zone configuration at the DNS server. I use [bind9](https://github.com/docker-scripts/bind9) for managing my domains, so I just paste it on `example.org.db`:

View File

@ -60,7 +60,7 @@ Feel free to add your configuration if you achived the same goal using different
version: '2'
services:
mail:
image: tvial/docker-mailserver:release-v7.2.0
image: mailserver/docker-mailserver:release-v7.2.0
restart: always
networks:
- proxy