On 2024-07-10 08:48, Keith Christian via Mailman-users wrote:
4 [mailman3@somehost ~]$ sudo ls -l
/opt/mailman3/mm/var/data/postfix_domains 5 ls: cannot access '/opt/mailman3/mm/var/data/postfix_domains': No such file or directory 6 [mailman3@somehost ~]$ ls -dl/opt/mailman3/mm/var/data/ 7 drwxr-xr-x. 2 mailman3 mailman3 6 Jul 5 13:38 /opt/mailman3/mm/var/data/
What should I do about lines 4-7? Thought it might be a permissions issue but it's owned by the correct user.
My guess would be that mailman is using a different location for storing these files (aliases, domains, etc.)
One could search the system for where (if) the files were created with something like:
find / -name "postfix_domains"
Another (better?) thought would be to compare the [paths] pointed to by the "layout: ..." in /etc/mailman3/mailman.cfg to ensure it's pointing where you expect (in this case, /opt/mailman3/mm/var/data for data_dir).
As user mailman, running:
mailman conf
to double check the "layout: ..." that's in use.