diff options
Diffstat (limited to 'mail/exim/options')
-rw-r--r-- | mail/exim/options | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/exim/options b/mail/exim/options index 21f9cd0c7f86..50ca3f8a655a 100644 --- a/mail/exim/options +++ b/mail/exim/options @@ -139,6 +139,9 @@ # Enable Yahoo DomainKeys support. # DomainKeys support depends on exiscan. +#WITHOUT_DKIM +# Enable DKIM (DomainKeys Identified Mail) support. + #WITHOUT_TCP_WRAPPERS # Link against libwrap to support /etc/hosts.allow access control. @@ -279,6 +282,9 @@ WITHOUT_SRS_ALT?=yes .ifndef WITH_DOMAINKEYS WITHOUT_DOMAINKEYS?=yes .endif +.ifndef WITH_DKIM +WITHOUT_DKIM?=yes +.endif .ifndef WITH_TCP_WRAPPERS WITHOUT_TCP_WRAPPERS?=yes .endif |