create user to access mail server
# useradd -s /sbin/nologin username
# passwd username
example:
# useradd -s /sbin/nologin belogix
# passwd belogix
the user created can access to mail server account, but cannot access the system using registered username.
source:
http://www.cyberciti.biz/tips/howto-linux-shell-restricting-access.html
# useradd -s /sbin/nologin username
# passwd username
example:
# useradd -s /sbin/nologin belogix
# passwd belogix
the user created can access to mail server account, but cannot access the system using registered username.
source:
http://www.cyberciti.biz/tips/howto-linux-shell-restricting-access.html
Comments
Post a Comment