]> git.pld-linux.org Git - packages/exim-lite.git/blobdiff - exim4-EDITME.patch
- update for 4.50
[packages/exim-lite.git] / exim4-EDITME.patch
index d734339f021381b4fbac59dbe22bb749ba89b437..c2652be61d695747cd48da754f757fd57bd2cc04 100644 (file)
@@ -1,6 +1,7 @@
---- exim-4.11/src/EDITME.orig  Mon Dec  9 11:42:50 2002
-+++ exim-4.11/src/EDITME       Wed Dec 11 15:02:06 2002
-@@ -98,7 +98,7 @@
+diff -urN exim-4.50.org/src/EDITME exim-4.50/src/EDITME
+--- exim-4.50.org/src/EDITME   2005-02-17 15:49:11.000000000 +0100
++++ exim-4.50/src/EDITME       2005-02-19 02:44:57.133818056 +0100
+@@ -100,7 +100,7 @@
  # /usr/local/sbin. The installation script will try to create this directory,
  # and any superior directories, if they do not exist.
  
  
  
  #------------------------------------------------------------------------------
-@@ -113,7 +113,7 @@
- # directories if they don't exist. It will also install a default runtime
- # configuration if this file does not exist.
+@@ -116,7 +116,7 @@
+ # don't exist. It will also install a default runtime configuration if this
+ # file does not exist.
  
 -CONFIGURE_FILE=/usr/exim/configure
 +CONFIGURE_FILE=/etc/mail/exim.conf
  
  # It is possible to specify a colon-separated list of files for CONFIGURE_FILE.
  # In this case, Exim will use the first of them that exists when it is run.
-@@ -131,7 +131,8 @@
+@@ -134,7 +134,8 @@
  # owner of a local mailbox.) Specifying these values as root is very strongly
- # discouraged. These values are compiled into the binary.
+ # discouraged.
  
 -EXIM_USER=
 +EXIM_UID=79
 +EXIM_GID=79
  
- # If the setting of EXIM_USER is numeric (e.g. EXIM_USER=42), there must
- # also be a setting of EXIM_GROUP. If, on the other hand, you use a name
-@@ -212,7 +213,7 @@
+ # If you specify EXIM_USER as a name, this is looked up at build time, and the
+ # uid number is built into the binary. However, you can specify that this
+@@ -208,7 +209,7 @@
+ # This one is very special-purpose, so is not included by default.
+-# ROUTER_IPLOOKUP=yes
++ROUTER_IPLOOKUP=yes
+ #------------------------------------------------------------------------------
+@@ -229,7 +230,7 @@
  # This one is special-purpose, and commonly not required, so it is not
  # included by default.
  
@@ -37,7 +47,7 @@
  
  
  #------------------------------------------------------------------------------
-@@ -221,9 +222,9 @@
+@@ -238,9 +239,9 @@
  # MBX, is included only when requested. If you do not know what this is about,
  # leave these settings commented out.
  
  
  
  #------------------------------------------------------------------------------
-@@ -238,7 +239,7 @@
+@@ -255,16 +256,16 @@
  LOOKUP_DBM=yes
  LOOKUP_LSEARCH=yes
  
 -# LOOKUP_CDB=yes
+-# LOOKUP_DNSDB=yes
+-# LOOKUP_DSEARCH=yes
 +LOOKUP_CDB=yes
- # LOOKUP_DNSDB=yes
- # LOOKUP_DSEARCH=yes
++LOOKUP_DNSDB=yes
++LOOKUP_DSEARCH=yes
+ # LOOKUP_IBASE=yes
  # LOOKUP_LDAP=yes
-@@ -309,8 +310,8 @@
+ # LOOKUP_MYSQL=yes
+ # LOOKUP_NIS=yes
+ # LOOKUP_NISPLUS=yes
+ # LOOKUP_ORACLE=yes
+-# LOOKUP_PASSWD=yes
++LOOKUP_PASSWD=yes
+ # LOOKUP_PGSQL=yes
+ # LOOKUP_WHOSON=yes
+@@ -321,14 +322,14 @@
+ # and the MIME ACL. Please read the documentation to learn more about these
+ # features.
+-# WITH_CONTENT_SCAN=yes
++WITH_CONTENT_SCAN=yes
+ # If you want to use the deprecated "demime" condition in the DATA ACL,
+ # uncomment the line below. Doing so will also explicitly turn on the
+ # WITH_CONTENT_SCAN option. If possible, use the MIME ACL instead of
+ # the "demime" condition.
+-# WITH_OLD_DEMIME=yes
++WITH_OLD_DEMIME=yes
+ #------------------------------------------------------------------------------
+ # Compiling Exim with experimental features. These are documented in
+@@ -464,10 +465,10 @@
  # included in the Exim binary. You will then need to set up the run time
  # configuration to make use of the mechanism(s) selected.
  
 -# AUTH_CRAM_MD5=yes
--# AUTH_PLAINTEXT=yes
 +AUTH_CRAM_MD5=yes
+ # AUTH_CYRUS_SASL=yes
+-# AUTH_PLAINTEXT=yes
+-# AUTH_SPA=yes
 +AUTH_PLAINTEXT=yes
- # AUTH_SPA=yes
++AUTH_SPA=yes
  
  
-@@ -323,10 +324,10 @@
+ #------------------------------------------------------------------------------
+@@ -553,10 +554,10 @@
  # leave these settings commented out.
  
  # This setting is required for any TLS support (either OpenSSL or GnuTLS)
  
  # Uncomment these settings if you are using GnuTLS
  # USE_GNUTLS=yes
-@@ -377,7 +378,7 @@
+@@ -607,7 +608,7 @@
  # Once you have done this, "make install" will build the info files and
  # install them in the directory you have defined.
  
  
  
  #------------------------------------------------------------------------------
-@@ -390,7 +391,7 @@
+@@ -620,7 +621,7 @@
  # %s. This will be replaced by one of the strings "main", "panic", or "reject"
  # to form the final file names. Some installations may want something like this:
  
  
  # which results in files with names /var/log/exim_mainlog, etc. The directory
  # in which the log files are placed must exist; Exim does not try to create
-@@ -424,7 +425,7 @@
+@@ -669,7 +670,7 @@
  # files. Both the name of the command and the suffix that it adds to files
  # need to be defined here. See also the EXICYCLOG_MAX configuration.
  
  COMPRESS_SUFFIX=gz
  
  
-@@ -432,7 +433,7 @@
+@@ -677,7 +678,7 @@
  # If the exigrep utility is fed compressed log files, it tries to uncompress
  # them using this command.
  
  
  
  #------------------------------------------------------------------------------
-@@ -441,7 +442,7 @@
+@@ -686,7 +687,7 @@
  # (version 5.004 or later) installed, set EXIM_PERL to perl.o. Using embedded
  # Perl costs quite a lot of resources. Only do this if you really need it.
  
  
  
  #------------------------------------------------------------------------------
-@@ -451,11 +452,12 @@
+@@ -696,11 +697,12 @@
  # support, which is intended for use in conjunction with the SMTP AUTH
  # facilities, is included only when requested by the following setting:
  
  
  #------------------------------------------------------------------------------
  # Support for authentication via Radius is also available. The Exim support,
-@@ -577,7 +579,7 @@
+@@ -740,7 +742,7 @@
+ # /var/pwcheck) and chown it to exim's user and group. Once you have installed
+ # pwcheck, you should arrange for it to be started by root at boot time.
+-# CYRUS_PWCHECK_SOCKET=/var/pwcheck/pwcheck
++CYRUS_PWCHECK_SOCKET=/var/lib/sasl/mux
+ #------------------------------------------------------------------------------
+@@ -757,7 +759,7 @@
+ # group. Once you have installed saslauthd, you should arrange for it to be
+ # started by root at boot time.
+-# CYRUS_SASLAUTHD_SOCKET=/var/state/saslauthd/mux
++CYRUS_SASLAUTHD_SOCKET=/var/lib/sasl2/mux
+ #------------------------------------------------------------------------------
+@@ -817,7 +819,7 @@
+ # is "yes", as well as supporting line editing, a history of input lines in the
+ # current run is maintained.
+-# USE_READLINE=yes
++USE_READLINE=yes
+ # You may need to add -ldl to EXTRA_LIBS when you set USE_READLINE=yes.
+ # Note that this option adds to the size of the Exim binary, because the
+@@ -892,7 +894,7 @@
  # period (for example, /usr/exim/configure.host.in.some.domain). If this file
  # does not exist, then the bare configuration file name is tried.
  
  
  
  #------------------------------------------------------------------------------
-@@ -726,7 +728,7 @@
- # (process id) to a file so that it can easily be identified. The path of the
- # file can be specified here. Some installations may want something like this:
--# PID_FILE_PATH=/var/lock/exim.pid
-+PID_FILE_PATH=/var/run/exim%s.pid
- # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
- # using the name "exim-daemon.pid".
-@@ -749,7 +751,7 @@
+@@ -1065,7 +1067,7 @@
  # be changed here. The default is 0640 so that information from the spool is
  # available to anyone who is a member of the Exim group.
  
This page took 0.089862 seconds and 4 git commands to generate.