Nov. 20, 2024
11:09 a.m.
Hi Jack
I'm glad you managed to find a workaround.
Another thing to check is that your MTA (exim4, postfix etc) has access to the queue folder if it is running under systemd and then calling the mailman wrapper. If so, you may need to run 'systemctl edit <your MTA>' and create or modify the override configuration [Service] definition to include something like: # MTA needs to write the mailman2 queue ProtectSystem=read-only ReadWritePaths=/path/to/mailman2/qfiles
Good luck.
Ken