chiark / gitweb /
base.m4 (DKIM_SIGN_P): Check that the sending domain is actually listed.
[exim-config] / lists.m4
index 88ae8c8f9f3ca488a7f0a9e66dd151b8280e0034..70623e6a96572478697042f526bdd4ad21c95848 100644 (file)
--- a/lists.m4
+++ b/lists.m4
@@ -27,21 +27,17 @@ hostlist localnet = <; \
        127.0.0.0/8 ; ::1
 hostlist thishost = <; \
         +localnet ; @[]
-hostlist foreign = <; \
-       212.13.198.76 ; 2001:ba8:0:1d9::1:1
+hostlist foreign = <;
 hostlist border = <; \
        ! +foreign ; \
-       62.49.204.144/28 ; 2001:470:1f09:1b98::/64 ; \
-       81.2.113.195 ; 81.187.238.128/28 ; \
-       212.13.198.64/28 ; 2001:ba8:0:1d9::/64
+       81.2.113.195 ; 81.187.238.128/28 ; 217.169.12.64/28 ; \
+       2001:8b0:c92:fff::/64
 hostlist trusted = <; \
        +localnet ; +border ; \
-       172.29.199.0/24 ; 2001:8b0:c92::/49 ; \
-       2001:ba8:1d9::/49 ; 2001:470:9740::/49
+       172.29.199.0/24 ; 2001:8b0:c92::/49
 hostlist allnets = <; \
        +localnet ; +border ; \
-       172.29.198.0/23 ; 2001:8b0:c92::/48 ; \
-       2001:ba8:1d9::/48 ; 2001:470:9740::/48
+       172.29.198.0/23 ; 2001:8b0:c92::/48
 
 ## Addresses which are likely to be bogus.  These are zero, loopback,
 ## multicast, broadcast (IPv4), and blocks reserved for documentation.