From 9e54f0454d385c0e41212d41a11927b531ab42c1 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 17 Jul 2025 16:11:41 -0600 Subject: [PATCH] Update Servers/Email/Mailcow.md --- Servers/Email/Mailcow.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Servers/Email/Mailcow.md b/Servers/Email/Mailcow.md index 88b0363..46cc010 100644 --- a/Servers/Email/Mailcow.md +++ b/Servers/Email/Mailcow.md @@ -44,6 +44,22 @@ docker-compose up -d ### Reverse-Proxy Configuration For the purposes of this document, it will be assumed that you are deploying Mailcow behind Traefik. You can use the following dynamic configuration file to achieve this: ```yaml title="/srv/containers/traefik/config/dynamic/mail.bunny-lab.io.yml" +http: + routers: + mailcow-server: + entryPoints: + - websecure + tls: + certResolver: letsencrypt + service: mailcow-http + rule: Host(`mail.bunny-lab.io`) + services: + mailcow-http: + loadBalancer: + servers: + - url: http://192.168.3.61:80 + passHostHeader: true + tcp: routers: mailcow-smtp: