Skip to content

Commit 6b2fa90

Browse files
committed
New: Add postfix-pgsql and postfix-mysql packages for integration with DBs
1 parent 5113756 commit 6b2fa90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-scripts/postfix-install.sh

Lines changed: 2 additions & 2 deletions
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 postfix-ldap
11+
apk add postfix postfix-pcre postfix-ldap postfix-pgsql postfix-mysql
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
}
@@ -21,7 +21,7 @@ do_ubuntu() {
2121
echo "Europe/Berlin" > /etc/timezone
2222
apt-get update -y -q
2323
apt-get install -y libsasl2-modules sasl2-bin
24-
apt-get install -y postfix postfix-pcre postfix-ldap
24+
apt-get install -y postfix postfix-pcre postfix-ldap postfix-pgsql postfix-mysql
2525
apt-get install -y opendkim
2626
local libcurl="libcurl4"
2727
if [ "$(apt-cache search --names-only '^libcurl4t64$')" != "" ]; then

0 commit comments

Comments
 (0)