eximconf: reject bounces to "neversender" addresses
[mirror/dsa-puppet.git] / modules / roles / manifests / packages.pp
index 26022c3..341e378 100644 (file)
@@ -1,4 +1,13 @@
 class roles::packages {
-  include apache2
+  class { 'apache2':
+    rate_limit => true,
+  }
+
   ssl::service { 'packages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
+
+  # Note that there is also role specific config in exim4.conf
+  exim::vdomain { 'packages.debian.org':
+    owner => 'pkg_user',
+    group => 'pkg_maint',
+  }
 }