I think he means to have postfix forward mail for a local user account to more than one email address
I don’t know of any way to do this graphically.
We’ve configured postfix to use virtual domains. So our setup is likely different, but this can be done in the aliases file. Look in /etc/postfix/…
Put a line in that shows the shortname on the left and then you can reference an include that points to a file that contains a number of addresses seperated by commas. (means you can easily edit one external file)
fax_domain_com: :include:/etc/postfix/virtual_domains/domain.com/lists/fax
In this file we would have
user_local_account, user2_local_account, [email protected], etc…
Our local accounts all are in the format name_domain_com. You could use whatever shortname you are using.
Sean
Comments are closed