From f240b6bb658d2226dd172a2b802490e3085dba54 Mon Sep 17 00:00:00 2001 From: Michael Kuron Date: Fri, 23 Jun 2017 09:21:25 +0200 Subject: [PATCH] DNS changes --- docs/prerequesite-dns.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/prerequesite-dns.md b/docs/prerequesite-dns.md index ebaf53114..15a6b376e 100644 --- a/docs/prerequesite-dns.md +++ b/docs/prerequesite-dns.md @@ -20,8 +20,8 @@ This example shows you a set of records for one domain managed by mailcow. Each ``` # Name Type Value mail IN A 1.2.3.4 -autodiscover IN A 1.2.3.4 -autoconfig IN A 1.2.3.4 +autodiscover IN CNAME mail +autoconfig IN CNAME mail @ IN MX 10 mail ``` @@ -56,6 +56,7 @@ _imaps._tcp IN SRV 0 1 993 mail.example.org. _pop3._tcp IN SRV 0 1 110 mail.example.org. _pop3s._tcp IN SRV 0 1 995 mail.example.org. _submission._tcp IN SRV 0 1 587 mail.example.org. +_smtps._tcp IN SRV 0 1 465 mail.example.org. _autoconfig._tcp IN SRV 0 1 443 autoconfig.example.org. _autodiscover._tcp IN SRV 0 1 443 autodiscover.example.org. ```