mailu: start postfix master without postlog service

This commit is contained in:
jenkins 2026-06-07 02:29:03 -03:00
parent b8c844dbac
commit 82486d1408

View File

@ -42,6 +42,7 @@ if [ "${MAILU_POSTFIX_DISABLE_POSTLOG_UNIX_DGRAM:-}" = "true" ] || { [ -x /usr/s
#!/bin/sh
if [ "${1:-}" = "start-fg" ]; then
/usr/sbin/postconf -MX postlog/unix-dgram 2>/dev/null || true
exec /usr/libexec/postfix/master -c /etc/postfix -d
fi
exec /usr/sbin/postfix "$@"
EOF