update to pre-4.87 master
[exim.git] / src / src / config.h.defaults
1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
4
5 /* Copyright (c) University of Cambridge 1995 - 2015 */
6 /* See the file NOTICE for conditions of use and distribution. */
7
8 /* The default settings for Exim configuration variables. A #define without
9 any data just defines the existence of the variable; it won't get included
10 in config.h unless some value is defined in Local/Makefile. If there is data,
11 it's a default value. */
12
13 #define ALT_CONFIG_PREFIX
14 #define TRUSTED_CONFIG_LIST
15
16 #define APPENDFILE_MODE 0600
17 #define APPENDFILE_DIRECTORY_MODE 0700
18 #define APPENDFILE_LOCKFILE_MODE 0600
19
20 #define AUTH_CRAM_MD5
21 #define AUTH_CYRUS_SASL
22 #define AUTH_DOVECOT
23 #define AUTH_GSASL
24 #define AUTH_HEIMDAL_GSSAPI
25 #define AUTH_PLAINTEXT
26 #define AUTH_SPA
27 #define AUTH_TLS
28
29 #define AUTH_VARS 3
30
31 #define BIN_DIRECTORY
32
33 #define CONFIGURE_FILE
34 #define CONFIGURE_FILE_USE_EUID
35 #define CONFIGURE_FILE_USE_NODE
36 #define CONFIGURE_GROUP
37 #define CONFIGURE_OWNER
38 #define CYRUS_PWCHECK_SOCKET
39 #define CYRUS_SASLAUTHD_SOCKET
40
41 #define DEFAULT_CRYPT crypt
42 #define DELIVER_IN_BUFFER_SIZE 8192
43 #define DELIVER_OUT_BUFFER_SIZE 8192
44 #define DISABLE_DNSSEC
45 #define DISABLE_DKIM
46 #define DISABLE_EVENT
47 #define DISABLE_PRDR
48 #define DISABLE_OCSP
49 #define DISABLE_D_OPTION
50
51 #define ENABLE_DISABLE_FSYNC
52
53 #define EXIMDB_DIRECTORY_MODE 0750
54 #define EXIMDB_LOCK_TIMEOUT 60
55 #define EXIMDB_LOCKFILE_MODE 0640
56 #define EXIMDB_MODE 0640
57 #define EXIM_CLIENT_DH_MIN_MIN_BITS 512
58 #define EXIM_CLIENT_DH_DEFAULT_MIN_BITS 1024
59 #define EXIM_GNUTLS_LIBRARY_LOG_LEVEL
60 #define EXIM_SERVER_DH_BITS_PRE2_12
61 #define EXIM_PERL
62 /* Both uid and gid are triggered by this */
63 #define EXIM_UID
64 #define EXPAND_DLFUNC
65 #define EXPAND_LISTMATCH_RHS
66
67 #define FIXED_NEVER_USERS "root"
68
69 #define HAVE_CRYPT16
70 #define HAVE_SA_LEN
71 #define HEADERS_CHARSET "ISO-8859-1"
72 #define HEADER_ADD_BUFFER_SIZE (8192 * 4)
73 #define HEADER_MAXSIZE (1024*1024)
74
75 #define INPUT_DIRECTORY_MODE 0750
76 #define IPV6_USE_INET_PTON
77
78 #define LDAP_LIB_TYPE
79 #define LOCAL_SCAN_HAS_OPTIONS
80
81 #define LOG_DIRECTORY_MODE 0750
82 #define LOG_FILE_PATH
83 #define LOG_MODE 0640
84
85 #define LOOKUP_CDB
86 #define LOOKUP_DBM
87 #define LOOKUP_DNSDB
88 #define LOOKUP_DSEARCH
89 #define LOOKUP_IBASE
90 #define LOOKUP_LDAP
91 #define LOOKUP_LSEARCH
92 #define LOOKUP_MYSQL
93 #define LOOKUP_NIS
94 #define LOOKUP_NISPLUS
95 #define LOOKUP_ORACLE
96 #define LOOKUP_PASSWD
97 #define LOOKUP_PGSQL
98 #define LOOKUP_REDIS
99 #define LOOKUP_SQLITE
100 #define LOOKUP_TESTDB
101 #define LOOKUP_WHOSON
102 #define LOOKUP_WILDLSEARCH
103 #define LOOKUP_NWILDLSEARCH
104
105 #define LOOKUP_MODULE_DIR
106
107 #define MAX_FILTER_SIZE (1024*1024)
108 #define MAX_LOCALHOST_NUMBER 256
109 #define MAX_INCLUDE_SIZE (1024*1024)
110 #define MAX_INTERFACES 250
111 #define MAX_NAMED_LIST 16
112 #define MSGLOG_DIRECTORY_MODE 0750
113
114 #define NVALGRIND
115
116 #define PID_FILE_PATH
117
118 #define RADIUS_CONFIG_FILE
119 #define RADIUS_LIB_TYPE
120
121 #define REGEX_VARS 9
122
123 #define ROUTER_ACCEPT
124 #define ROUTER_DNSLOOKUP
125 #define ROUTER_IPLITERAL
126 #define ROUTER_IPLOOKUP
127 #define ROUTER_MANUALROUTE
128 #define ROUTER_QUERYPROGRAM
129 #define ROUTER_REDIRECT
130
131 #define SPOOL_DIRECTORY
132 #define SPOOL_DIRECTORY_MODE 0750
133 #define SPOOL_MODE 0640
134 #define STRING_SPRINTF_BUFFER_SIZE (8192 * 4)
135
136 #define SUPPORT_CRYPTEQ
137 #define SUPPORT_I18N
138 #define SUPPORT_MAILDIR
139 #define SUPPORT_MAILSTORE
140 #define SUPPORT_MBX
141 #define SUPPORT_MOVE_FROZEN_MESSAGES
142 #define SUPPORT_PAM
143 #define SUPPORT_PROXY
144 #define SUPPORT_SOCKS
145 #define SUPPORT_TLS
146 #define SUPPORT_TRANSLATE_IP_ADDRESS
147
148 #define SYSLOG_LOG_PID
149 #define SYSLOG_LONG_LINES
150
151 #define TCP_WRAPPERS_DAEMON_NAME "exim"
152 #define TIMEZONE_DEFAULT
153 #define TMPDIR
154
155 #define TRANSPORT_APPENDFILE
156 #define TRANSPORT_AUTOREPLY
157 #define TRANSPORT_LMTP
158 #define TRANSPORT_PIPE
159 #define TRANSPORT_SMTP
160
161 #define USE_DB
162 #define USE_GDBM
163 #define USE_GNUTLS
164 #define AVOID_GNUTLS_PKCS11
165 #define USE_READLINE
166 #define USE_TCP_WRAPPERS
167 #define USE_TDB
168
169 #define WHITELIST_D_MACROS
170
171 #define WITH_CONTENT_SCAN
172 #define WITH_OLD_DEMIME
173 #define WITH_OLD_CLAMAV_STREAM
174
175 /* EXPERIMENTAL features */
176 #define EXPERIMENTAL_BRIGHTMAIL
177 #define EXPERIMENTAL_DANE
178 #define EXPERIMENTAL_DCC
179 #define EXPERIMENTAL_DSN_INFO
180 #define EXPERIMENTAL_DMARC
181 #define EXPERIMENTAL_SPF
182 #define EXPERIMENTAL_SRS
183
184 /* For developers */
185 #define WANT_DEEPER_PRINTF_CHECKS
186
187 /* Things that are not routinely changed but are nevertheless configurable
188 just in case. */
189
190 #define DNS_MAXNAME 1024
191 #define EXPAND_MAXN 20
192 #define ROOT_UID 0
193 #define ROOT_GID 0
194
195 /* Sizes for integer arithmetic.
196 Go for 64bit; can be overridden in OS/Makefile-FOO
197 If you make it a different number of bits, provide a definition
198 for EXIM_64B_MAX and _MIN in OS/oh.h-FOO */
199 #define int_eximarith_t int64_t
200 #define PR_EXIM_ARITH "%" PRId64 /* C99 standard, printf %lld */
201 #define SC_EXIM_ARITH "%" SCNi64 /* scanf incl. 0x prefix */
202 #define SC_EXIM_DEC "%" SCNd64 /* scanf decimal */
203
204 /* End of config.h.defaults */