mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
2.6 KiB

  1. --- Local/EDITME Mon Mar 11 03:03:16 2002
  2. +++ Local/Makefile Mon Mar 11 03:08:46 2002
  3. @@ -98,7 +98,7 @@
  4. # /usr/local/sbin. The installation script will try to create this directory,
  5. # and any superior directories, if they do not exist.
  6. -BIN_DIRECTORY=/usr/exim/bin
  7. +BIN_DIRECTORY=/usr/bin
  8. #------------------------------------------------------------------------------
  9. @@ -113,7 +113,7 @@
  10. # directories if they don't exist. It will also install a default run time
  11. # configuration if this file does not exist.
  12. -CONFIGURE_FILE=/usr/exim/configure
  13. +CONFIGURE_FILE=/etc/exim/configure
  14. #------------------------------------------------------------------------------
  15. @@ -126,14 +126,14 @@
  16. # owner of a local mailbox.) Specifying these values as root is very strongly
  17. # discouraged. These values are compiled into the binary.
  18. -EXIM_USER=
  19. +EXIM_USER=10
  20. # If the setting of EXIM_USER is numeric (e.g. EXIM_USER=42), there must
  21. # also be a setting of EXIM_GROUP. If, on the other hand, you use a name
  22. # for EXIM_USER (e.g. EXIM_USER=exim), you don't need to set EXIM_GROUP unless
  23. # you want to use a group other than the default group for the given user.
  24. -# EXIM_GROUP=
  25. +EXIM_GROUP=10
  26. # Many sites define a user called "exim", with an appropriate default group,
  27. # and use
  28. @@ -281,7 +281,7 @@
  29. # files are defaulted in the OS/Makefile-Default file, but can be overridden in
  30. # local OS-specific make files.
  31. -EXIM_MONITOR=eximon.bin
  32. +# EXIM_MONITOR=eximon.bin
  33. @@ -302,7 +302,7 @@
  34. # included in the Exim binary. You will then need to set up the run time
  35. # configuration to make use of the mechanism(s) selected.
  36. -# AUTH_CRAM_MD5=yes
  37. +AUTH_CRAM_MD5=yes
  38. # AUTH_PLAINTEXT=yes
  39. # AUTH_SPA=yes
  40. @@ -371,7 +371,7 @@
  41. # %s. This will be replaced by one of the strings "main", "panic", or "reject"
  42. # to form the final file names. Some installations may want something like this:
  43. -# LOG_FILE_PATH=/var/log/exim_%slog
  44. +# LOG_FILE_PATH=/var/exim/log/exim_%slog
  45. # which results in files with names /var/log/exim_mainlog, etc. The directory
  46. # in which the log files are placed must exist; Exim does not try to create
  47. @@ -405,7 +405,7 @@
  48. # files. Both the name of the command and the suffix that it adds to files
  49. # need to be defined here. See also the EXICYCLOG_MAX configuration.
  50. -COMPRESS_COMMAND=/usr/bin/gzip
  51. +COMPRESS_COMMAND=/bin/gzip
  52. COMPRESS_SUFFIX=gz
  53. @@ -413,7 +413,7 @@
  54. # If the exigrep utility is fed compressed log files, it tries to uncompress
  55. # them using this command.
  56. -ZCAT_COMMAND=/usr/bin/zcat
  57. +ZCAT_COMMAND=/bin/zcat
  58. #------------------------------------------------------------------------------