Created
April 18, 2018 02:21
-
-
Save sh78/20af2ef4fd5f3c2af59c1e6c4604ad71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.virtualmin.com/documentation/developer/cli/create_user | |
virtualmin create-user --domain domain.com --user mail --random-pass --quota "UNLIMITED" --real "Name" --extra [email protected] --extra [email protected] --extra [email protected] --extra [email protected] --extra [email protected] --extra [email protected] | |
virtualmin modify-user --domain hendersontechnologies.com --user mail --add-forward [email protected] | |
# https://www.virtualmin.com/documentation/developer/cli/create_domain | |
virtualmin create-domain --domain domain.com --pass password-for-unix-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment