From a924b8b38b340419956fed1239c4f01588ce5b3c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 2 Apr 2015 01:00:47 +0100 Subject: [PATCH] Makefile: New configuration flavour for service-only mailservers. --- Makefile | 4 ++++ nosysdomain.m4 | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 nosysdomain.m4 diff --git a/Makefile b/Makefile index 3690b7e..d9fff5c 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,10 @@ MODES = MODES += satellite OPTIONS_satellite = satellite.m4 sat-rewrite.m4 +MODES += srv +HOOKS_srv = nosysdomain.m4 +OPTIONS_srv = exchange.m4 spam.m4 vhost.m4 + MODES += hub OPTIONS_hub = auth.m4 exchange.m4 local.m4 spam.m4 OPTIONS_hub += user-spam.m4 vhost.m4 diff --git a/nosysdomain.m4 b/nosysdomain.m4 new file mode 100644 index 0000000..c1e257d --- /dev/null +++ b/nosysdomain.m4 @@ -0,0 +1,5 @@ +### -*-m4-*- +### +### Don't provide service for the system domain. + +SETCONF(sysdomains, ) -- 2.11.0