mail.finallycoffee.eu: add autodiscovery using SRV records

This commit is contained in:
Johanna Dorothea Reichmann 2020-07-09 17:16:48 +02:00
parent 4c1d62eeef
commit f6277e1ca8
Signed by untrusted user who does not match committer: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -29,7 +29,22 @@ munich.finallycoffee.eu. IN AAAA 2a02:c207:3003:6854::1
amsterdam.finallycoffee.eu. IN A 185.185.40.86
amsterdam.finallycoffee.eu. IN AAAA 2a0b:7080:10::1:96cf
; Services
; Services (SRV first)
_caldav._tcp IN SRV 10 0 80 cloud.finallycoffee.eu.
_caldavs._tcp IN SRV 10 0 443 cloud.finallycoffee.eu.
_carddav._tcp IN SRV 10 0 80 cloud.finallycoffee.eu.
_carddavs._tcp IN SRV 10 0 443 cloud.finallycoffee.eu.
_submission._tcp IN SRV 10 0 587 mail.finallycoffee.eu.
_imap._tcp IN SRV 30 0 0 .
_imaps._tcp IN SRV 10 0 993 mail.finallycoffee.eu.
_pop3._tcp IN SRV 50 0 0 .
_pop3s._tcp IN SRV 40 0 995 mail.finallycoffee.eu.
_smtps._tcp IN SRV 10 0 465 mail.finallycoffee.eu.
_autodiscover._tcp IN SRV 10 0 443 mail.finallycoffee.eu.
; Mail (DKIM, DMARC)