I seems to be having a problem with some cronjobs not running; I'm getting the following email errors/warnings:
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
Body: flock: cannot open lock file /var/run/mailman3-web/cron.minutely: No such file or directory
Obviously there is a path specified wrong but I can't find where that is.
Subject: Cron <mailman@dap002> /opt/mailman/venv/bin/mailman-web runjobs minutely
Body: System check identified some issues:
WARNINGS: ?: settings.ACCOUNT_AUTHENTICATION_METHOD is deprecated, use: settings.ACCOUNT_LOGIN_METHODS = {'username', 'email'} ?: settings.ACCOUNT_EMAIL_REQUIRED is deprecated, use: settings.ACCOUNT_SIGNUP_FIELDS = ['email*', 'username*', 'password1*', 'password2*']
Again I could probably fix these if I knew where to look.