EXPAND_LISTMATCH_RHS plumbed into build makefiles.
[exim.git] / src / src / config.h.defaults
1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
4
5 /* Copyright (c) University of Cambridge 1995 - 2009 */
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_PLAINTEXT
24 #define AUTH_SPA
25
26 #define AUTH_VARS 3
27
28 #define BIN_DIRECTORY
29
30 #define CONFIGURE_FILE
31 #define CONFIGURE_FILE_USE_EUID
32 #define CONFIGURE_FILE_USE_NODE
33 #define CONFIGURE_GROUP
34 #define CONFIGURE_OWNER
35 #define CYRUS_PWCHECK_SOCKET
36 #define CYRUS_SASLAUTHD_SOCKET
37
38 #define DEFAULT_CRYPT crypt
39 #define DELIVER_IN_BUFFER_SIZE 8192
40 #define DELIVER_OUT_BUFFER_SIZE 8192
41 #define DISABLE_DKIM
42 #define DISABLE_D_OPTION
43
44 #define ENABLE_DISABLE_FSYNC
45
46 #define EXIMDB_DIRECTORY_MODE 0750
47 #define EXIMDB_LOCK_TIMEOUT 60
48 #define EXIMDB_LOCKFILE_MODE 0640
49 #define EXIMDB_MODE 0640
50 #define EXIM_PERL
51 /* Both uid and gid are triggered by this */
52 #define EXIM_UID
53 #define EXPAND_DLFUNC
54 #define EXPAND_LISTMATCH_RHS
55
56 #define FIXED_NEVER_USERS "root"
57
58 #define HAVE_CRYPT16
59 #define HAVE_SA_LEN
60 #define HEADERS_CHARSET "ISO-8859-1"
61 #define HEADER_ADD_BUFFER_SIZE (8192 * 4)
62 #define HEADER_MAXSIZE (1024*1024)
63
64 #define INPUT_DIRECTORY_MODE 0750
65 #define IPV6_USE_INET_PTON
66
67 #define LDAP_LIB_TYPE
68 #define LOCAL_SCAN_HAS_OPTIONS
69
70 #define LOG_DIRECTORY_MODE 0750
71 #define LOG_FILE_PATH
72 #define LOG_MODE 0640
73
74 #define LOOKUP_CDB
75 #define LOOKUP_DBM
76 #define LOOKUP_DNSDB
77 #define LOOKUP_DSEARCH
78 #define LOOKUP_IBASE
79 #define LOOKUP_LDAP
80 #define LOOKUP_LSEARCH
81 #define LOOKUP_MYSQL
82 #define LOOKUP_NIS
83 #define LOOKUP_NISPLUS
84 #define LOOKUP_ORACLE
85 #define LOOKUP_PASSWD
86 #define LOOKUP_PGSQL
87 #define LOOKUP_SQLITE
88 #define LOOKUP_TESTDB
89 #define LOOKUP_WHOSON
90 #define LOOKUP_WILDLSEARCH
91 #define LOOKUP_NWILDLSEARCH
92
93 #define LOOKUP_MODULE_DIR
94
95 #define MAX_FILTER_SIZE (1024*1024)
96 #define MAX_LOCALHOST_NUMBER 256
97 #define MAX_INCLUDE_SIZE (1024*1024)
98 #define MAX_INTERFACES 250
99 #define MAX_NAMED_LIST 16
100 #define MSGLOG_DIRECTORY_MODE 0750
101
102 #define PID_FILE_PATH
103
104 #define RADIUS_CONFIG_FILE
105 #define RADIUS_LIB_TYPE
106
107 #define ROUTER_ACCEPT
108 #define ROUTER_DNSLOOKUP
109 #define ROUTER_IPLITERAL
110 #define ROUTER_IPLOOKUP
111 #define ROUTER_MANUALROUTE
112 #define ROUTER_QUERYPROGRAM
113 #define ROUTER_REDIRECT
114
115 #define SPOOL_DIRECTORY
116 #define SPOOL_DIRECTORY_MODE 0750
117 #define SPOOL_MODE 0640
118 #define STRING_SPRINTF_BUFFER_SIZE (8192 * 4)
119
120 #define SUPPORT_A6
121 #define SUPPORT_CRYPTEQ
122 #define SUPPORT_MAILDIR
123 #define SUPPORT_MAILSTORE
124 #define SUPPORT_MBX
125 #define SUPPORT_MOVE_FROZEN_MESSAGES
126 #define SUPPORT_PAM
127 #define SUPPORT_TLS
128 #define SUPPORT_TRANSLATE_IP_ADDRESS
129
130 #define SYSLOG_LOG_PID
131 #define SYSLOG_LONG_LINES
132
133 #define TCP_WRAPPERS_DAEMON_NAME "exim"
134 #define TIMEZONE_DEFAULT
135 #define TMPDIR
136
137 #define TRANSPORT_APPENDFILE
138 #define TRANSPORT_AUTOREPLY
139 #define TRANSPORT_LMTP
140 #define TRANSPORT_PIPE
141 #define TRANSPORT_SMTP
142
143 #define USE_DB
144 #define USE_GDBM
145 #define USE_GNUTLS
146 #define USE_READLINE
147 #define USE_TCP_WRAPPERS
148 #define USE_TDB
149
150 #define WHITELIST_D_MACROS
151
152 #define WITH_CONTENT_SCAN
153 #define WITH_OLD_DEMIME
154 #define WITH_OLD_CLAMAV_STREAM
155
156 /* EXPERIMENTAL features */
157 #define EXPERIMENTAL_SPF
158 #define EXPERIMENTAL_SRS
159 #define EXPERIMENTAL_BRIGHTMAIL
160 #define EXPERIMENTAL_DCC
161
162 /* Things that are not routinely changed but are nevertheless configurable
163 just in case. */
164
165 #define DNS_MAXNAME 1024
166 #define EXPAND_MAXN 20
167 #define ROOT_UID 0
168 #define ROOT_GID 0
169
170 /* End of config.h.defaults */