Is it possible for Postfix (on FC7) to recieve an email at a@example.com and automatically forward a copy to b@example.com and c@example.com and d@example.com? I can't use .forward files because this is a virtual server with virtual domains, there are no /home/user directorys for email accounts.
|
feedback
|
|
You can add a line to
The | |||
|
feedback
|
|
Perhaps | |||||
feedback
|
|
The 'transport_maps' option in the postfix main.cf is the one that should be used. The transport_maps points to /etc/postfix/transport.db file that contains the entries. You can add the transport entries in /etc/postfix/transport file and run the 'postmap' command which will generate the transport.db file. | |||
|
feedback
|