aboutsummaryrefslogtreecommitdiff
path: root/mail/exim/options
blob: b36b0cd9c411f7e9820b525578a5105e10479a36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
OPTIONS_DEFINE+=	ALT_CONFIG_PREFIX \
			CONTENT_SCAN \
			DAEMON \
			DANE \
			DEBUG \
			DISABLE_D_OPT \
			DKIM \
			SPF \
			DNSSEC \
			DOCS \
			EMBEDDED_PERL \
			EXIMON \
			ICONV \
			IPV6 \
			LISTMATCH_RHS \
			LMTP \
			OCSP \
			PRDR \
			READLINE \
			SUID \
			TCP_WRAPPERS \
			WISHLIST \
			EVENT \
			PROXY \
			SOCKS \
			INTERNATIONAL

OPTIONS_DEFAULT+=	AUTH_CRAM_MD5 \
			AUTH_DOVECOT \
			AUTH_PLAINTEXT \
			AUTH_SPA \
			CDB \
			CONTENT_SCAN \
			DAEMON \
			DISABLE_D_OPT \
			DKIM \
			DNSDB \
			DNSSEC \
			DSEARCH \
			EMBEDDED_PERL \
			EVENT \
			ICONV \
			INTERNATIONAL \
			LMTP \
			LSEARCH \
			MAILDIR \
			MAILSTORE \
			MBX \
			OCSP \
			PAM \
			PASSWD \
			PRDR \
			SPF \
			SUID \
			TLS

OPTIONS_RADIO_TLS=	TLS GNUTLS
TLS_DESC=	TLS support
OPTIONS_RADIO_LS=	SA_EXIM
LS_DESC=	Local scan patch
OPTIONS_RADIO_SRSR=	SRS
SRSR_DESC=	Sender Rewriting Scheme
OPTIONS_RADIO=	TLS LS SRSR

OPTIONS_GROUP_AUTH=	AUTH_CRAM_MD5 AUTH_DOVECOT AUTH_PLAINTEXT AUTH_RADIUS AUTH_SASL AUTH_SPA SASLAUTHD PAM PASSWD
AUTH_DESC=	SMTP Authorization
OPTIONS_GROUP_LOOKUP=	CDB BDB DNSDB DSEARCH LSEARCH MYSQL NIS OPENLDAP PGSQL REDIS SQLITE
LOOKUP_DESC=	Lookup support
OPTIONS_GROUP_STORAGE=	MAILDIR MAILSTORE MBX
STORAGE_DESC=	Supported storage formats
OPTIONS_GROUP_EXPERIMENTAL= CERTNAMES DCC DMARC DSN ARC LMDB QUEUEFILE
EXPERIMENTAL_DESC=	Experimental options
OPTIONS_GROUP=	AUTH LOOKUP STORAGE EXPERIMENTAL

ALT_CONFIG_PREFIX_DESC=	Restrict the set of configuration files
ARC_DESC=		Enable experimental ARC support
AUTH_CRAM_MD5_DESC=	Enable CRAM-MD5 authentication mechanisms
AUTH_DOVECOT_DESC=	Enable Dovecot authentication mechanisms
AUTH_PLAINTEXT_DESC=	Enable plaintext authentication
AUTH_RADIUS_DESC=	Enable radius (RFC 2865) authentication
AUTH_SASL_DESC=		Enable use of Cyrus SASL auth library
AUTH_SPA_DESC=		Enable Secure Password Authentication
CERTNAMES_DESC=		Check certiticates ownership
BDB_DESC=		Enable Berkeley DB lookups
CDB_DESC=		Enable CDB-style lookups
CONTENT_SCAN_DESC=	Enable exiscan email content scanner
DAEMON_DESC=		Install scripts to run as a daemon
DANE_DESC=		Enable experimental DANE support
DCC_DESC=		Enable DCC at ACL support via dccifd
DISABLE_D_OPT_DESC=	Disable macros overrides using option -D
DKIM_DESC=		Enable support for DKIM
DMARC_DESC=		Enable DMARC support
DNSDB_DESC=		Enable DNS-style lookups
DNSSEC_DESC=	Enable DNSSEC validation
DSEARCH_DESC=		Enable directory-list lookups
DSN_DESC=		Enable Delivery Status Notifications
EMBEDDED_PERL_DESC=	Enable embedded Perl interpreter
EVENT_DESC=		Messages events support (TPDA namely)
EXIMON_DESC=		Build eximon monitor (requires X libraries)
ICONV_DESC=		Enable header charset conversion
INTERNATIONAL_DESC=	Enable support for the transmission of UTF-8 envelope addresses
LISTMATCH_RHS_DESC=	Enable pre-4.77 behaviour for match_*
LMDB_DESC=		Enable LMDB lookups
LMTP_DESC=		RFC2033 SMTP over command pipe transport
LSEARCH_DESC=		Enable wildcarded-file lookups
MAILDIR_DESC=		Enable Maildir mailbox format
MAILSTORE_DESC=		Enable Mailstore mailbox format
MBX_DESC=		Enable MBX mailbox format
MYSQL_DESC=		Enable mysql lookups
NIS_DESC=		Enable NIS-style lookups
OPENLDAP_DESC=		Enable LDAP lookups
OCSP_DESC=		Enable OCSP stapling
QUEUEFILE_DESC=		Enable queuefile transport
PAM_DESC=		Enable PAM authentication mechanisms
PASSWD_DESC=		Enable /etc/passwd lookups
PGSQL_DESC=		Enable postgresql lookups
PRDR_DESC=		Enable Per-Recipient-Data-Response support
PROXY_DESC=		Enable Experimental Proxy Protocol
READLINE_DESC=		Enable readline(3) library
REDIS_DESC=		Enable redis lookups
SASLAUTHD_DESC=		Enable use of Cyrus SASL auth daemon
SA_EXIM_DESC=		Build with Spamassassin local scan
SOCKS_DESC=		Enable smtp transport via socks5 proxies
SPF_DESC=		Enable Sender Policy Framework checking
SQLITE_DESC=		Enable SQLite lookups
SRS_DESC=		Enable Sender Rewriting Scheme
SUID_DESC=		Install the exim binary suid root
TAINTWARN_DESC=		Allow insecure tainted data (pre-4.93 config style, deprecated)
TCP_WRAPPERS_DESC=	Enable /etc/hosts.allow access control
GNUTLS_DESC=		Use GnuTLS instead of OpenSSL for TLS
WISHLIST_DESC=		Include the unsupported patches