Bläddra i källkod

Add mailpile to the mail group

Bob Mottram 8 år sedan
förälder
incheckning
2b6abcaa62
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      src/freedombone-app-mailpile

+ 1
- 0
src/freedombone-app-mailpile Visa fil

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