Hi Thor,
On Tue, 2017-11-21 at 10:53 +0100, Thor Atle Rustad wrote:
I have had this working before, so I guess it's a simple setup error.
When I send a message from the Postorius interface, it is neither sent out or stored. I briefly see this message: "Your reply has been sent and is being processed.", and then nothing happens.
When you say nothing happens, you just mean that you don't see anything in the UI or you don't see anything in the logs?
Logs for mailman-web are in /opt/mailman/web/logs/mailmanweb.log (on the host).
I have installed maxking's docker-mailman and copied my old setup with basic stuff like passwords and such. The only new thing is that I'm now running in userspace by putting in /etc/subuid and subguid:
mailman:10000:65536
This ideally shouldn't affect anything, I haven't tried running this way though.
and in /etc/docker/daemon.json:
{ "userns-remap": "mailman" }
So I get the following ownership in /opt/mailman:
drwxrwsr-x 3 10100 10000 4096 nov. 21 09:00 core drwx------ 19 10070 10000 4096 nov. 21 09:27 database drwxr-sr-x 5 10100 10101 4096 nov. 21 09:24 web
(I have created a user named mailman with uid 10100 so, in reality, it says "mailman" there instead of 10100 but I guess that is irrelevant here)
If would be interesting to see what processes are running inside each containers and who their owners are, in case this is at all relevant to the issue, which I am not so sure about.
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj