... | @@ -33,3 +33,22 @@ also GNU mailman wiki suggests to install: |
... | @@ -33,3 +33,22 @@ also GNU mailman wiki suggests to install: |
|
# rm -f dart-sass-1.32.5-linux-x64.tar.gz
|
|
# rm -f dart-sass-1.32.5-linux-x64.tar.gz
|
|
```
|
|
```
|
|
ref https://wiki.list.org/DOC/Howto_Install_Mailman3_On_Debian10
|
|
ref https://wiki.list.org/DOC/Howto_Install_Mailman3_On_Debian10
|
|
|
|
|
|
|
|
**B. Create a postgresql database for mailman**
|
|
|
|
|
|
|
|
https://docs.mailman3.org/en/latest/install/virtualenv.html#setup-database
|
|
|
|
|
|
|
|
**C. Setup mailman user and directory**
|
|
|
|
|
|
|
|
`useradd -m -d /opt/mailman -s /usr/bin/bash mailman`
|
|
|
|
|
|
|
|
chown dir for user
|
|
|
|
enter user mailman
|
|
|
|
|
|
|
|
https://docs.mailman3.org/en/latest/install/virtualenv.html#setup-mailman-user
|
|
|
|
|
|
|
|
**D. Go to mailman’s dir and create a virtualenv**
|
|
|
|
|
|
|
|
`python3 -m venv venv`
|
|
|
|
|
|
|
|
https://docs.mailman3.org/en/latest/install/virtualenv.html#virtualenv-setup |