This was working for a long time, but today it just stopped I don’t know why.
https://www.whatsmydns.net/#SRV/bftempreendimentos.com.br tells me my SRV is not being propagated anywhere, at least that is what my host provider is saying it the problem.
Is it normal to not see SRV being propagated?
I have outlook using it to autoconfigure itself, and it was working until this morning. I can still login if I use my webmail but local outlook just cannot because of this.
sandro
May 24, 2020, 3:43pm
#3
Thats not an SRV record but a regular A record for your naked domain.
Same goes for “autodiscover”. In this case most likely because you proxied it. If you want a CNAME you have to unproxy.
sandro
May 24, 2020, 6:26pm
#5
Resolves just fine
nslookup -type=srv _autodiscover._tcp.bftempreendimentos.com.br seamus.ns.cloudflare.com
Server: seamus.ns.cloudflare.com
Address: 162.159.44.184
_autodiscover._tcp.bftempreendimentos.com.br SRV service location:
priority = 0
weight = 0
port = 443
svr hostname = mail.exchangecorp.com.br
1 Like
sandro
May 24, 2020, 6:34pm
#6
You might want to read up on SRV records
A Service record (SRV record) is a specification of data in the Domain Name System defining the location, i.e., the hostname and port number, of servers for specified services. It is defined in RFC 2782, and its type code is 33. Some Internet protocols such as the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP) often require SRV support by network elements.
A SRV record has the form:
An example SRV record in textual form that might be found in a zone ...
system
closed
June 23, 2020, 6:34pm
#7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.