Add mailpile user to tor users
This commit is contained in:
parent
8b3fcc8699
commit
4d92bb5020
|
@ -170,6 +170,7 @@ function install_mailpile {
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
adduser --system --home=/var/www/$MAILPILE_DOMAIN_NAME/mail/ --group mailpile
|
adduser --system --home=/var/www/$MAILPILE_DOMAIN_NAME/mail/ --group mailpile
|
||||||
|
adduser mailpile debian-tor
|
||||||
chown -R mailpile: /var/www/$MAILPILE_DOMAIN_NAME/mail/
|
chown -R mailpile: /var/www/$MAILPILE_DOMAIN_NAME/mail/
|
||||||
|
|
||||||
# create folders and tags
|
# create folders and tags
|
||||||
|
|
Loading…
Reference in New Issue