Users: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
(Created page with "<a href="">Domain</a>")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<a href="">Domain</a>
[[Configuration#Users|Back]]<br>
Before creating a user a domain must be created. See: [[ Domains ]]
 
Add a user to existing domain newdomain.com
 
/home/vpopmail/bin/vadduser newuser@newdomain.com -q NOQUOTA pwnewuser
 
This command creates the virtual user "newuser@newdomain.com" with no mailbox quota and password "pwnewuser".
 
Modify a user:
 
/home/vpopmail/bin/vmoduser
 
This command without command-line arguments will show arguments to modify the user
 
Change user's password
 
/home/vpopmail/vpasswd newuser@newdomain.com newpwnewuser
 
This command changes the virtual user, "newuser@newdomain.com"'s, password to "newpwnewuser"

Latest revision as of 17:14, 30 March 2024

Back
Before creating a user a domain must be created. See: Domains

Add a user to existing domain newdomain.com

/home/vpopmail/bin/vadduser newuser@newdomain.com -q NOQUOTA pwnewuser

This command creates the virtual user "newuser@newdomain.com" with no mailbox quota and password "pwnewuser".

Modify a user:

/home/vpopmail/bin/vmoduser

This command without command-line arguments will show arguments to modify the user

Change user's password

/home/vpopmail/vpasswd newuser@newdomain.com newpwnewuser

This command changes the virtual user, "newuser@newdomain.com"'s, password to "newpwnewuser"