From 95035afe3800a36c1d13f90af795eab971584d58 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 20 Aug 2015 20:49:56 +0200 Subject: [PATCH] comment out unexisting group 'Debian-exim' when exim is not installed Signed-off-by: Michael Kaufmann (d00p) --- lib/configfiles/jessie.xml | 2 +- lib/configfiles/wheezy.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configfiles/jessie.xml b/lib/configfiles/jessie.xml index 035583ae..cdd84ddf 100644 --- a/lib/configfiles/jessie.xml +++ b/lib/configfiles/jessie.xml @@ -2779,7 +2779,7 @@ service auth { unix_listener auth-client { mode = 0660 user = mail - group = Debian-exim + # group = Debian-exim } # Auth process is run as this user. diff --git a/lib/configfiles/wheezy.xml b/lib/configfiles/wheezy.xml index 05bd9ea4..10e4daba 100644 --- a/lib/configfiles/wheezy.xml +++ b/lib/configfiles/wheezy.xml @@ -3904,7 +3904,7 @@ service auth { unix_listener auth-client { mode = 0660 user = mail - group = Debian-exim + # group = Debian-exim } # Auth process is run as this user.