
Hi all,
next problem. I got a proper configuration (so i thought, but when starting, mailman3 exits. The output of journalctl -xeu mailman3.service ends with:
Sep 05 17:33:23 bywater mailman[223227]: File "/opt/mailman/venv/lib/python3.13/site-packages/mailman/commands/cli_ga> Sep 05 17:33:23 bywater mailman[223227]: import nntplib Sep 05 17:33:23 bywater mailman[223227]: ModuleNotFoundError: No module named 'nntplib' Sep 05 17:33:23 bywater systemd[1]: mailman3.service: Control process exited, code=exited, status=1/FAILURE ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ An ExecStart= process belonging to unit mailman3.service has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 1. Sep 05 17:33:23 bywater systemd[1]: mailman3.service: Failed with result 'exit-code'. ░░ Subject: Unit failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ The unit mailman3.service has entered the 'failed' state with result 'exit-code'. Sep 05 17:33:23 bywater systemd[1]: Failed to start mailman3.service - GNU Mailing List Manager. ░░ Subject: A start job for unit mailman3.service has failed ░░ Defined-By: systemd ░░ Support: http://www.ubuntu.com/support ░░ ░░ A start job for unit mailman3.service has finished with a failure.
I googled and found that module nntplib is no more part of python since python-3.13. How can i fullfill (or avoid?) this dependency?
TIA QNo