Dear Simon,
I got this with your suggesion:
[root@localhost bin]# useradd -r -m -d /var/lib/mailman mailman useradd: warning: the home directory already exists. Not copying any file from skel directory into it. [root@localhost bin]# su - mailman -bash-4.2$ python3 -m venv env Error: [Errno 13] Permission denied: '/var/lib/mailman/env'
Thank you
El mar., 11 jul. 2017 a las 14:31, Simon Hanna (<simon.hanna@serve-me.info>) escribió:
Below is how I would recommend to run Mailman for production using a virtualenv
# useradd -r -m -d /var/lib/mailman mailman
# su - mailman
$ python3 -m venv env $ source env/bin/activate $ pip install mailman $ mailman info
Now you should have a working configuration in /var/lib/mailman/var/
to run mailman you don't need to activate the virtualenv, just use the executable /var/lib/mailman/env/bin/mailman
cheers, Simon
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
--
Atentamente / Best Regards
Ing. Rafael Mora