X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fconfig.h.defaults;h=07c0ecf8142840a3a00aeb13752a05a7f1098360;hb=2130e492c2cda886d74abbb77df4493f151e0a44;hp=dc69e2f8923ef7cf2e6697e5e9b585df2d0a5334;hpb=9883af7240d3c25b7a8a859c9e8482caacd5f1aa;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/config.h.defaults b/src/src/config.h.defaults index dc69e2f89..07c0ecf81 100644 --- a/src/src/config.h.defaults +++ b/src/src/config.h.defaults @@ -3,7 +3,7 @@ *************************************************/ /* Copyright (c) University of Cambridge 1995 - 2018 */ -/* Copyright (c) The Exim Maintainers 2018 */ +/* Copyright (c) The Exim Maintainers 2018-2020 */ /* See the file NOTICE for conditions of use and distribution. */ /* The default settings for Exim configuration variables. A #define without @@ -49,8 +49,12 @@ Do not put spaces between # and the 'define'. #define DISABLE_DNSSEC #define DISABLE_DKIM #define DISABLE_EVENT -#define DISABLE_PRDR #define DISABLE_OCSP +#define DISABLE_PIPE_CONNECT +#define DISABLE_PRDR +#define DISABLE_QUEUE_RAMP +#define DISABLE_TLS +#define DISABLE_TLS_RESUME #define DISABLE_D_OPTION #define ENABLE_DISABLE_FSYNC @@ -95,6 +99,7 @@ Do not put spaces between # and the 'define'. #define LOOKUP_IBASE #define LOOKUP_JSON #define LOOKUP_LDAP +#define LOOKUP_LMDB #define LOOKUP_LSEARCH #define LOOKUP_MYSQL #define LOOKUP_NIS @@ -142,6 +147,8 @@ Do not put spaces between # and the 'define'. #define SUPPORT_CRYPTEQ #define SUPPORT_DANE +#define SUPPORT_DMARC +#define DMARC_TLD_FILE "/etc/exim/opendmarc.tlds" #define SUPPORT_I18N #define SUPPORT_I18N_2008 #define SUPPORT_MAILDIR @@ -152,7 +159,7 @@ Do not put spaces between # and the 'define'. #define SUPPORT_PROXY #define SUPPORT_SOCKS #define SUPPORT_SPF -#define SUPPORT_TLS +#define SUPPORT_SRS #define SUPPORT_TRANSLATE_IP_ADDRESS #define SYSLOG_LOG_PID @@ -172,6 +179,7 @@ Do not put spaces between # and the 'define'. #define USE_GDBM #define USE_GNUTLS #define AVOID_GNUTLS_PKCS11 +#define USE_OPENSSL #define USE_READLINE #define USE_TCP_WRAPPERS #define USE_TDB @@ -197,12 +205,8 @@ Do not put spaces between # and the 'define'. #define EXPERIMENTAL_BRIGHTMAIL #define EXPERIMENTAL_DCC #define EXPERIMENTAL_DSN_INFO -#define EXPERIMENTAL_DMARC - #define DMARC_TLD_FILE "/etc/exim/opendmarc.tlds" -#define EXPERIMENTAL_LMDB -#define EXPERIMENTAL_PIPE_CONNECT #define EXPERIMENTAL_QUEUEFILE -#define EXPERIMENTAL_SRS +#define EXPERIMENTAL_SRS_ALT /* For developers */