404ac0c1ca4d86560ba76aeb04b3f029cb112ad3
[exim.git] / src / src / config.h.defaults
1 /*************************************************
2 *     Exim - an Internet mail transport agent    *
3 *************************************************/
4
5 /* Copyright (c) The Exim Maintainers 2018 - 2024 */
6 /* Copyright (c) University of Cambridge 1995 - 2018 */
7 /* See the file NOTICE for conditions of use and distribution. */
8
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,
12 it's a default value.
13
14 Do not put spaces between # and the 'define'.
15 */
16
17 #define ALT_CONFIG_PREFIX
18 #define TRUSTED_CONFIG_LIST
19
20 #define APPENDFILE_MODE            0600
21 #define APPENDFILE_DIRECTORY_MODE  0700
22 #define APPENDFILE_LOCKFILE_MODE   0600
23
24 #define AUTH_CRAM_MD5
25 #define AUTH_CYRUS_SASL
26 #define AUTH_DOVECOT
27 #define AUTH_EXTERNAL
28 #define AUTH_GSASL
29 #define AUTH_HEIMDAL_GSSAPI
30 #define AUTH_PLAINTEXT
31 #define AUTH_SPA
32 #define AUTH_TLS
33
34 #define AUTH_VARS                     4
35
36 #define BIN_DIRECTORY
37
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
45
46 #define DEFAULT_CRYPT              crypt
47 #define DELIVER_IN_BUFFER_SIZE     8192
48 #define DELIVER_OUT_BUFFER_SIZE    8192
49
50 #define DISABLE_CLIENT_CMD_LOG
51 #define DISABLE_D_OPTION
52 #define DISABLE_DNSSEC
53 #define DISABLE_DKIM
54 #define DISABLE_ESMTP_LIMITS
55 #define DISABLE_EVENT
56 #define DISABLE_OCSP
57 #define DISABLE_PIPE_CONNECT
58 #define DISABLE_PRDR
59 #define DISABLE_QUEUE_RAMP
60 #define DISABLE_SIEVE_FILTER
61 #define DISABLE_TLS
62 #define DISABLE_TLS_RESUME
63 #define DISABLE_WELLKNOWN
64
65 #define ENABLE_DISABLE_FSYNC
66
67 #define EXIMDB_DIRECTORY_MODE      0750
68 #define EXIMDB_LOCK_TIMEOUT          60
69 #define EXIMDB_LOCKFILE_MODE       0640
70 #define EXIMDB_MODE                0640
71 #define EXIM_CLIENT_DH_MIN_MIN_BITS         512
72 #define EXIM_CLIENT_DH_DEFAULT_MIN_BITS    1024
73 #define EXIM_GNUTLS_LIBRARY_LOG_LEVEL
74 #define EXIM_SERVER_DH_BITS_PRE2_12
75 #define EXIM_PERL
76 /* Both uid and gid are triggered by this */
77 #define EXIM_UID
78 #define EXPAND_DLFUNC
79 #define EXPAND_LISTMATCH_RHS
80
81 #define FIXED_NEVER_USERS         "root"
82
83 #define HAVE_CRYPT16
84 #define HAVE_LOCAL_SCAN
85 #define HAVE_SA_LEN
86 #define HEADERS_CHARSET           "ISO-8859-1"
87 #define HEADER_ADD_BUFFER_SIZE    (8192 * 4)
88 #define HEADER_MAXSIZE            (1024*1024)
89
90 #define INPUT_DIRECTORY_MODE       0750
91 #define IPV6_USE_INET_PTON
92
93 #define LDAP_LIB_TYPE
94 #define LOCAL_SCAN_HAS_OPTIONS
95
96 #define LOG_DIRECTORY_MODE         0750
97 #define LOG_FILE_PATH
98 #define LOG_MODE                   0640
99
100 #define LOOKUP_CDB
101 #define LOOKUP_DBM
102 #define LOOKUP_DNSDB
103 #define LOOKUP_DSEARCH
104 #define LOOKUP_IBASE
105 #define LOOKUP_JSON
106 #define LOOKUP_LDAP
107 #define LOOKUP_LMDB
108 #define LOOKUP_LSEARCH
109 #define LOOKUP_MYSQL
110 #define LOOKUP_NIS
111 #define LOOKUP_NISPLUS
112 #define LOOKUP_ORACLE
113 #define LOOKUP_PASSWD
114 #define LOOKUP_PGSQL
115 #define LOOKUP_REDIS
116 #define LOOKUP_SQLITE
117 #define LOOKUP_TESTDB
118 #define LOOKUP_WHOSON
119 #define LOOKUP_WILDLSEARCH
120 #define LOOKUP_NWILDLSEARCH
121
122 #define LOOKUP_MODULE_DIR
123
124 #define MAX_FILTER_SIZE           (1024*1024)
125 #define MAX_LOCALHOST_NUMBER        256
126 #define MAX_INCLUDE_SIZE          (1024*1024)
127 #define MAX_INTERFACES              250
128 #define MAX_NAMED_LIST               16
129 #define MSGLOG_DIRECTORY_MODE      0750
130
131 #define NVALGRIND
132
133 #define PID_FILE_PATH
134
135 #define RADIUS_CONFIG_FILE
136 #define RADIUS_LIB_TYPE
137
138 #define REGEX_VARS                 9
139
140 #define ROUTER_ACCEPT
141 #define ROUTER_DNSLOOKUP
142 #define ROUTER_IPLITERAL
143 #define ROUTER_IPLOOKUP
144 #define ROUTER_MANUALROUTE
145 #define ROUTER_QUERYPROGRAM
146 #define ROUTER_REDIRECT
147
148 #define SPOOL_DIRECTORY
149 #define SPOOL_DIRECTORY_MODE       0750
150 #define SPOOL_MODE                 0640
151 #define STRING_SPRINTF_BUFFER_SIZE (8192 * 4)
152
153 #define SUPPORT_CRYPTEQ
154 #define SUPPORT_DANE
155 #define SUPPORT_DMARC
156 #define DMARC_API 100400
157 #define DMARC_TLD_FILE "/etc/exim/opendmarc.tlds"
158 #define SUPPORT_I18N
159 #define SUPPORT_I18N_2008
160 #define SUPPORT_MAILDIR
161 #define SUPPORT_MAILSTORE
162 #define SUPPORT_MBX
163 #define SUPPORT_MOVE_FROZEN_MESSAGES
164 #define SUPPORT_PAM
165 #define SUPPORT_PROXY
166 #define SUPPORT_SOCKS
167 #define SUPPORT_SPF
168 #define SUPPORT_SRS
169 #define SUPPORT_TRANSLATE_IP_ADDRESS
170
171 /* Required to support dynamic-module build */
172 #define SUPPORT_ARC
173 #define SUPPORT_DKIM
174 #define SUPPORT_PERL
175 #define SUPPORT_SIEVE_FILTER
176 #define SUPPORT_RADIUS
177
178 #define SYSLOG_LOG_PID
179 #define SYSLOG_LONG_LINES
180
181 #define TCP_WRAPPERS_DAEMON_NAME "exim"
182 #define TIMEZONE_DEFAULT
183 #define EXIM_TMPDIR
184
185 #define TRANSPORT_APPENDFILE
186 #define TRANSPORT_AUTOREPLY
187 #define TRANSPORT_LMTP
188 #define TRANSPORT_PIPE
189 #define TRANSPORT_SMTP
190
191 #define USE_DB
192 #define USE_GDBM
193 #define USE_GNUTLS
194 #define AVOID_GNUTLS_PKCS11
195 #define USE_NDBM
196 #define USE_OPENSSL
197 #define USE_READLINE
198 #define USE_TCP_WRAPPERS
199 #define USE_SQLITE
200 #define USE_TDB
201
202 #define WHITELIST_D_MACROS
203
204 #define WITH_CONTENT_SCAN
205 #define DISABLE_MAL_FFROTD
206 #define DISABLE_MAL_FFROT6D
207 #define DISABLE_MAL_DRWEB
208 #define DISABLE_MAL_AVE
209 #define DISABLE_MAL_FSECURE
210 #define DISABLE_MAL_KAV
211 #define DISABLE_MAL_SOPHIE
212 #define DISABLE_MAL_CLAM
213 #define DISABLE_MAL_MKS
214 #define DISABLE_MAL_AVAST
215 #define DISABLE_MAL_SOCK
216 #define DISABLE_MAL_CMDLINE
217
218 /* EXPERIMENTAL features */
219 #define EXPERIMENTAL_ARC
220 #define EXPERIMENTAL_BRIGHTMAIL
221 #define EXPERIMENTAL_DCC
222 #define EXPERIMENTAL_DSN_INFO
223 #define EXPERIMENTAL_QUEUEFILE
224 #define EXPERIMENTAL_XCLIENT
225
226
227 /* For developers */
228 #define WANT_DEEPER_PRINTF_CHECKS
229
230 /* Things that are not routinely changed but are nevertheless configurable
231 just in case. */
232
233 #define DNS_MAXNAME                1024
234 #define EXPAND_MAXN                  20
235 #define ROOT_UID                      0
236 #define ROOT_GID                      0
237
238 /* Sizes for integer arithmetic.
239 Go for 64bit; can be overridden in OS/Makefile-FOO
240 If you make it a different number of bits, provide a definition
241 for EXIM_ARITH_MAX and _MIN in OS/oh.h-FOO */
242 #define int_eximarith_t int64_t
243 #define PR_EXIM_ARITH "%" PRId64                /* C99 standard, printf %lld */
244 #define SC_EXIM_ARITH "%" SCNi64                /* scanf incl. 0x prefix */
245 #define SC_EXIM_DEC   "%" SCNd64                /* scanf decimal */
246
247 /* End of config.h.defaults */