-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Describe the bug
Hej @madmath03 :)
Thanks for this project, i am really looking forward to get it working 👍
For my own domain voxellum.com i try to get the auto discovery working. So far only 1 out of 3 used clients work, which is Thunderbird. Outlook and Apple iOS's Mail does not autodetect the correct settings. Maybe the Apple client only works with the mobile config file which i can download, but i am not sure on that.
On Thunderbird it looks like that after the automatic discovery:
I tried to use the Outlook autodiscovery test tool which shows in my opinion the correct configuration, but the account setup never asks for the password, which it normally asks for if autoconfig works. For me it shows me manual protocol / service selection. Even after selecting IMAP it requires the entire manual setup, as shown in the next 2 screenshots. If i fill it out my account data manually my account works.
So far i have no idea left and have double checked everything i could, but i think after spending half a day on debugging that i can not find a way to get things working.
My current DNS setup, which include some extra entries, but the important ones from your documentation are present.
;; A Records
autoconfig.voxellum.com. 1 IN A 116.202.134.15
autodiscover.voxellum.com. 1 IN A 116.202.134.15
mx.voxellum.com. 1 IN A 116.202.134.15
;; CNAME Records
imap.voxellum.com. 1 IN CNAME mx.voxellum.com.
mail.voxellum.com. 1 IN CNAME mx.voxellum.com.
pop3.voxellum.com. 1 IN CNAME mx.voxellum.com.
pop.voxellum.com. 1 IN CNAME mx.voxellum.com.
smtp.voxellum.com. 1 IN CNAME mx.voxellum.com.
;; MX Records
voxellum.com. 1 IN MX 1 mx.voxellum.com.
;; SRV Records
_autodiscover._tcp.voxellum.com. 1 IN SRV 0 0 443 autodiscover.voxellum.com.
_imaps._tcp.voxellum.com. 1 IN SRV 0 0 993 imap.voxellum.com.
_imap._tcp.voxellum.com. 1 IN SRV 0 1 143 imap.voxellum.com.
_ldap._tcp.voxellum.com. 1 IN SRV 0 0 389 ldap.voxellum.com.
_pop3s._tcp.voxellum.com. 1 IN SRV 0 1 995 pop3.voxellum.com.
_pop3._tcp.voxellum.com. 1 IN SRV 0 1 110 pop3.voxellum.com.
_smtps._tcp.voxellum.com. 1 IN SRV 0 1 587 smtp.voxellum.com.
_submission._tcp.voxellum.com. 1 IN SRV 0 0 587 smtp.voxellum.com.
The current autodiscover URL is located at https://autodiscover.voxellum.com/
The auto configuration test tool of Outlook shows the following content which is correct, but seems not to be what Outlook wants:
On the server-side is see that the autoconfiguration is send with a http status of 200. I double checked STARTTLS and SSL configurations and certificates with openssl and other tools to see if i maybe have a problem with the Lets Encrypt wildcard cert but everything was fine so far.
I would be very happy if you would have an idea what could be wrong in my setup or maybe you have another idea which could lead to success :-)



