--- EDITME.exim4-light 2006-11-29 13:06:35.000000000 +0000 +++ EDITME.exim4-heavy 2006-11-29 13:06:35.000000000 +0000 @@ -215,7 +215,7 @@ # This one is very special-purpose, so is not included by default. -# ROUTER_IPLOOKUP=yes +ROUTER_IPLOOKUP=yes #------------------------------------------------------------------------------ @@ -247,7 +247,7 @@ SUPPORT_MAILDIR=yes SUPPORT_MAILSTORE=yes -# SUPPORT_MBX=yes +SUPPORT_MBX=yes #------------------------------------------------------------------------------ @@ -263,17 +263,17 @@ LOOKUP_LSEARCH=yes LOOKUP_CDB=yes -# LOOKUP_DNSDB=yes +LOOKUP_DNSDB=yes LOOKUP_DSEARCH=yes # LOOKUP_IBASE=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_SQLITE=yes +LOOKUP_PGSQL=yes +LOOKUP_SQLITE=yes # LOOKUP_WHOSON=yes # These two settings are obsolete; all three lookups are compiled when @@ -293,7 +293,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 @@ -313,6 +313,9 @@ # LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq -lgds -lsqlite3 +LOOKUP_INCLUDE=-I/usr/include/mysql -I`pg_config --includedir` +LOOKUP_LIBS=-lldap -llber -lmysqlclient -lpq -lsqlite3 + #------------------------------------------------------------------------------ # Compiling the Exim monitor: If you want to compile the Exim monitor, a # program that requires an X11 display, then EXIM_MONITOR should be set to the @@ -321,7 +324,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 #------------------------------------------------------------------------------ @@ -331,14 +334,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 @@ -475,10 +478,10 @@ # configuration to make use of the mechanism(s) selected. AUTH_CRAM_MD5=yes -# AUTH_CYRUS_SASL=yes -# AUTH_DOVECOT=yes +AUTH_CYRUS_SASL=yes +AUTH_DOVECOT=yes AUTH_PLAINTEXT=yes -# AUTH_SPA=yes +AUTH_SPA=yes #------------------------------------------------------------------------------ @@ -486,7 +489,7 @@ # Cyrus SASL library installed before trying to build Exim, and you probably # want to uncomment the following line: -# AUTH_LIBS=-lsasl2 +AUTH_LIBS=-lsasl2 #------------------------------------------------------------------------------ @@ -712,7 +715,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 #------------------------------------------------------------------------------ @@ -732,11 +735,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 #------------------------------------------------------------------------------ @@ -1043,7 +1046,7 @@ # local part) can be increased by changing this value. It should be set to # a multiple of 16. -# MAX_NAMED_LIST=16 +MAX_NAMED_LIST=32 #------------------------------------------------------------------------------