# The delivery log lives under the persistent /data, not the ephemeral # /var/log, so the lines that resolve a "queued" send-log row outlive the # container (architecture.md ยง Log tailer). Path and ownership match # build/postfix-config.sh (maillog_file) and build/entrypoint.sh: postlogd # writes it as user postfix, the unprivileged panel reads it through the shared # selfpost group, hence create 0640 postfix selfpost rather than 0644 root root. /data/log/mail.log { daily rotate 14 missingok notifempty compress delaycompress create 0640 postfix selfpost postrotate /usr/sbin/postfix reload endscript }