Skip to content

Commit 0b0e24d

Browse files
authored
Merge pull request #1 from pixil98/support-ldap
Include ldap support in docker image
2 parents 92ab976 + 130ce9d commit 0b0e24d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build-scripts/postfix-install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88
do_alpine() {
99
apk update
1010
apk add --upgrade cyrus-sasl cyrus-sasl-static cyrus-sasl-digestmd5 cyrus-sasl-crammd5 cyrus-sasl-login cyrus-sasl-ntlm libsasl
11-
apk add postfix postfix-pcre
11+
apk add postfix postfix-pcre postfix-ldap
1212
apk add opendkim
1313
apk add --upgrade ca-certificates tzdata supervisor rsyslog musl musl-utils bash opendkim-utils libcurl jsoncpp lmdb logrotate netcat-openbsd
1414
}
@@ -23,7 +23,7 @@ do_ubuntu() {
2323
echo "Europe/Berlin" > /etc/timezone
2424
apt-get update -y -q
2525
apt-get install -y libsasl2-modules sasl2-bin
26-
apt-get install -y postfix postfix-pcre
26+
apt-get install -y postfix postfix-pcre postfix-ldap
2727
apt-get install -y opendkim
2828
apt-get install -y ca-certificates tzdata supervisor rsyslog bash opendkim-tools curl libcurl4 libjsoncpp25 sasl2-bin postfix-lmdb procps logrotate cron net-tools ${RELEASE_SPECIFIC_PACKAGES}
2929
apt-get clean

0 commit comments

Comments
 (0)