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: