On 14/1/22 18:16, Axel Rau wrote:
Hi Guillermo,
thanks for your reply.
Am 14.01.2022 um 12:51 schrieb Guillermo Hernandez (Oldno7) via Mailman-users <mailman-users@mailman3.org <mailto:mailman-users@mailman3.org>>:
. . .
drwxr-xr-x 21 mailman mailman 1024 Jul 8 2021 lists How are new lists created by the web frontend with uid www?
That's because is not "www" who is doing that work (I suspect). In my apache24 httpd.conf file I have these lines
##### LoadModule wsgi_module "/usr/local/lib/python3.7/site-packages/mod_wsgi/server/mod_wsgi-py37.so" WSGIPythonHome "/usr/local" WSGIDaemonProcess hyperkitty threads=25 python-path=/usr/local/mailman3 user=mailman3 group=mailman WSGIProcessGroup hyperkitty ####
In the httpd-vhosts.conf I have all the Alias directives and, related to this, this lines:
WSGIScriptAlias /mailman3 /usr/local/mailman3/wsgi.py process-group=hyperkitty WSGIScriptAlias /hyperkitty /usr/local/mailman3/wsgi.py process-group=hyperkitty WSGIScriptAlias /postorius /usr/local/mailman3/wsgi.py process-group=hyperkitty WSGIScriptAlias /archives /usr/local/mailman3/wsgi.py process-group=hyperkitty
<Directory "/usr/local/mailman3"> <Files wsgi.py> Require all granted </Files> WSGIProcessGroup hyperkitty
</Directory> #####
I believe that you can be suffering of a mixup of configuration files (al least the ownership that has to be mailman).
I like your approach, but must resolve my pgsql cert access issue.
I've read your mail about your installation and I did it different. I followed the steps that I detailed in https://forums.freebsd.org/threads/mailman-3.61050/#post-488128 <https://forums.freebsd.org/threads/mailman-3.61050/#post-488128> I followed the same, but had trouble with the recent cryptography python package. I’m now at Python3.9
Thus I don't know if it can help, but I know for sure that I don't like that your ../var/etc dir is owned by root. I have changed that to mailman.
Axel
PGP-Key: CDE74120 ☀ computing @ chaos claudius
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/