Bill Oliver wrote on 2024-10-15 10:40:
root:/opt/mailman/mm/var/data# ls -l total 36 -rw-rw-r-- 1 postfix mailman 0 Oct 15 12:53 postfic_vmap.db -rw-rw-r-- 1 postfix mailman 12288 Oct 15 12:53 postfic_vmap.db.db -rw-rw---- 1 postfix mailman 353 Oct 13 07:54 postfix_domains -rw-rw-r-- 1 postfix mailman 0 Oct 15 12:53 postfix_domains.db -rw-rw-r-- 1 postfix mailman 12288 Oct 15 12:53 postfix_domains.db.db -rw-rw---- 1 postfix mailman 1155 Oct 13 07:54 postfix_lmtp -rw-rw-r-- 1 postfix mailman 0 Oct 15 12:53 postfix_lmtp.db -rw-rw-r-- 1 postfix mailman 12288 Oct 15 12:53 postfix_lmtp.db.db -rw-rw---- 1 postfix mailman 1118 Oct 13 07:54 postfix_vmap
Hi Bill,
I see .db.db
on those files - a double extension.
Not quite sure why that is, but I'm wondering if this message is slightly misleading:
2024-10-15T12:40:11.193687-04:00 mail postfix/virtual[960838]: error: open database /opt/mailman/mm/var/data/postfix_lmtp.db: Permission denied
As in, it's not permissions but not found because, the file it's looking for is somehow called:
-rw-rw-r-- 1 postfix mailman 12288 Oct 15 12:53 postfix_lmtp.db.db
Perhaps manually rename (mv) or symlink to test-fix the .db.db issue.
If that helps, explore the config options to see where a ".db" is appended where not needed.
Hope that somehow helps...