]> git.openstreetmap.org Git - chef.git/commitdiff
Issue SMTP certificate for all domains we handle
authorTom Hughes <tom@compton.nu>
Tue, 28 Jan 2020 18:35:20 +0000 (18:35 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 28 Jan 2020 18:42:50 +0000 (18:42 +0000)
roles/mail.rb

index 8df80ee50a0b38b086fd63d206751a6faff812c9..516c2b89e5184bc1e3acb712edeba73ea050b138 100644 (file)
@@ -18,7 +18,13 @@ default_attributes(
     :daemon_smtp_ports => [25, 26],
     :certificate_names => [
       "mail.openstreetmap.org",
-      "a.mx.openstreetmap.org"
+      "a.mx.openstreetmap.org",
+      "a.mx.osm.org",
+      "a.mx.openstreetmap.com",
+      "a.mx.openstreetmap.io",
+      "a.mx.openstreetmap.pro",
+      "a.mx.openstreetmaps.org",
+      "a.mx.osm.io"
     ],
     :smarthost_name => "mail.openstreetmap.org",
     :smarthost_via => false,