소스 검색

Update README.md

theo 1 년 전
부모
커밋
75b0fa2ba4
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -67,9 +67,17 @@ user needs to be a posixAccount.
 - person2posix
 
 Give the user the `posixAccount` object class, and the necessary attributes,
-and create a posixGroup with the same the uid and number as the user.
+and create a posixGroup with the same uid and number as the user.
 
 ```
 ./person2posix uid
 ```
 
+- addmailalias
+
+Add a new mail alias for a user.
+User needs to be in the mail group
+
+```
+./addmail alias uid alias@example.com
+```