From 0217028874de09a812425b924755dff62ad811a5 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 19 Jun 2023 10:39:35 -0700 Subject: [PATCH] add common mail subdomains --- bin/pdns.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/pdns.sh b/bin/pdns.sh index 499fdb6..37e876c 100755 --- a/bin/pdns.sh +++ b/bin/pdns.sh @@ -63,6 +63,9 @@ readonly zone_defaults_pri='0' "@|NS|ns3.$dns_domain" "@|TXT|v=spf1 a mx -all" "mail.@|A|$default_ip" + "imap.@|CNAME|mail.@" + "smtp.@|CNAME|mail.@" + "pop.@|CNAME|mail.@" "www.@|CNAME|@") # functions