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