File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88do_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
You can’t perform that action at this time.
0 commit comments