Browse Source

Add mailpile to the mail group

Bob Mottram 8 years ago
parent
commit
2b6abcaa62
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-app-mailpile

+ 1
- 0
src/freedombone-app-mailpile View File

270
     adduser --system --home=/var/www/$MAILPILE_DOMAIN_NAME/mail/ --group mailpile
270
     adduser --system --home=/var/www/$MAILPILE_DOMAIN_NAME/mail/ --group mailpile
271
     adduser mailpile debian-tor
271
     adduser mailpile debian-tor
272
     adduser mailpile www-data
272
     adduser mailpile www-data
273
+    adduser mailpile mail
273
     adduser mailpile $MY_USERNAME
274
     adduser mailpile $MY_USERNAME
274
     chown -R mailpile: /var/www/$MAILPILE_DOMAIN_NAME/mail/
275
     chown -R mailpile: /var/www/$MAILPILE_DOMAIN_NAME/mail/
275
 
276