Quote:
|
Originally Posted by mavgh1
Step 2
useradd -d /home/sample_user -g users sample_user
passwd sample_user
I dont understand i make a user with the home directory /home/sample_user and group sample_user and the password sample user
Please detail for me like for dummies
|
You must replace the username, password and home directory appropriately.
Quote:
|
Originally Posted by mavgh1
|
Again, replace sample_user appropriately.
And don't forget to run
Code:
postmap /etc/postfix/virtusertable
/etc/init.d/postfix restart
at the end.