comment out unexisting group 'Debian-exim' when exim is not installed

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-08-20 20:49:56 +02:00
parent c9e4819f3f
commit 30a25c0e8c
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -3894,7 +3894,7 @@ service auth {
unix_listener auth-client {
mode = 0660
user = mail
group = Debian-exim
# group = Debian-exim
}
# Auth process is run as this user.