From 736327182a5333131553bfefa86751d984f991c2 Mon Sep 17 00:00:00 2001 From: Thomas Morper Date: Sat, 21 Sep 2019 06:29:14 +0700 Subject: network/exim: Enable LMTP transport. Signed-off-by: Willy Sudiarto Raharjo --- network/exim/exim.Makefile | 2 +- network/exim/exim.SlackBuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/network/exim/exim.Makefile b/network/exim/exim.Makefile index 90ccf38ad8..db91d5526e 100644 --- a/network/exim/exim.Makefile +++ b/network/exim/exim.Makefile @@ -237,7 +237,7 @@ TRANSPORT_SMTP=yes # This one is special-purpose, and commonly not required, so it is not # included by default. -# TRANSPORT_LMTP=yes +TRANSPORT_LMTP=yes #------------------------------------------------------------------------------ diff --git a/network/exim/exim.SlackBuild b/network/exim/exim.SlackBuild index 9765874c56..c4bdb291e2 100644 --- a/network/exim/exim.SlackBuild +++ b/network/exim/exim.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=exim VERSION=${VERSION:-4.92.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then -- cgit v1.2.3