# # Exim build configuration for Hermes clients. # # $Cambridge: hermes/conf/exim/etc/etc.client/Buildfile,v 1.19 2007/04/13 16:28:49 fanf2 Exp $ # BIN_DIRECTORY=@PREFIX@/bin CONFIGURE_FILE=@PREFIX@/etc/configure ALT_CONFIG_PREFIX=@PREFIX@/etc/ # see /opt/build/bin/exim-setup EXIM_USER=25 EXIM_GROUP=25 SPOOL_DIRECTORY=/var/spool/exim # the important options in the following three sections are marked ROUTER_ACCEPT=yes # ROUTER_DNSLOOKUP=yes # ROUTER_IPLITERAL=yes ROUTER_IPLOOKUP=yes ROUTER_MANUALROUTE=yes # ROUTER_QUERYPROGRAM=yes ROUTER_REDIRECT=yes # TRANSPORT_APPENDFILE=yes TRANSPORT_AUTOREPLY=yes TRANSPORT_LMTP=yes # TRANSPORT_PIPE=yes # TRANSPORT_SMTP=yes # LOOKUP_CDB=yes # LOOKUP_DBM=yes LOOKUP_DNSDB=yes LOOKUP_DSEARCH=yes LOOKUP_LSEARCH=yes LOOKUP_WILDLSEARCH=yes LOOKUP_NWILDLSEARCH=yes # we only use this auth type because we will only allow auth over TLS, # and it is more secure if we don't have to have passwords in the # clear on the server. see RFC 3552 section 4.5.2.2. AUTH_PLAINTEXT=yes # for the cam configuration SUPPORT_MAILDIR=yes # note that these libraries need their paths specified # both for link-time (-L) and run-time (-R) SUPPORT_TLS=yes TLS_LIBS=-Wl,-R@OpenSSL@/lib -L@OpenSSL@/lib -lssl -lcrypto TLS_INCLUDE=-I@OpenSSL@/include USE_DB=yes DBMLIB=-Wl,-R@db4@/lib -L@db4@/lib -ldb-4 -lpthread INCLUDE=-I@db4@/include # ppsw currently doesn't have X headers installed #EXIM_MONITOR=eximon.bin EXICYCLOG_MAX=28 COMPRESS_COMMAND=/usr/bin/gzip COMPRESS_SUFFIX=gz ZCAT_COMMAND=/usr/bin/gzip -dc # eof