I've got Postfix managing two different domains one.com
and two.com
, included in the my destination
variable of the main.cf
file.
I need an /etc/aliases
file including something like this:
user@one.com: foo@three.com
user@two.com: bar@four.com
Since /etc/aliases
syntax does not allow me to do this, how can I solve?