Use compressed form of ipv6 in $sender_host_address under -bh. Bug 3027
[exim.git] / src / src / config.h.defaults
1 /*************************************************
2 *     Exim - an Internet mail transport agent    *
3 *************************************************/
4
5 /* Copyright (c) The Exim Maintainers 2018 - 2023 */
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_TLS
61 #define DISABLE_TLS_RESUME
62
63 #define ENABLE_DISABLE_FSYNC
64
65 #define EXIMDB_DIRECTORY_MODE      0750
66 #define EXIMDB_LOCK_TIMEOUT          60
67 #define EXIMDB_LOCKFILE_MODE       0640
68 #define EXIMDB_MODE                0640
69 #define EXIM_CLIENT_DH_MIN_MIN_BITS         512
70 #define EXIM_CLIENT_DH_DEFAULT_MIN_BITS    1024
71 #define EXIM_GNUTLS_LIBRARY_LOG_LEVEL
72 #define EXIM_SERVER_DH_BITS_PRE2_12
73 #define EXIM_PERL
74 /* Both uid and gid are triggered by this */
75 #define EXIM_UID
76 #define EXPAND_DLFUNC
77 #define EXPAND_LISTMATCH_RHS
78
79 #define FIXED_NEVER_USERS         "root"
80
81 #define HAVE_CRYPT16
82 #define HAVE_LOCAL_SCAN
83 #define HAVE_SA_LEN
84 #define HEADERS_CHARSET           "ISO-8859-1"
85 #define HEADER_ADD_BUFFER_SIZE    (8192 * 4)
86 #define HEADER_MAXSIZE            (1024*1024)
87
88 #define INPUT_DIRECTORY_MODE       0750
89 #define IPV6_USE_INET_PTON
90
91 #define LDAP_LIB_TYPE
92 #define LOCAL_SCAN_HAS_OPTIONS
93
94 #define LOG_DIRECTORY_MODE         0750
95 #define LOG_FILE_PATH
96 #define LOG_MODE                   0640
97
98 #define LOOKUP_CDB
99 #define LOOKUP_DBM
100 #define LOOKUP_DNSDB
101 #define LOOKUP_DSEARCH
102 #define LOOKUP_IBASE
103 #define LOOKUP_JSON
104 #define LOOKUP_LDAP
105 #define LOOKUP_LMDB
106 #define LOOKUP_LSEARCH
107 #define LOOKUP_MYSQL
108 #define LOOKUP_NIS
109 #define LOOKUP_NISPLUS
110 #define LOOKUP_ORACLE
111 #define LOOKUP_PASSWD
112 #define LOOKUP_PGSQL
113 #define LOOKUP_REDIS
114 #define LOOKUP_SQLITE
115 #define LOOKUP_TESTDB
116 #define LOOKUP_WHOSON
117 #define LOOKUP_WILDLSEARCH
118 #define LOOKUP_NWILDLSEARCH
119
120 #define LOOKUP_MODULE_DIR
121
122 #define MAX_FILTER_SIZE           (1024*1024)
123 #define MAX_LOCALHOST_NUMBER        256
124 #define MAX_INCLUDE_SIZE          (1024*1024)
125 #define MAX_INTERFACES              250
126 #define MAX_NAMED_LIST               16
127 #define MSGLOG_DIRECTORY_MODE      0750
128
129 #define NVALGRIND
130
131 #define PID_FILE_PATH
132
133 #define RADIUS_CONFIG_FILE
134 #define RADIUS_LIB_TYPE
135
136 #define REGEX_VARS                 9
137
138 #define ROUTER_ACCEPT
139 #define ROUTER_DNSLOOKUP
140 #define ROUTER_IPLITERAL
141 #define ROUTER_IPLOOKUP
142 #define ROUTER_MANUALROUTE
143 #define ROUTER_QUERYPROGRAM
144 #define ROUTER_REDIRECT
145
146 #define SPOOL_DIRECTORY
147 #define SPOOL_DIRECTORY_MODE       0750
148 #define SPOOL_MODE                 0640
149 #define STRING_SPRINTF_BUFFER_SIZE (8192 * 4)
150
151 #define SUPPORT_CRYPTEQ
152 #define SUPPORT_DANE
153 #define SUPPORT_DMARC
154 #define DMARC_API 100400
155 #define DMARC_TLD_FILE "/etc/exim/opendmarc.tlds"
156 #define SUPPORT_I18N
157 #define SUPPORT_I18N_2008
158 #define SUPPORT_MAILDIR
159 #define SUPPORT_MAILSTORE
160 #define SUPPORT_MBX
161 #define SUPPORT_MOVE_FROZEN_MESSAGES
162 #define SUPPORT_PAM
163 #define SUPPORT_PROXY
164 #define SUPPORT_SOCKS
165 #define SUPPORT_SPF
166 #define SUPPORT_SRS
167 #define SUPPORT_TRANSLATE_IP_ADDRESS
168
169 #define SYSLOG_LOG_PID
170 #define SYSLOG_LONG_LINES
171
172 #define TCP_WRAPPERS_DAEMON_NAME "exim"
173 #define TIMEZONE_DEFAULT
174 #define EXIM_TMPDIR
175
176 #define TRANSPORT_APPENDFILE
177 #define TRANSPORT_AUTOREPLY
178 #define TRANSPORT_LMTP
179 #define TRANSPORT_PIPE
180 #define TRANSPORT_SMTP
181
182 #define USE_DB
183 #define USE_GDBM
184 #define USE_GNUTLS
185 #define AVOID_GNUTLS_PKCS11
186 #define USE_NDBM
187 #define USE_OPENSSL
188 #define USE_READLINE
189 #define USE_TCP_WRAPPERS
190 #define USE_TDB
191
192 #define WHITELIST_D_MACROS
193
194 #define WITH_CONTENT_SCAN
195 #define DISABLE_MAL_FFROTD
196 #define DISABLE_MAL_FFROT6D
197 #define DISABLE_MAL_DRWEB
198 #define DISABLE_MAL_AVE
199 #define DISABLE_MAL_FSECURE
200 #define DISABLE_MAL_KAV
201 #define DISABLE_MAL_SOPHIE
202 #define DISABLE_MAL_CLAM
203 #define DISABLE_MAL_MKS
204 #define DISABLE_MAL_AVAST
205 #define DISABLE_MAL_SOCK
206 #define DISABLE_MAL_CMDLINE
207
208 /* EXPERIMENTAL features */
209 #define EXPERIMENTAL_ARC
210 #define EXPERIMENTAL_BRIGHTMAIL
211 #define EXPERIMENTAL_DCC
212 #define EXPERIMENTAL_DSN_INFO
213 #define EXPERIMENTAL_QUEUEFILE
214 #define EXPERIMENTAL_XCLIENT
215
216
217 /* For developers */
218 #define WANT_DEEPER_PRINTF_CHECKS
219
220 /* Things that are not routinely changed but are nevertheless configurable
221 just in case. */
222
223 #define DNS_MAXNAME                1024
224 #define EXPAND_MAXN                  20
225 #define ROOT_UID                      0
226 #define ROOT_GID                      0
227
228 /* Sizes for integer arithmetic.
229 Go for 64bit; can be overridden in OS/Makefile-FOO
230 If you make it a different number of bits, provide a definition
231 for EXIM_ARITH_MAX and _MIN in OS/oh.h-FOO */
232 #define int_eximarith_t int64_t
233 #define PR_EXIM_ARITH "%" PRId64                /* C99 standard, printf %lld */
234 #define SC_EXIM_ARITH "%" SCNi64                /* scanf incl. 0x prefix */
235 #define SC_EXIM_DEC   "%" SCNd64                /* scanf decimal */
236
237 /* End of config.h.defaults */