Hi All,
I’ve been homelabbing for years and have quite an extensive amount of services running behind an existing standalone Traefik Proxy.
I’ve now recently installed mailcow and have been seriously impressed with what its capable of doing so far. My main gripe at this stage however is that dispite me having configured it through my existing traefik proxy I can’t get autodiscover to work correctly.
Has anyone here ran a configuration like this that could give me a few pointers on where I’m going wrong.
Thanks in advance.
Got it figured out. It was my own config issue in my Dynamic Traefik config. Traefik v2 supports Logical operators in host rules now so I just needed to add my mail, autodiscover and autoconfig as a single rule and its all working perfectly now.
Just incase anyone comes across this post here is the rule I needed to use in my config :
rule: “Host(mail.domain.com
) Host(autodiscover.domain.com
) Host(autoconfig.domain.com
)”
Got it figured out. It was my own config issue in my Dynamic Traefik config. Traefik v2 supports Logical operators in host rules now so I just needed to add my mail, autodiscover and autoconfig as a single rule and its all working perfectly now.
Just incase anyone comes across this post here is the rule I needed to use in my config :
rule: “Host(mail.domain.com
) Host(autodiscover.domain.com
) Host(autoconfig.domain.com
)”
Got it figured out. It was my own config issue in my Dynamic Traefik config. Traefik v2 supports Logical operators in host rules now so I just needed to add my mail, autodiscover and autoconfig as a single rule and its all working perfectly now.
Just incase anyone comes across this post here is the rule I needed to use in my config :
rule: “Host(mail.domain.extension
) Host(autodiscover.domain.extension
) Host(autoconfig.domain.extension
)”
Got it figured out. It was my own config issue in my Dynamic Traefik config. Traefik v2 supports Logical operators in host rules now so I just needed to add my mail, autodiscover and autoconfig as a single rule and its all working perfectly now.