Discussion:
New mail server
(too old to reply)
k***@ibo.net
2016-01-25 17:10:45 UTC
Permalink
Hi
We are in the process of setting up a new mail server for our customers. There is about 1700 users on the current server. What i would like to do is run them in tandem for a month or so so our customers can migrate a their own pace.
From google searches I see that postfix cannot deliver the same message to 2 different destinations through the transport maps mechanism. Is there any other way to accomplish this.
Currently postfix is our incoming scanner and then relays to our internal mail server.

Any thoughts would be appreciated.

Kelly
Burkhard Ott
2016-01-26 03:38:18 UTC
Permalink
Post by k***@ibo.net
Hi
We are in the process of setting up a new mail server for our
customers. There is about 1700 users on the current server. What i
would like to do is run them in tandem for a month or so so our
customers can migrate a their own pace.
From google searches I see that postfix cannot deliver the same
message to 2 different destinations through the transport maps
mechanism. Is there any other way to accomplish this.
Currently postfix is our incoming scanner and then relays to our
internal mail server.
Any thoughts would be appreciated.
Kelly
Pipe it through a script.
z***@gmail.com
2016-01-26 16:56:12 UTC
Permalink
auto BCC copy helps?

main.cf
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc_maps

file /etc/postfix/recipient_bcc_maps
***@example.com ***@example.net

Loading...