diff options
author | Thomas Morper <thomas@beingboiled.info> | 2015-01-13 23:56:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-13 23:56:23 +0700 |
commit | eca29eede1e58b02109707bc3bb939a241cecbad (patch) | |
tree | 1954a1c9b8758a4d6d27a54e710db749ad0bd5cd /network/exim/exim.Makefile | |
parent | b448f592dc4668daa2c027126c4844666132570b (diff) | |
download | slackbuilds-eca29eede1e58b02109707bc3bb939a241cecbad.tar.gz |
network/exim: Updated for version 4.85.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/exim/exim.Makefile')
-rw-r--r-- | network/exim/exim.Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile index f4834c0dd0..bf195578f3 100644 --- a/network/exim/exim.Makefile +++ b/network/exim/exim.Makefile @@ -488,9 +488,9 @@ WITH_CONTENT_SCAN=yes # LDFLAGS += -lopendmarc -# Uncomment the following line to support Transport post-delivery actions, +# Uncomment the following line to support Events, # eg. for logging to a database. -# EXPERIMENTAL_TPDA=yes +# EXPERIMENTAL_EVENT=yes # Uncomment the following line to add Redis lookup support # You need to have hiredis installed on your system (https://github.com/redis/hiredis). @@ -509,6 +509,9 @@ WITH_CONTENT_SCAN=yes # Uncomment the following line to add DSN support # EXPERIMENTAL_DSN=yes +# Uncomment the following line to add DANE support +# EXPERIMENTAL_DANE=yes + ############################################################################### # THESE ARE THINGS YOU MIGHT WANT TO SPECIFY # ############################################################################### |