On 11/4/25 11:12, dap1--- via Mailman-users wrote:
For the record I am not using posgreSQL. I have a lot of other things in MySQL and I don't want to maintain 2 databases. I am following the virtual documentation. However, from the other thread I had to make a lot of adjustments for Ubuntu. If there are 2 configurations I don't know how that happened or where the other one is.
In https://lists.mailman3.org/archives/list/[email protected]/message/3N5S5B7MUBKPO5XXYZ4WWNEOMPNEGHIO/ you report receiving a message with
Subject: Cron <www-data@dap002> [ -f /usr/bin/django-admin ] && flock -n /var/run/mailman3-web/cron.minutely /usr/share/mailman3-web/manage.py runjobs minutely
The issues I have with this are django-admin should be in your venv, not in /usr/bin/ and mailman3-web should be in your venv, not in /usr/share/ and Mailman crons should be run as user mailman, not www-data.
Did you perhaps run `pip install mailman-web` without your venv active? -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/S5SOBDANZNCHMPMVZWGOTL7VIPRDWWOY/ This message sent to [email protected]
