Pull strict-aliasing fix for sockaddr_46.
[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
55 #define FIXED_NEVER_USERS "root"
56
57 #define HAVE_CRYPT16
58 #define HAVE_SA_LEN
59 #define HEADERS_CHARSET "ISO-8859-1"
60 #define HEADER_ADD_BUFFER_SIZE (8192 * 4)
61 #define HEADER_MAXSIZE (1024*1024)
62
63 #define INPUT_DIRECTORY_MODE 0750
64 #define IPV6_USE_INET_PTON
65
66 #define LDAP_LIB_TYPE
67 #define LOCAL_SCAN_HAS_OPTIONS
68
69 #define LOG_DIRECTORY_MODE 0750
70 #define LOG_FILE_PATH
71 #define LOG_MODE 0640
72
73 #define LOOKUP_CDB
74 #define LOOKUP_DBM
75 #define LOOKUP_DNSDB
76 #define LOOKUP_DSEARCH
77 #define LOOKUP_IBASE
78 #define LOOKUP_LDAP
79 #define LOOKUP_LSEARCH
80 #define LOOKUP_MYSQL
81 #define LOOKUP_NIS
82 #define LOOKUP_NISPLUS
83 #define LOOKUP_ORACLE
84 #define LOOKUP_PASSWD
85 #define LOOKUP_PGSQL
86 #define LOOKUP_SQLITE
87 #define LOOKUP_TESTDB
88 #define LOOKUP_WHOSON
89 #define LOOKUP_WILDLSEARCH
90 #define LOOKUP_NWILDLSEARCH
91
92 #define LOOKUP_MODULE_DIR
93
94 #define MAX_FILTER_SIZE (1024*1024)
95 #define MAX_LOCALHOST_NUMBER 256
96 #define MAX_INCLUDE_SIZE (1024*1024)
97 #define MAX_INTERFACES 250
98 #define MAX_NAMED_LIST 16
99 #define MSGLOG_DIRECTORY_MODE 0750
100
101 #define PID_FILE_PATH
102
103 #define RADIUS_CONFIG_FILE
104 #define RADIUS_LIB_TYPE
105
106 #define ROUTER_ACCEPT
107 #define ROUTER_DNSLOOKUP
108 #define ROUTER_IPLITERAL
109 #define ROUTER_IPLOOKUP
110 #define ROUTER_MANUALROUTE
111 #define ROUTER_QUERYPROGRAM
112 #define ROUTER_REDIRECT
113
114 #define SPOOL_DIRECTORY
115 #define SPOOL_DIRECTORY_MODE 0750
116 #define SPOOL_MODE 0640
117 #define STRING_SPRINTF_BUFFER_SIZE (8192 * 4)
118
119 #define SUPPORT_A6
120 #define SUPPORT_CRYPTEQ
121 #define SUPPORT_MAILDIR
122 #define SUPPORT_MAILSTORE
123 #define SUPPORT_MBX
124 #define SUPPORT_MOVE_FROZEN_MESSAGES
125 #define SUPPORT_PAM
126 #define SUPPORT_TLS
127 #define SUPPORT_TRANSLATE_IP_ADDRESS
128
129 #define SYSLOG_LOG_PID
130 #define SYSLOG_LONG_LINES
131
132 #define TCP_WRAPPERS_DAEMON_NAME "exim"
133 #define TIMEZONE_DEFAULT
134 #define TMPDIR
135
136 #define TRANSPORT_APPENDFILE
137 #define TRANSPORT_AUTOREPLY
138 #define TRANSPORT_LMTP
139 #define TRANSPORT_PIPE
140 #define TRANSPORT_SMTP
141
142 #define USE_DB
143 #define USE_GDBM
144 #define USE_GNUTLS
145 #define USE_READLINE
146 #define USE_TCP_WRAPPERS
147 #define USE_TDB
148
149 #define WHITELIST_D_MACROS
150
151 #define WITH_CONTENT_SCAN
152 #define WITH_OLD_DEMIME
153 #define WITH_OLD_CLAMAV_STREAM
154
155 /* EXPERIMENTAL features */
156 #define EXPERIMENTAL_SPF
157 #define EXPERIMENTAL_SRS
158 #define EXPERIMENTAL_BRIGHTMAIL
159 #define EXPERIMENTAL_DCC
160
161 /* Things that are not routinely changed but are nevertheless configurable
162 just in case. */
163
164 #define DNS_MAXNAME 1024
165 #define EXPAND_MAXN 20
166 #define ROOT_UID 0
167 #define ROOT_GID 0
168
169 /* End of config.h.defaults */