1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
5 /* Copyright (c) The Exim Maintainers 2018 - 2022 */
6 /* Copyright (c) University of Cambridge 1995 - 2018 */
7 /* See the file NOTICE for conditions of use and distribution. */
9 /* The default settings for Exim configuration variables. A #define without
10 any data just defines the existence of the variable; it won't get included
11 in config.h unless some value is defined in Local/Makefile. If there is data,
14 Do not put spaces between # and the 'define'.
17 #define ALT_CONFIG_PREFIX
18 #define TRUSTED_CONFIG_LIST
20 #define APPENDFILE_MODE 0600
21 #define APPENDFILE_DIRECTORY_MODE 0700
22 #define APPENDFILE_LOCKFILE_MODE 0600
25 #define AUTH_CYRUS_SASL
29 #define AUTH_HEIMDAL_GSSAPI
30 #define AUTH_PLAINTEXT
38 #define CONFIGURE_FILE
39 #define CONFIGURE_FILE_USE_EUID
40 #define CONFIGURE_FILE_USE_NODE
41 #define CONFIGURE_GROUP
42 #define CONFIGURE_OWNER
43 #define CYRUS_PWCHECK_SOCKET
44 #define CYRUS_SASLAUTHD_SOCKET
46 #define DEFAULT_CRYPT crypt
47 #define DELIVER_IN_BUFFER_SIZE 8192
48 #define DELIVER_OUT_BUFFER_SIZE 8192
50 #define DISABLE_CLIENT_CMD_LOG
51 #define DISABLE_D_OPTION
52 #define DISABLE_DNSSEC
56 #define DISABLE_PIPE_CONNECT
58 #define DISABLE_QUEUE_RAMP
60 #define DISABLE_TLS_RESUME
62 #define ENABLE_DISABLE_FSYNC
64 #define EXIMDB_DIRECTORY_MODE 0750
65 #define EXIMDB_LOCK_TIMEOUT 60
66 #define EXIMDB_LOCKFILE_MODE 0640
67 #define EXIMDB_MODE 0640
68 #define EXIM_CLIENT_DH_MIN_MIN_BITS 512
69 #define EXIM_CLIENT_DH_DEFAULT_MIN_BITS 1024
70 #define EXIM_GNUTLS_LIBRARY_LOG_LEVEL
71 #define EXIM_SERVER_DH_BITS_PRE2_12
73 /* Both uid and gid are triggered by this */
76 #define EXPAND_LISTMATCH_RHS
78 #define FIXED_NEVER_USERS "root"
81 #define HAVE_LOCAL_SCAN
83 #define HEADERS_CHARSET "ISO-8859-1"
84 #define HEADER_ADD_BUFFER_SIZE (8192 * 4)
85 #define HEADER_MAXSIZE (1024*1024)
87 #define INPUT_DIRECTORY_MODE 0750
88 #define IPV6_USE_INET_PTON
91 #define LOCAL_SCAN_HAS_OPTIONS
93 #define LOG_DIRECTORY_MODE 0750
100 #define LOOKUP_DSEARCH
105 #define LOOKUP_LSEARCH
108 #define LOOKUP_NISPLUS
109 #define LOOKUP_ORACLE
110 #define LOOKUP_PASSWD
113 #define LOOKUP_SQLITE
114 #define LOOKUP_TESTDB
115 #define LOOKUP_WHOSON
116 #define LOOKUP_WILDLSEARCH
117 #define LOOKUP_NWILDLSEARCH
119 #define LOOKUP_MODULE_DIR
121 #define MAX_FILTER_SIZE (1024*1024)
122 #define MAX_LOCALHOST_NUMBER 256
123 #define MAX_INCLUDE_SIZE (1024*1024)
124 #define MAX_INTERFACES 250
125 #define MAX_NAMED_LIST 16
126 #define MSGLOG_DIRECTORY_MODE 0750
130 #define PID_FILE_PATH
132 #define RADIUS_CONFIG_FILE
133 #define RADIUS_LIB_TYPE
137 #define ROUTER_ACCEPT
138 #define ROUTER_DNSLOOKUP
139 #define ROUTER_IPLITERAL
140 #define ROUTER_IPLOOKUP
141 #define ROUTER_MANUALROUTE
142 #define ROUTER_QUERYPROGRAM
143 #define ROUTER_REDIRECT
145 #define SPOOL_DIRECTORY
146 #define SPOOL_DIRECTORY_MODE 0750
147 #define SPOOL_MODE 0640
148 #define STRING_SPRINTF_BUFFER_SIZE (8192 * 4)
150 #define SUPPORT_CRYPTEQ
152 #define SUPPORT_DMARC
153 #define DMARC_API 100400
154 #define DMARC_TLD_FILE "/etc/exim/opendmarc.tlds"
156 #define SUPPORT_I18N_2008
157 #define SUPPORT_MAILDIR
158 #define SUPPORT_MAILSTORE
160 #define SUPPORT_MOVE_FROZEN_MESSAGES
162 #define SUPPORT_PROXY
163 #define SUPPORT_SOCKS
166 #define SUPPORT_TRANSLATE_IP_ADDRESS
168 #define SYSLOG_LOG_PID
169 #define SYSLOG_LONG_LINES
171 #define TCP_WRAPPERS_DAEMON_NAME "exim"
172 #define TIMEZONE_DEFAULT
175 #define TRANSPORT_APPENDFILE
176 #define TRANSPORT_AUTOREPLY
177 #define TRANSPORT_LMTP
178 #define TRANSPORT_PIPE
179 #define TRANSPORT_SMTP
184 #define AVOID_GNUTLS_PKCS11
188 #define USE_TCP_WRAPPERS
191 #define WHITELIST_D_MACROS
193 #define WITH_CONTENT_SCAN
194 #define DISABLE_MAL_FFROTD
195 #define DISABLE_MAL_FFROT6D
196 #define DISABLE_MAL_DRWEB
197 #define DISABLE_MAL_AVE
198 #define DISABLE_MAL_FSECURE
199 #define DISABLE_MAL_KAV
200 #define DISABLE_MAL_SOPHIE
201 #define DISABLE_MAL_CLAM
202 #define DISABLE_MAL_MKS
203 #define DISABLE_MAL_AVAST
204 #define DISABLE_MAL_SOCK
205 #define DISABLE_MAL_CMDLINE
207 /* EXPERIMENTAL features */
208 #define EXPERIMENTAL_ARC
209 #define EXPERIMENTAL_BRIGHTMAIL
210 #define EXPERIMENTAL_DCC
211 #define EXPERIMENTAL_DSN_INFO
212 #define EXPERIMENTAL_ESMTP_LIMITS
213 #define EXPERIMENTAL_QUEUEFILE
217 #define WANT_DEEPER_PRINTF_CHECKS
219 /* Things that are not routinely changed but are nevertheless configurable
222 #define DNS_MAXNAME 1024
223 #define EXPAND_MAXN 20
227 /* Sizes for integer arithmetic.
228 Go for 64bit; can be overridden in OS/Makefile-FOO
229 If you make it a different number of bits, provide a definition
230 for EXIM_ARITH_MAX and _MIN in OS/oh.h-FOO */
231 #define int_eximarith_t int64_t
232 #define PR_EXIM_ARITH "%" PRId64 /* C99 standard, printf %lld */
233 #define SC_EXIM_ARITH "%" SCNi64 /* scanf incl. 0x prefix */
234 #define SC_EXIM_DEC "%" SCNd64 /* scanf decimal */
236 /* End of config.h.defaults */