Skip to content

Instantly share code, notes, and snippets.

@sh78
Created April 18, 2018 02:21
Show Gist options
  • Save sh78/20af2ef4fd5f3c2af59c1e6c4604ad71 to your computer and use it in GitHub Desktop.
Save sh78/20af2ef4fd5f3c2af59c1e6c4604ad71 to your computer and use it in GitHub Desktop.
# 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