mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 14:24:37 +03:00
when suggesting DNS records, leave "IN" out
people will either paste the records in their zone file. in that case, the records will inherit "IN" from earlier records, and there will always be one record. if anyone uses a different class, their smart enough to know they need to add IN manually. plenty of people will add their records through some clunky web interface of their dns operator. they probably won't even have the choice to set the class, it'll always be IN.
This commit is contained in:
@ -133,7 +133,7 @@ func autoconfHandle(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
// Autodiscover from Microsoft, also used by Thunderbird.
|
||||
// User should create a DNS record: _autodiscover._tcp.<domain> IN SRV 0 0 443 <hostname or autodiscover.<domain>>
|
||||
// User should create a DNS record: _autodiscover._tcp.<domain> SRV 0 0 443 <hostname>
|
||||
//
|
||||
// In practice, autodiscover does not seem to work wit microsoft clients. A
|
||||
// connectivity test tool for outlook is available on
|
||||
|
Reference in New Issue
Block a user