diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-12-02 10:06:31 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-12-02 10:06:31 +0000 |
commit | e76cd7d6927a01e87121db2cfb729697a0b864ab (patch) | |
tree | eb0de7aba916db8c653fcfffecb90ec868c5d3f6 /mail/exim/options | |
parent | - Update to 3.07 (diff) |
Add DomainKeys support.
PR: ports/89011
Submitted by: skv
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=150211
Diffstat (limited to 'mail/exim/options')
-rw-r--r-- | mail/exim/options | 7 |
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 |