From: Mark Wooding Date: Sat, 2 May 2015 17:36:18 +0000 (+0100) Subject: Makefile: Include satellite rewrite rule in service-host configurations. X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/commitdiff_plain/4fd7858a386ea98d6cc28d810ebfc32c43a2cb57 Makefile: Include satellite rewrite rule in service-host configurations. 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. --- 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