feat: enhance logging and refactor database handling
All checks were successful
release / build (amd64, linux) (push) Successful in 1m32s

This commit is contained in:
peio
2026-01-23 17:54:15 +00:00
parent 41f6a63687
commit 57966de4fa
14 changed files with 222 additions and 92 deletions

View File

@@ -12,10 +12,8 @@ depend() {
}
start_pre() {
checkpath -d -m 0750 -o root:postfix /etc/mailcloak
checkpath -d -m 0750 -o root:postfix /var/lib/mailcloak
checkpath -d -m 0755 -o root:root /usr/local/sbin
# sockets dir already exists
checkpath -d -m 0750 -o root:root /etc/mailcloak
checkpath -d -m 0750 -o mailcloak:dovecot /var/lib/mailcloak
}
stop_post() {