Skip to content

ClientSettingsDomain ignored in RFC6186 SRV records #366

@allddd

Description

@allddd

After configuring the example.com domain, admin/#domains/example.com/dnsrecords recommends the following RFC6186 DNS records, among others:

; For secure IMAP and submission autoconfig, point to mail host.
_imaps._tcp.example.com.        SRV 0 1 993 mx.example.com.
_submissions._tcp.example.com.  SRV 0 1 465 mx.example.com.

Since I've configured mail.example.com as the ClientSettingsDomain, shouldn't the record point to that instead of mx.example.com? E.g.:

; For secure IMAP and submission autoconfig, point to mail host.
_imaps._tcp.example.com.        SRV 0 1 993 mail.example.com.
_submissions._tcp.example.com.  SRV 0 1 465 mail.example.com.

I’ve tested autoconfig and autodiscover with curl, and they correctly return mail.example.com.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions