Hello,
I would like to configure MailCow to host associations that want an email system.
My server is behind an Nginx reverse proxy.
Currently, my server is configured with the following FQDN:
mail.domain.tld
Everything works fine here,
but one association owns the domain asso.com.
Its DNS records are:
autodiscover.asso.com | cname | mail.domain.tld
asso.com | MX | mail.domain.tld
_autodiscover._tcp.asso.com | SRV | 10 10 443 mail.domain.tld
This does not work for the autoconfig part.
Looking at the logs, I get the impression that Thunderbird is not even trying to contact https://autoconfig.asso.com/mail/config-v1.1.xml
In any case, the certificate is invalid (which makes sense, since I don’t control the client’s domain, so I don’t know how to do it).
It works with HTTP, but I think Thunderbird isn’t trying HTTP for security reasons.
Does anyone have any ideas?
thx