]> git.openstreetmap.org Git - chef.git/commitdiff
Make fafnir route mail for openstreetmap.org to shenron for now
authorTom Hughes <tom@compton.nu>
Sun, 25 Sep 2022 09:01:03 +0000 (10:01 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 25 Sep 2022 09:01:03 +0000 (10:01 +0100)
roles/fafnir.rb

index 55eb018a19018c30a38dfd113b501f86c15543d7..6a77bf6e140f7ea166d9a24ca0c39a7a42ffb856 100644 (file)
@@ -9,6 +9,15 @@ default_attributes(
     :first_address => "10.0.79.1",
     :last_address => "10.0.79.254"
   },
+  :exim => {
+    :routes => {
+      :openstreetmap => {
+        :comment => "openstreetmap.org",
+        :domains => ["openstreetmap.org"],
+        :host => ["shenron.openstreetmap.org"]
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {