Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/244115

Change subject: add template for 'mailonly' domains
......................................................................

add template for 'mailonly' domains

Adds a template like 'parking' but with
the addition of setting MX records for domains
only used for mail purposed but not https.

Change-Id: Id3d425249a5739902857fa299122bc9988e4e630
---
A templates/mailonly
1 file changed, 23 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/dns 
refs/changes/15/244115/1

diff --git a/templates/mailonly b/templates/mailonly
new file mode 100644
index 0000000..5ef588a
--- /dev/null
+++ b/templates/mailonly
@@ -0,0 +1,23 @@
+; vim: set expandtab:smarttab
+$TTL 3600
+$ORIGIN {{ zonename }}.
+@           1D  IN SOA  ns0.wikimedia.org.  hostmaster.wikimedia.org.   (
+                    {{ serial }}    ; serial
+                    12H     ; refresh
+                    2H      ; retry
+                    2W      ; expiry
+                    1H      ; negative cache TTL
+                    )
+
+; Name servers
+
+            1D  IN NS   ns0.wikimedia.org.
+            1D  IN NS   ns1.wikimedia.org.
+            1D  IN NS   ns2.wikimedia.org.
+
+
+; Mail exchangers
+
+            1H  IN MX   10  mx1001.wikimedia.org.
+            1H  IN MX   50  mx2001.wikimedia.org.
+

-- 
To view, visit https://gerrit.wikimedia.org/r/244115
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3d425249a5739902857fa299122bc9988e4e630
Gerrit-PatchSet: 1
Gerrit-Project: operations/dns
Gerrit-Branch: master
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to