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!!!).
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!!!).
thanks, for nice solution