diff options
author | Thomas Morper <thomas@beingboiled.info> | 2019-02-15 07:37:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-15 07:37:06 +0700 |
commit | c6784ded0ed63ec4625e8dd44942dd09f9c1c91a (patch) | |
tree | 430307d198711fbb3b75b8d80d9c4e7cca304f1c /network/exim/exim.Makefile | |
parent | a8e7016b34c93042d50dffd134d08c605e6827be (diff) |
network/exim: Updated for version 4.92.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/exim/exim.Makefile')
-rw-r--r-- | network/exim/exim.Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile index 08befe0e5dd73..90ccf38ad8f40 100644 --- a/network/exim/exim.Makefile +++ b/network/exim/exim.Makefile @@ -523,6 +523,11 @@ DISABLE_MAL_MKS=yes # Uncomment the following line to add queuefile transport support # EXPERIMENTAL_QUEUEFILE=yes +# Uncomment the following to add REQUIRETLS support. +# You must also have SUPPORT_TLS enabled. +# Ref: https://datatracker.ietf.org/doc/draft-fenton-smtp-require-tls +# EXPERIMENTAL_REQUIRETLS=yes + ############################################################################### # THESE ARE THINGS YOU MIGHT WANT TO SPECIFY # ############################################################################### |