Merge branch 'master' of ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet
authorStephen Gran <steve@lobefin.net>
Mon, 28 Feb 2011 20:21:06 +0000 (20:21 +0000)
committerStephen Gran <steve@lobefin.net>
Mon, 28 Feb 2011 20:21:06 +0000 (20:21 +0000)
modules/exim/templates/eximconf.erb
modules/named/files/common/named.conf.debian-zones
modules/portforwarder/misc/config.yaml

index aab693d..428e356 100644 (file)
@@ -629,12 +629,6 @@ check_recipient:
   warn    condition     = ${if eq{$acl_m_prf}{localonly}}
           set acl_m_lrc = ${if eq{$acl_m_lrc}{}{$local_part@$domain}{$acl_m_lrc, $local_part@$domain}}
 
-<%- if 0 == 1 -%>
-  deny    message  = address $sender_host_address is listed in $dnslist_domain; $dnslist_text
-         hosts    = !+debianhosts
-          dnslists = rbl.debian.net : rbl.debian.net/$sender_address_domain
-
-<%- end -%>
 <%- if nodeinfo['packagesmaster'] -%>
   warn    condition      = ${if eq {$acl_m_prf}{PackagesMail}}
           condition      = ${if eq {$sender_address}{$local_part@$domain}}
index a3a3977..e377d10 100644 (file)
@@ -47,20 +47,6 @@ zone "mirror.debian.net" {
        allow-transfer { };
 };
 
-zone "rbl.debian.net" {
-       type slave;
-       notify no;
-       file "db.rbl.debian.net";
-       masters {
-               194.177.211.209; // orff
-               2001:648:2ffc:deb:213:72ff:fe69:e188; // orff
-               82.195.75.106; // draghi (backup master - requires manual reconfiguration on draghi)
-               2001:41b8:202:deb:216:36ff:fe40:3906; // draghi (see above
-       };
-       allow-query { any; };
-       allow-transfer { };
-};
-
 zone "debian.com" {
        type slave;
        notify no;
index 4449f37..05503f5 100644 (file)
@@ -46,3 +46,8 @@ stabile.debian.org:
   - source_bind_port: 15433
     target_host: sibelius.debian.org
     target_port: 5433
+
+franck.debian.org:
+  - source_bind_port: 5443
+    target_host: grieg.debian.org
+    target_port: 5433