exim: build submission domain list dynamically
[mirror/dsa-puppet.git] / modules / roles / manifests / bugs_master.pp
index ba478bd..c366d0c 100644 (file)
@@ -9,4 +9,11 @@ class roles::bugs_master {
     owner => 'debbugs',
     group => 'debbugs',
   }
+
+  # The bugs service accepts bug reports on the submission port
+  exim::submissiondomain { 'bugs.debian.org': }
+  ferm::rule::simple { 'bugs-submission':
+    description => 'Allow submission access from the world',
+    port        => 'submission',
+  }
 }