Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
mailcow [/11092025/ 09:04] – créée colmaris | mailcow [/25092025/ 06:34] (Version actuelle) – [Mailcow] colmaris | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Mailcow ====== | ====== Mailcow ====== | ||
- | Mailcow permet d'hébergé | + | Mailcow permet d'héberger |
===== Mailcow derrière Traefik ===== | ===== Mailcow derrière Traefik ===== | ||
- | Modifier le fichier de configuration | + | Modifier le fichier de configuration |
- | ```shell | + | <code yaml> |
HTTP_PORT=8080 | HTTP_PORT=8080 | ||
HTTP_BIND=127.0.0.1 | HTTP_BIND=127.0.0.1 | ||
Ligne 13: | Ligne 13: | ||
HTTPS_PORT=8443 | HTTPS_PORT=8443 | ||
HTTPS_BIND=127.0.0.1 | HTTPS_BIND=127.0.0.1 | ||
- | ``` | + | </ |
- | Dans l' | + | Dans l' |
- | ```yaml | + | < |
services: | services: | ||
nginx-mailcow: | nginx-mailcow: | ||
Ligne 50: | Ligne 50: | ||
# If using wildcard certs instead of an explicit host cert, | # If using wildcard certs instead of an explicit host cert, | ||
# use following line instead with just the | # use following line instead with just the | ||
+ | </ |