From 691e5b96e48130f5f2ee0aa8e2f2d11b2a9bb025 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 4 Dec 2003 22:04:12 +0000 Subject: [PATCH] fix the exim user and group in the config file git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1910 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/rene/exim/exim.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/rene/exim/exim.conf b/package/rene/exim/exim.conf index 4394abab9..5f890a010 100644 --- a/package/rene/exim/exim.conf +++ b/package/rene/exim/exim.conf @@ -32,8 +32,8 @@ exim_pc() { cat >> Local/Makefile << EOT BIN_DIRECTORY=$bindir CONFIGURE_FILE=$sysconfdir/configure -EXIM_USER=10 -EXIM_GROUP=10 +EXIM_USER=30 +EXIM_GROUP=30 AUTH_CRAM_MD5=yes COMPRESS_COMMAND=/bin/gzip ZCAT_COMMAND=/bin/zcat