Skip to content

Commit

Permalink
mailcow.github.io -> docs.mailcow.email (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
MAGICCC authored Oct 6, 2023
1 parent 0772ab6 commit 3e00213
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/backup_restore/b_n_r-backup.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/backup_restore/b_n_r-backup.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/manual-guides/Dovecot/u_e-dovecot-static_master.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Der statische Master-Benutzername wird zu `[email protected]` er

Um sich als `[email protected]` anzumelden, würde dies `[email protected]*[email protected]` 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.
2 changes: 1 addition & 1 deletion docs/manual-guides/Dovecot/u_e-dovecot-static_master.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ The static master username will be expanded to `[email protected]

To login as `[email protected]` this would equal to `[email protected]*[email protected]` 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.
2 changes: 1 addition & 1 deletion docs/post_installation/reverse-proxy/r_p-traefik2.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/post_installation/reverse-proxy/r_p-traefik2.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3e00213

Please sign in to comment.