Charta Software
Back to the base
E-mail:
New user
Forgot password
Password:
Created by on 2007-11-30 10:40:50
Last modified on 2007-11-30 11:13:59

Adding aliases to Postfix

Postfix is an SMTP server which is highly configurable. To configure aliases, please do the following:

  • Edit file /etc/aliases
  • Run newaliases command

Example:

root@domain:~ nano /etc/aliases
root@domain:~ newaliases

The syntax of the /etc/aliases file:

username: alias1@domain, alias2@domain, ...