Mailpile in the admin user group
This commit is contained in:
parent
5fbdc57fd3
commit
17d14d7842
|
@ -271,6 +271,7 @@ function install_mailpile {
|
||||||
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
|
adduser mailpile debian-tor
|
||||||
adduser mailpile www-data
|
adduser mailpile www-data
|
||||||
|
adduser mailpile $MY_USERNAME
|
||||||
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