Results 1 to 1 of 1
I'm following a mailserver guide that suggests the following code.
Code:
sudo groupadd --system virtual -g 5000
sudo useradd --system virtual -u 5000 -g 5000
putting the uid and gid ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-23-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 5
postfix +virtualmail +user
I'm following a mailserver guide that suggests the following code.
putting the uid and gid at 5000, does this need to be that number or can i put it under 1000?Code:sudo groupadd --system virtual -g 5000 sudo useradd --system virtual -u 5000 -g 5000
from what i understand wont 5000 include the user 'virtual' at logon screen, even if --system is included?


Reply With Quote
