Browse Source

Update README.md

theo 1 year ago
parent
commit
75b0fa2ba4
1 changed files with 9 additions and 1 deletions
  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
+```