Es scheint soweit keine Probleme zu verursachen ... habe aber Fragen dazu:
- Ist es noch sinnvoll SRV records zu verwenden bzw. kann es bei dem MS Chaos mit deren unterschiedlichen Clients die Situation etwas verbessern?
- kommt sich dabei irgendetwas in die Quere wg. dem default autodiscover record via apache?
Beispiel PDNS Template:
Code: Select all
# default
autodiscover.[ZONE] A xxx.xxx.xxx.xxx 3600
autodiscover.[ZONE] AAAA xxxx:xxx:xxx:xxx::1 3600
# extra
_autodiscover._tcp.[ZONE] SRV 1 443 hostx.mydomain.tld 0 3600
_imap._tcp.[ZONE] SRV 1 143 hostx.mydomain.tld 0 3600
_imaps._tcp.[ZONE] SRV 1 993 hostx.mydomain.tld 0 3600
_pop3._tcp.[ZONE] SRV 1 110 hostx.mydomain.tld 0 3600
_pop3s._tcp.[ZONE] SRV 1 995 hostx.mydomain.tld 0 3600
_smtps._tcp.[ZONE] SRV 1 465 hostx.mydomain.tld 0 3600
_submission._tcp.[ZONE] SRV 1 587 hostx.mydomain.tld 0 3600
_submissions._tcp.[ZONE] SRV 1 465 hostx.mydomain.tld 0 3600