MopeyGecko
Verified User
- Joined
- Apr 6, 2022
- Messages
- 42
I'm trying to set up autodiscover for emails and have almost everything working except adding the SRV record to new domains.
I have created a dns_srv.conf file in /usr/local/directadmin/data/templates/custom with the contents...
But when I create a new domain the record isn't added.
I have also tried editing the parent dns_srv.conf file in /usr/local/directadmin/data/templates/ and that doesn't work either.
Interestingly if I edit the spf record in /usr/local/directadmin/data/templates/dns_txt.conf this *does* work.
Can anybody help?
Thanks!
I have created a dns_srv.conf file in /usr/local/directadmin/data/templates/custom with the contents...
Code:
_autodiscover._tcp.|DOMAIN|. 3600 IN SRV 0 0 443 autodiscover.server.uk.
But when I create a new domain the record isn't added.
I have also tried editing the parent dns_srv.conf file in /usr/local/directadmin/data/templates/ and that doesn't work either.
Interestingly if I edit the spf record in /usr/local/directadmin/data/templates/dns_txt.conf this *does* work.
Can anybody help?
Thanks!