How to create a new mail account in Sendmail

7 01 2008

Add an entry to /etc/mail/virtusertable like:

user@domain.com user

Then create a normal user in the system.

 root# useradd user -s /sbin/nologin

(It is not necessary to have a home directory for this user!!!).


Actions

Information

One response

8 09 2009
sana

thanks, for nice solution

Leave a comment