From 3e00213fffca810058e8b2063f5040deeb410393 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 6 Oct 2023 20:38:22 +0200 Subject: [PATCH] mailcow.github.io -> docs.mailcow.email (#632) --- docs/backup_restore/b_n_r-backup.de.md | 2 +- docs/backup_restore/b_n_r-backup.en.md | 2 +- docs/manual-guides/Dovecot/u_e-dovecot-static_master.de.md | 2 +- docs/manual-guides/Dovecot/u_e-dovecot-static_master.en.md | 2 +- docs/post_installation/reverse-proxy/r_p-traefik2.de.md | 2 +- docs/post_installation/reverse-proxy/r_p-traefik2.en.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/backup_restore/b_n_r-backup.de.md b/docs/backup_restore/b_n_r-backup.de.md index c0201aef2e..a3f093c8a0 100644 --- a/docs/backup_restore/b_n_r-backup.de.md +++ b/docs/backup_restore/b_n_r-backup.de.md @@ -68,7 +68,7 @@ Das folgende Skript kann in `/etc/cron.daily/mailcow-backup` platziert werden - #!/bin/sh # Backup mailcow data -# https://mailcow.github.io/mailcow-dockerized-docs/b_n_r_backup/ +# https://docs.mailcow.email/b_n_r_backup/ set -e diff --git a/docs/backup_restore/b_n_r-backup.en.md b/docs/backup_restore/b_n_r-backup.en.md index 9b21a3a0ee..014aefbc8c 100644 --- a/docs/backup_restore/b_n_r-backup.en.md +++ b/docs/backup_restore/b_n_r-backup.en.md @@ -68,7 +68,7 @@ This following script may be placed in `/etc/cron.daily/mailcow-backup` - do not #!/bin/sh # Backup mailcow data -# https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-backup/ +# https://docs.mailcow.email/backup_restore/b_n_r-backup/ set -e diff --git a/docs/manual-guides/Dovecot/u_e-dovecot-static_master.de.md b/docs/manual-guides/Dovecot/u_e-dovecot-static_master.de.md index ab7ca0a571..559e5863cb 100644 --- a/docs/manual-guides/Dovecot/u_e-dovecot-static_master.de.md +++ b/docs/manual-guides/Dovecot/u_e-dovecot-static_master.de.md @@ -30,5 +30,5 @@ Der statische Master-Benutzername wird zu `DOVECOT_MASTER_USER@mailcow.local` er Um sich als `test@example.org` anzumelden, würde dies `test@example.org*mymasteruser@mailcow.local` mit dem oben angegebenen Passwort entsprechen. -Eine Anmeldung bei SOGo ist mit diesem Benutzernamen nicht möglich. Für Admins steht eine Click-to-Login-Funktion für SOGo zur Verfügung, wie [hier] beschrieben (https://mailcow.github.io/mailcow-dockerized-docs/debug-admin_login_sogo/) +Eine Anmeldung bei SOGo ist mit diesem Benutzernamen nicht möglich. Für Admins steht eine Click-to-Login-Funktion für SOGo zur Verfügung, wie [hier] beschrieben (https://docs.mailcow.email/debug-admin_login_sogo/) Es wird kein Hauptbenutzer benötigt. \ No newline at end of file diff --git a/docs/manual-guides/Dovecot/u_e-dovecot-static_master.en.md b/docs/manual-guides/Dovecot/u_e-dovecot-static_master.en.md index 25b3ecb835..2689f1ed9b 100644 --- a/docs/manual-guides/Dovecot/u_e-dovecot-static_master.en.md +++ b/docs/manual-guides/Dovecot/u_e-dovecot-static_master.en.md @@ -29,5 +29,5 @@ The static master username will be expanded to `DOVECOT_MASTER_USER@mailcow.loca To login as `test@example.org` this would equal to `test@example.org*mymasteruser@mailcow.local` with the specified password above. -A login to SOGo is not possible with this username. A click-to-login function for SOGo is available for admins as described [here](https://mailcow.github.io/mailcow-dockerized-docs/debug-admin_login_sogo/) +A login to SOGo is not possible with this username. A click-to-login function for SOGo is available for admins as described [here](https://docs.mailcow.email/debug-admin_login_sogo/) No master user is required. \ No newline at end of file diff --git a/docs/post_installation/reverse-proxy/r_p-traefik2.de.md b/docs/post_installation/reverse-proxy/r_p-traefik2.de.md index 131ffbf13c..6f148de936 100644 --- a/docs/post_installation/reverse-proxy/r_p-traefik2.de.md +++ b/docs/post_installation/reverse-proxy/r_p-traefik2.de.md @@ -100,6 +100,6 @@ Dieser Container überwacht die Datei `acme.json` auf Änderungen und generiert Sie können es über die Kommandozeile ausführen oder das [hier](https://hub.docker.com/r/humenius/traefik-certs-dumper) gezeigte docker-compose.yml verwenden. -Nachdem wir die Zertifikate übertragen haben, müssen wir die Konfigurationen aus unseren Postfix- und Dovecot-Containern neu laden und die Zertifikate überprüfen. Wie das geht, sehen Sie [hier](https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-ssl/#ein-eigenes-zertifikat-verwenden). +Nachdem wir die Zertifikate übertragen haben, müssen wir die Konfigurationen aus unseren Postfix- und Dovecot-Containern neu laden und die Zertifikate überprüfen. Wie das geht, sehen Sie [hier](https://docs.mailcow.email/de/post_installation/firststeps-ssl/#ein-eigenes-zertifikat-verwenden). Und das sollte es gewesen sein 😊, Sie können überprüfen, ob der Traefik-Router einwandfrei funktioniert, indem Sie das Dashboard von Traefik / traefik logs / über https auf die eingestellte Domain zugreifen, oder / und HTTPS, SMTP und IMAP mit den Befehlen auf der zuvor verlinkten Seite überprüfen. diff --git a/docs/post_installation/reverse-proxy/r_p-traefik2.en.md b/docs/post_installation/reverse-proxy/r_p-traefik2.en.md index 46438affe2..19a09177bb 100644 --- a/docs/post_installation/reverse-proxy/r_p-traefik2.en.md +++ b/docs/post_installation/reverse-proxy/r_p-traefik2.en.md @@ -103,6 +103,6 @@ This container will watch over the `acme.json` file for any changes, and regener You can use the command line to run it, or use the docker-compose.yml shown [here](https://hub.docker.com/r/humenius/traefik-certs-dumper). -After we have the certs dumped, we'll have to reload the configs from our postfix and dovecot containers, and check the certs, you can see how [here](https://mailcow.github.io/mailcow-dockerized-docs/firststeps-ssl/#how-to-use-your-own-certificate). +After we have the certs dumped, we'll have to reload the configs from our postfix and dovecot containers, and check the certs, you can see how [here](https://docs.mailcow.email/firststeps-ssl/#how-to-use-your-own-certificate). Aaand that should be it 😊, you can check if the Traefik router works fine through Traefik's dashboard / traefik logs / accessing the setted domain through https, or / and check HTTPS, SMTP and IMAP through the commands shown on the page linked before.