From 6b2fa906c63482fb634d06d7b384a141e162b88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bojan=20=C4=8Cekrli=C4=87?= Date: Sun, 26 Jan 2025 16:41:43 +0100 Subject: [PATCH] New: Add postfix-pgsql and postfix-mysql packages for integration with DBs --- build-scripts/postfix-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/postfix-install.sh b/build-scripts/postfix-install.sh index bf587df..bd8c8c2 100644 --- a/build-scripts/postfix-install.sh +++ b/build-scripts/postfix-install.sh @@ -8,7 +8,7 @@ fi do_alpine() { apk update apk add --upgrade cyrus-sasl cyrus-sasl-static cyrus-sasl-digestmd5 cyrus-sasl-crammd5 cyrus-sasl-login cyrus-sasl-ntlm libsasl - apk add postfix postfix-pcre postfix-ldap + apk add postfix postfix-pcre postfix-ldap postfix-pgsql postfix-mysql apk add opendkim apk add --upgrade ca-certificates tzdata supervisor rsyslog musl musl-utils bash opendkim-utils libcurl jsoncpp lmdb logrotate netcat-openbsd } @@ -21,7 +21,7 @@ do_ubuntu() { echo "Europe/Berlin" > /etc/timezone apt-get update -y -q apt-get install -y libsasl2-modules sasl2-bin - apt-get install -y postfix postfix-pcre postfix-ldap + apt-get install -y postfix postfix-pcre postfix-ldap postfix-pgsql postfix-mysql apt-get install -y opendkim local libcurl="libcurl4" if [ "$(apt-cache search --names-only '^libcurl4t64$')" != "" ]; then