Page 1 of 1

MS Chaos - zusätzliche SRV records noch empfehlenswert?

Posted: Sun 2. Feb 2025, 17:08
by Ralph
Ich habe mal zum testen SRV records zusätzlich zu dem autodiscover record hinzugefügt ...
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