From e8fc783503225c457353b9056477a0c0ed344955 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 29 Jan 2015 16:52:17 +0000 Subject: [PATCH] base.m4, config.m4: Define `trusted_users'. --- base.m4 | 1 + config.m4 | 1 + 2 files changed, 2 insertions(+) diff --git a/base.m4 b/base.m4 index 807c57a..5f3461e 100644 --- a/base.m4 +++ b/base.m4 @@ -26,6 +26,7 @@ SECTION(global, priv)m4_dnl admin_groups = CONF_admin_groups +trusted_groups = CONF_trusted_groups prod_requires_admin = false SECTION(global, logging)m4_dnl diff --git a/config.m4 b/config.m4 index c4931fe..d64ba68 100644 --- a/config.m4 +++ b/config.m4 @@ -32,6 +32,7 @@ DEFCONF(filter_user, Debian-exim) ## Administrative groups. DEFCONF(admin_groups, root : adm) +DEFCONF(trusted_groups, root : adm) ## Where the spam filter is. DEFCONF(spamd_address, 172.29.199.179) -- 2.11.0