소스 검색

Add mailpile to the mail group

Bob Mottram 8 년 전
부모
커밋
2b6abcaa62
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/freedombone-app-mailpile

+ 1
- 0
src/freedombone-app-mailpile 파일 보기

@@ -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