From b1d083dd44e29fb51a158787a4b298d9c90bfbd7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 3 Feb 2014 15:31:08 +0000 Subject: [PATCH] config.m4, base.m4: Make the `admin_groups' setting a config knob. It wants to be overridden in testing. --- base.m4 | 2 +- config.m4 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/base.m4 b/base.m4 index 3b3d82f..9182a7c 100644 --- a/base.m4 +++ b/base.m4 @@ -25,7 +25,7 @@ ### Global settings. SECTION(global, priv)m4_dnl -admin_groups = root : adm +admin_groups = CONF_admin_groups prod_requires_admin = false SECTION(global, logging)m4_dnl diff --git a/config.m4 b/config.m4 index e9b1e35..94d3360 100644 --- a/config.m4 +++ b/config.m4 @@ -30,6 +30,9 @@ DEFCONF(smarthost, mail.distorted.org.uk) ## The user who runs verification filters. DEFCONF(filter_user, Debian-exim) +## Administrative groups. +DEFCONF(admin_groups, root : adm) + ## Where the spam filter is. DEFCONF(spamd_address, 172.29.199.179) DEFCONF(spamd_port, 783) -- 2.11.0