Tuesday, May 21, 2013

Install Mail Server in VPS

To make email server in VPS we need install some command line in server

services postfix start
services dovecot start

Email server will auto start when VPS restart
chkconfig postfix on 
chkconfig dovecot on

Add user 
useradd -s /bin/bash sales 
passwd sales

No comments:

Post a Comment