Tanner8
07-12-2010, 11:03 PM
This might be the wrong section but I really couldn't find one that suites it any better, please move if you do.
I am running a linux box and CentOS installed on it. I am trying to install postfix by using this tutorial,
http://fedorasolved.org/server-solutions/postfix-mail-server
He tests the email with a local mail user. I can't for the life of me figure out how to create a local user account on linux. He does this,
"RCPT TO: <local-user@example.com>"
Then he can check the mail of that user. How do I create such an account through SSH and then check the mail on it? Should be pretty basic, however he never goes into it in the tutorial, it is under "Assumptions".
Thanks
Edit: Figured it out,
usr/sbin/useradd test
however no mail is being sent there when I do the test mentioned in the tutorial. I have no idea what is wrong..
I am running a linux box and CentOS installed on it. I am trying to install postfix by using this tutorial,
http://fedorasolved.org/server-solutions/postfix-mail-server
He tests the email with a local mail user. I can't for the life of me figure out how to create a local user account on linux. He does this,
"RCPT TO: <local-user@example.com>"
Then he can check the mail of that user. How do I create such an account through SSH and then check the mail on it? Should be pretty basic, however he never goes into it in the tutorial, it is under "Assumptions".
Thanks
Edit: Figured it out,
usr/sbin/useradd test
however no mail is being sent there when I do the test mentioned in the tutorial. I have no idea what is wrong..