Explorar o código

Update README.md

theo hai 1 ano
pai
achega
75b0fa2ba4
Modificáronse 1 ficheiros con 9 adicións e 1 borrados
  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
+```