On Sun, Jul 28, 2019, at 10:44 AM, Marvin Gülker wrote:
Am 26. Juli 2019 um 12:48 Uhr +0200 schrieb Marvin Gülker:
Next I'm going to fiddle with it. It's probably possible to move that scripts directory outside /usr into /opt or similar.
I have set up everything successfully now and wrote a blog post about how I did it. It's linked below for anyone who is interested, but it is in German.
https://mg.guelker.eu/articles/2019/07/27/mailman3-moinmoin-verbinden/
Thanks Marvin for sharing this, I couldn't understand anything because I can't read German, but I looked at the code snippets.
I just wanted to point out /etc/mailman3/customscripts/authtest.py
script
should use print(user.email)
function and not the print user.email
statement
since we don't support Python 2 anymore and it might end up confusing
the readers.
-- thanks, Abhilash Raj (maxking)