]> git.pld-linux.org Git - packages/exim-lite.git/commitdiff
- wildsearch, dnsdb and password lookup types enabled
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 3 Sep 2003 21:38:40 +0000 (21:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim4-EDITME.patch -> 1.6

exim4-EDITME.patch

index 2613e4d53b19c69de941d29dfcba0545ea8759ed..23a2c10b7e7d90eb3ecc02821e65b81927de6113 100644 (file)
@@ -1,6 +1,6 @@
-diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
---- exim-4.21.org/src/EDITME   2003-08-15 00:28:45.000000000 +0200
-+++ exim-4.21/src/EDITME       2003-08-15 00:37:15.000000000 +0200
+diff -urN exim-4.22.org/src/EDITME exim-4.22/src/EDITME
+--- exim-4.22.org/src/EDITME   2003-09-03 23:36:28.000000000 +0200
++++ exim-4.22/src/EDITME       2003-09-03 23:38:08.000000000 +0200
 @@ -98,7 +98,7 @@
  # /usr/local/sbin. The installation script will try to create this directory,
  # and any superior directories, if they do not exist.
@@ -51,18 +51,30 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -239,9 +240,9 @@
+@@ -239,18 +240,18 @@
  LOOKUP_DBM=yes
  LOOKUP_LSEARCH=yes
  
 -# LOOKUP_CDB=yes
-+LOOKUP_CDB=yes
- # LOOKUP_DNSDB=yes
+-# LOOKUP_DNSDB=yes
 -# LOOKUP_DSEARCH=yes
++LOOKUP_CDB=yes
++LOOKUP_DNSDB=yes
 +LOOKUP_DSEARCH=yes
  # LOOKUP_LDAP=yes
  # LOOKUP_MYSQL=yes
  # LOOKUP_NIS=yes
+ # LOOKUP_NISPLUS=yes
+ # LOOKUP_ORACLE=yes
+-# LOOKUP_PASSWD=yes
++LOOKUP_PASSWD=yes
+ # LOOKUP_PGSQL=yes
+ # LOOKUP_WHOSON=yes
+-# LOOKUP_WILDLSEARCH=yes
++LOOKUP_WILDLSEARCH=yes
+ #------------------------------------------------------------------------------
 @@ -310,9 +311,9 @@
  # included in the Exim binary. You will then need to set up the run time
  # configuration to make use of the mechanism(s) selected.
@@ -76,7 +88,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -365,10 +366,10 @@
+@@ -390,10 +391,10 @@
  # leave these settings commented out.
  
  # This setting is required for any TLS support (either OpenSSL or GnuTLS)
@@ -89,7 +101,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  # Uncomment these settings if you are using GnuTLS
  # USE_GNUTLS=yes
-@@ -419,7 +420,7 @@
+@@ -444,7 +445,7 @@
  # Once you have done this, "make install" will build the info files and
  # install them in the directory you have defined.
  
@@ -98,7 +110,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -432,7 +433,7 @@
+@@ -457,7 +458,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:
  
@@ -107,7 +119,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  # 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
-@@ -481,7 +482,7 @@
+@@ -506,7 +507,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.
  
@@ -116,7 +128,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  COMPRESS_SUFFIX=gz
  
  
-@@ -489,7 +490,7 @@
+@@ -514,7 +515,7 @@
  # If the exigrep utility is fed compressed log files, it tries to uncompress
  # them using this command.
  
@@ -125,7 +137,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -498,7 +499,7 @@
+@@ -523,7 +524,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.
  
@@ -134,7 +146,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -508,11 +509,12 @@
+@@ -533,11 +534,12 @@
  # support, which is intended for use in conjunction with the SMTP AUTH
  # facilities, is included only when requested by the following setting:
  
@@ -148,7 +160,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  #------------------------------------------------------------------------------
  # Support for authentication via Radius is also available. The Exim support,
-@@ -537,7 +539,7 @@
+@@ -562,7 +564,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.
  
@@ -157,7 +169,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -554,7 +556,7 @@
+@@ -579,7 +581,7 @@
  # group. Once you have installed saslauthd, you should arrange for it to be
  # started by root at boot time.
  
@@ -166,7 +178,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -666,7 +668,7 @@
+@@ -691,7 +693,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.
  
@@ -175,7 +187,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  
  #------------------------------------------------------------------------------
-@@ -816,7 +818,7 @@
+@@ -841,7 +843,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:
  
@@ -184,7 +196,7 @@ diff -urN exim-4.21.org/src/EDITME exim-4.21/src/EDITME
  
  # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory
  # using the name "exim-daemon.pid".
-@@ -839,7 +841,7 @@
+@@ -864,7 +866,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.063873 seconds and 4 git commands to generate.