summaryrefslogtreecommitdiffstats
path: root/mail/opendkim/Makefile.options
blob: 66427a1f1ae118ba70b80a951c84241bccb2ce35 (plain)
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
# Created by: Hirohisa Yamaguchi <umq@ueo.co.jp>
# $FreeBSD$

# This file is used to tune build time options.

OPTIONS_GROUP+=		DEVELOPER
DEVELOPER_DESC=		Options useful for OpenDKIM development

OPTIONS_GROUP_DEVELOPER=	ALLSYMBOLS CODECOVERAGE DEBUG

ALLSYMBOLS_DESC=	Export all internal symbols for better test coverage
ALLSYMBOLS_CONFIGURE_ENABLE=	allsymbols

CODECOVERAGE_DESC=	Enable internal code-coverage/profiling
CODECOVERAGE_CONFIGURE_ENABLE=	codecoverage

DEBUG_DESC=		Build with debug symbols
DEBUG_CONFIGURE_ENABLE=	debug

## Please refer FEATURES file distributed with the source for details.

FFR_DESC=		Use features marked as For-Future-Releases

OPTIONS_GROUP+=		FFR

## _FFR_DNSSEC is referenced in the code, but does not appear to do
## anything much.

OPTIONS_GROUP_FFR=	ADSP_LISTS ATPS DB_HANDLE_POOLS \
			DEFAULT_SENDER DIFFHEADERS IDENTITY_HEADER \
			LDAP_CACHING POSTGRES_RECONNECT_HACK \
			RATE_LIMIT RBL REPLACE_RULES REPRRD \
			REPUTATION RESIGN SENDER_MACRO \
			SOCKETDB STATS STATSEXT VBR

ADSP_LISTS_DESC=		ADSP filtering for lists (experimental)
ADSP_LISTS_CONFIGURE_ENABLE=	adsp_lists

ATPS_DESC=			Authorized Third Party Sign check
ATPS_CONFIGURE_ENABLE=		atps

DB_HANDLE_POOLS_DESC=		Database handle pools (experimental)
DB_HANDLE_POOLS_CONFIGURE_ENABLE=	db_handle_pools

DEFAULT_SENDER_DESC=		Default sender address
DEFAULT_SENDER_CONFIGURE_ENABLE=default_sender

DIFFHEADERS_DESC=		Compare signed and verified headers (experimental)
DIFFHEADERS_CONFIGURE_ENABLE=	diffheaders
DIFFHEADERS_LIB_DEPENDS=	libtre.so:textproc/libtre                                                      
DIFFHEADERS_CONFIGURE_WITH=	tre=${LOCALBASE}                                                                           
DIFFHEADERS_CONFIGURE_OFF=	--without-tre                                                                              

IDENTITY_HEADER_DESC=		Special header to set identity
IDENTITY_HEADER_CONFIGURE_ENABLE=	identity_header

LDAP_CACHING_DESC=		LDAP query piggybacking and caching
LDAP_CACHING_CONFIGURE_ENABLE=	ldap_caching
LDAP_CACHING_USE=		OPENLDAP=yes

LUA_ONLY_SIGNING=		Message signing by Lua only
LUA_ONLY_SIGNING_CONFIGURE_ENABLE=	lua_only_signing

POSTGRES_RECONNECT_HACK_DESC=	PostgreSQL connection error detection bug hack
POSTGRES_RECONNECT_HACK_CONFIGURE_ENABLE=	postgresql_reconnect_hack

RATE_LIMIT_DESC=		DKIM based rate limiting support
RATE_LIMIT_CONFIGURE_ENABLE=	rate_limit

RBL_DESC=			Realtime Blacklist query support
RBL_CONFIGURE_ENABLE=		rbl

REPLACE_RULES_DESC=		String substition when signing
REPLACE_RULES_CONFIGURE_ENABLE=	replace_rules

REPRRD_DESC=			Support for collaborative reputation that uses rrdtool (experimental)
REPRRD_CONFIGURE_ENABLE=	reprrd
REPRRD_LIB_DEPENDS=		librrd.so:databases/rrdtool

REPUTATION_DESC=		Reputation check (experimental)
REPUTATION_CONFIGURE_ENABLE=	reputation

RESIGN_DESC=			One-step resigning
RESIGN_CONFIGURE_ENABLE=	resign

SENDER_MACRO_DESC=		Macro to determine sender
SENDER_MACRO_CONFIGURE_ENABLE=	sender_macro

SOCKETDB_DESC=			Arbitrary socket data sets
SOCKETDB_CONFIGURE_ENABLE=	socketdb

STATS_DESC=			Per-message and per-signature statistics
STATS_CONFIGURE_ENABLE=		stats

STATSEXT_DESC=			Localized stats extensions
STATSEXT_CONFIGURE_ENABLE=	statsext

VBR_DESC=			Vouch-By-Reference support
VBR_CONFIGURE_ENABLE=		vbr
OpenPOWER on IntegriCloud