mailcow / mailcow-dockerized-docs

mailcow: dockerized - documentation 📰
https://docs.mailcow.email
85 stars 215 forks source link

caldav and carddav srv records #57

Closed jhesketh closed 6 years ago

jhesketh commented 6 years ago

For easier DAV configuration we could suggest to set up SRV records. eg:

_carddavs._tcp IN SRV 10 1 443 mail.example.com. _carddavs._tcp IN TXT "path=/SOGo/dav/" _caldavs._tcp IN SRV 10 1 443 mail.example.com. _caldavs._tcp IN TXT "path=/SOGo/dav/"

Braintelligence commented 3 years ago

@mkuron I hit this today when trying to follow my own PR here: https://github.com/mailcow/mailcow-dockerized-docs/pull/232

This worked flawlessly without these DNS entries before, but for some reason I had issues connecting today (with errors pointing out these missing records based on some RFC) and it stopped only after I added these entries. Maybe it was only a temporary hiccup tho...

Should we add them to the docs?