
If you wonder how to create a new Postfix user account, this is how you do it, just type in:useradd -s /sbin/nologin usernameThen follow by setting up a user password:passwd username Then create Home Directory with appropriate permissions:mkdir /home/username/Maildirchown username:username /home/username/Maildirchmod -R 700 /home/username/Maildir And finally restart Postifx:/etc/init.d/postfix restartand other services you’re using, example:/etc/init.d/dovecot restart/etc/init.d/saslauthd restart ...