Makefile: Include satellite rewrite rule in service-host configurations.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 2 May 2015 17:36:18 +0000 (18:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 2 May 2015 17:49:05 +0000 (18:49 +0100)
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

index d9fff5c..9ccbeee 100644 (file)
--- 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