Question : Direct email

Hello
I have a Linux mail server with postfix and dovecot.
I would like to direct my [email protected] email to direct to my [email protected]
how can i do this in postfix?
i would like all mails for admin directed to [email protected] ?
thanks

Answer : Direct email

You can add aliases to "/etc/aliases"

vim /etc/aliases

format should be:
user:   [email protected] (where 'user' is setup on the local server)

to copy forward:
user:   user,[email protected] (where 'user' is setup on the local server)

Once you've done this, run "newaliases" and restart postfix with "/etc/init.d/postfix restart" (depending on your distribution).
Random Solutions  
 
programming4us programming4us