diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-11-15 18:18:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-11-15 18:18:20 +0000 |
commit | 16f0b1fa3538a3fe285bdd374eff004f2be96b87 (patch) | |
tree | 9e97f3dd211bba5f044fbf5774f1d16483b2cbac /mail/exim/options | |
parent | 1eb9a7d74f2d9fc027dac65ac54d2d6127861759 (diff) |
Notes
Diffstat (limited to 'mail/exim/options')
-rw-r--r-- | mail/exim/options | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/options b/mail/exim/options index 9688c3852cfd..ff1035d40218 100644 --- a/mail/exim/options +++ b/mail/exim/options @@ -9,9 +9,9 @@ OPTIONS+= \ CDB "Enable CDB-style lookups" on \ CONTENT_SCAN "Enable exiscan email content scanner" off \ DAEMON "Don't install scripts to run as a daemon" on \ - DKIM "Enable DKIM (DomainKeys Identified Mail)" off \ + DCC "Enable DCC at ACL support via dccifd" off \ + DEBUG "Build with debugging symbols" off \ DNSDB "Enable DNS-style lookups" on \ - DOMAINKEYS "Enable Yahoo DomainKeys support" off \ DSEARCH "Enable directory-list lookups" on \ EMBEDDED_PERL "Enable embedded Perl interpreter" on \ EXIMON "Build eximon monitor (require XFree86!)" off \ |