Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
691e5b96e4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/rene/exim/exim.conf

+ 2
- 2
package/rene/exim/exim.conf

@ -32,8 +32,8 @@ exim_pc() {
cat >> Local/Makefile << EOT cat >> Local/Makefile << EOT
BIN_DIRECTORY=$bindir BIN_DIRECTORY=$bindir
CONFIGURE_FILE=$sysconfdir/configure CONFIGURE_FILE=$sysconfdir/configure
EXIM_USER=10
EXIM_GROUP=10
EXIM_USER=30
EXIM_GROUP=30
AUTH_CRAM_MD5=yes AUTH_CRAM_MD5=yes
COMPRESS_COMMAND=/bin/gzip COMPRESS_COMMAND=/bin/gzip
ZCAT_COMMAND=/bin/zcat ZCAT_COMMAND=/bin/zcat

Loading…
Cancel
Save