summaryrefslogtreecommitdiff
path: root/mail/exim/options
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim/options')
-rw-r--r--mail/exim/options7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/exim/options b/mail/exim/options
index 026e2e8f8d1a..9825b2a2c5cb 100644
--- a/mail/exim/options
+++ b/mail/exim/options
@@ -131,6 +131,10 @@
# srs_recipient (string*) SRS recipient
# srs_status (string*) SRS status
+#WITHOUT_DOMAINKEYS
+# Enable Yahoo DomainKeys support.
+# DomainKeys support depends on exiscan.
+
#WITHOUT_TCP_WRAPPERS
# Link against libwrap to support /etc/hosts.allow access control.
@@ -262,6 +266,9 @@ WITHOUT_SPF?=yes
.ifndef WITH_SRS
WITHOUT_SRS?=yes
.endif
+.ifndef WITH_DOMAINKEYS
+WITHOUT_DOMAINKEYS?=yes
+.endif
.ifndef WITH_TCP_WRAPPERS
WITHOUT_TCP_WRAPPERS?=yes
.endif