diff options
Diffstat (limited to 'debian/EDITME.exim4-heavy.diff')
-rw-r--r-- | debian/EDITME.exim4-heavy.diff | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/debian/EDITME.exim4-heavy.diff b/debian/EDITME.exim4-heavy.diff new file mode 100644 index 0000000..a72e961 --- /dev/null +++ b/debian/EDITME.exim4-heavy.diff @@ -0,0 +1,119 @@ +--- EDITME.exim4-light Thu Mar 6 10:29:31 2003 ++++ EDITME.exim4-heavy Thu Mar 6 10:28:40 2003 +@@ -191,7 +191,7 @@ + + # This one is very special-purpose, so is not included by default. + +-# ROUTER_IPLOOKUP=yes ++ROUTER_IPLOOKUP=yes + + + #------------------------------------------------------------------------------ +@@ -223,7 +223,7 @@ + + SUPPORT_MAILDIR=yes + SUPPORT_MAILSTORE=yes +-# SUPPORT_MBX=yes ++SUPPORT_MBX=yes + + + #------------------------------------------------------------------------------ +@@ -239,15 +239,15 @@ + LOOKUP_LSEARCH=yes + + LOOKUP_CDB=yes +-# LOOKUP_DNSDB=yes ++LOOKUP_DNSDB=yes + LOOKUP_DSEARCH=yes +-# LOOKUP_LDAP=yes +-# LOOKUP_MYSQL=yes ++LOOKUP_LDAP=yes ++LOOKUP_MYSQL=yes + LOOKUP_NIS=yes + # LOOKUP_NISPLUS=yes + # LOOKUP_ORACLE=yes + LOOKUP_PASSWD=yes +-# LOOKUP_PGSQL=yes ++LOOKUP_PGSQL=yes + # LOOKUP_WHOSON=yes + LOOKUP_WILDLSEARCH=yes + +@@ -261,7 +261,7 @@ + # with Solaris 7 onwards. Uncomment whichever of these you are using. + + # LDAP_LIB_TYPE=OPENLDAP1 +-# LDAP_LIB_TYPE=OPENLDAP2 ++LDAP_LIB_TYPE=OPENLDAP2 + # LDAP_LIB_TYPE=NETSCAPE + # LDAP_LIB_TYPE=SOLARIS + +@@ -278,8 +278,8 @@ + + # LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include + # LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq +-# LOOKUP_INCLUDE=-I/usr/include/mysql -I/usr/include/postgresql +-# LOOKUP_LIBS=-lldap -llber ++LOOKUP_INCLUDE=-I/usr/include/mysql -I/usr/include/postgresql ++LOOKUP_LIBS=-lldap -llber -lmysqlclient -lpq + + + #------------------------------------------------------------------------------ +@@ -290,7 +290,7 @@ + # files are defaulted in the OS/Makefile-Default file, but can be overridden in + # local OS-specific make files. + +-EXIM_MONITOR=eximon.bin ++# EXIM_MONITOR=eximon.bin + + + +@@ -313,7 +313,7 @@ + + AUTH_CRAM_MD5=yes + AUTH_PLAINTEXT=yes +-# AUTH_SPA=yes ++AUTH_SPA=yes + + + #------------------------------------------------------------------------------ +@@ -325,14 +325,14 @@ + # leave these settings commented out. + + # This setting is required for any TLS support (either OpenSSL or GnuTLS) +-# SUPPORT_TLS=yes ++SUPPORT_TLS=yes + + # Uncomment this setting if you are using OpenSSL + # TLS_LIBS=-lssl -lcrypto + + # Uncomment these settings if you are using GnuTLS +-# USE_GNUTLS=yes +-# TLS_LIBS=-lgnutls -ltasn1 -lgcrypt ++USE_GNUTLS=yes ++TLS_LIBS=-lgnutls -ltasn1 -lgcrypt + + # If you are running Exim as a server, note that just building it with TLS + # support is not all you need to do. You also need to set up a suitable +@@ -458,7 +458,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. + +-# EXIM_PERL=perl.o ++EXIM_PERL=perl.o + + + #------------------------------------------------------------------------------ +@@ -468,11 +468,11 @@ + # support, which is intended for use in conjunction with the SMTP AUTH + # facilities, is included only when requested by the following setting: + +-# SUPPORT_PAM=yes ++SUPPORT_PAM=yes + + # You probably need to add -lpam to EXTRALIBS, and in some releases of + # GNU/Linux -ldl is also needed. +-EXTRALIBS=-ldl ++EXTRALIBS=-lpam + + + #------------------------------------------------------------------------------ |