From 370023e91470f7ea46a8d1c22c36b47c7dae7599 Mon Sep 17 00:00:00 2001 Message-Id: <370023e91470f7ea46a8d1c22c36b47c7dae7599.1719134310.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 30 Jun 2017 10:13:54 +0100 Subject: [PATCH] config.m4: Use correct VPN address for chiark. Organization: Straylight/Edgeware From: Mark Wooding --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index ada2909..8930c05 100644 --- a/config.m4 +++ b/config.m4 @@ -73,7 +73,7 @@ DEFCONF(user_suffix_list, +* : -*) DEFCONF(user_extaddr_fixup, ${sg {$local_part_suffix}{^[-+]}{}}) ## Other hosts allowed to relay mail through us. -DEFCONF(relay_clients, <; +trusted ; 172.29.80.8) +DEFCONF(relay_clients, <; +trusted ; 172.31.80.8) ## TLS-related settings. We're assuming GNUTLS here, rather than OpenSSL. ## For local connections we are very strict. For random clients, we try -- [mdw]