postfix needs some extra treatment before starting
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 1m2s

This commit is contained in:
Stefan Harmuth 2024-03-09 19:43:12 +01:00
parent c77c7494da
commit b0e0f6c695

View File

@ -11,4 +11,5 @@ for cf in /etc/postfix/*.cf; do
-e "s/%DB_DATABASE%/${DB_DATABASE}/g" ${cf}; -e "s/%DB_DATABASE%/${DB_DATABASE}/g" ${cf};
done done
/usr/sbin/postfix start-fg /usr/lib/postfix/configure-instance.sh
/usr/sbin/postfix -c /etc/postfix start-fg