File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
do_alpine () {
9
9
apk update
10
10
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
12
12
apk add opendkim
13
13
apk add --upgrade ca-certificates tzdata supervisor rsyslog musl musl-utils bash opendkim-utils libcurl jsoncpp lmdb logrotate netcat-openbsd
14
14
}
@@ -23,7 +23,7 @@ do_ubuntu() {
23
23
echo " Europe/Berlin" > /etc/timezone
24
24
apt-get update -y -q
25
25
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
27
27
apt-get install -y opendkim
28
28
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}
29
29
apt-get clean
You can’t perform that action at this time.
0 commit comments