Hi.
I've got a partial mailman3 install done and, based on the documentation, am not sure how to complete it! (this is my first time)
I've installed mailman3 (3.3.3) on a Debian 10 server using python3.7, mysql, postfix, apache, etc. and have run the install using pip3 install mailman. The "mailman info" command works, version shows "3.3.3 (Tom Sawyer)" the databases creates, tables, all exist, etc. So it seems the necessary services are running. I'm running froxlor on the server to configure the non-mailman services (apache, ssl, postfix, etc). I had also tried apt install mailman-full but it was an older version, so using the pypi route ensured I was on the latest version.
Looking at https://docs.mailman3.org/en/latest/install/virtualenv.html, what I can't figure out is:
- There is no /opt/mailman/ user - the user installed seems to be "list"
- Is a virtual environment needed for a production environment?
- if django is setup properly or the webservice is working
- I've tried to connect to some web interface (posterious/hyperkitty/some mailman3 web frontend) via lynx to localhost:8001 on the local machine - but it has a 404 error
Anyone got any tips as to next steps? (I'm also happy to pay someone to coach me through it!)
Cheers,
Duane