From 4fd7858a386ea98d6cc28d810ebfc32c43a2cb57 Mon Sep 17 00:00:00 2001 Message-Id: <4fd7858a386ea98d6cc28d810ebfc32c43a2cb57.1714545484.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 2 May 2015 18:36:18 +0100 Subject: [PATCH] Makefile: Include satellite rewrite rule in service-host configurations. Organization: Straylight/Edgeware From: Mark Wooding Locally-directed mail will need to go to the main hub, and we'll have to trim off the local hostname to make that happen. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9fff5c..9ccbeee 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ OPTIONS_satellite = satellite.m4 sat-rewrite.m4 MODES += srv HOOKS_srv = nosysdomain.m4 -OPTIONS_srv = exchange.m4 spam.m4 vhost.m4 +OPTIONS_srv = exchange.m4 spam.m4 vhost.m4 sat-rewrite.m4 MODES += hub OPTIONS_hub = auth.m4 exchange.m4 local.m4 spam.m4 -- [mdw]