Hello, I have a scenario with N e-mail accounts: [email protected] [email protected] [email protected]
And I want to accomplish the following: 1-. Every sender e-mail address to be converted to [email protected]. This means that when [email protected] send an e-mail to [email protected] the from address must be [email protected] 2-. Every e-mail sent by an user must be BCC to that user. If UserA@domainsends an e-mail to [email protected], [email protected] should receive the sent e-mail but with sender envelope [email protected] I have tried this so far: 1-. Set in generic: [email protected] [email protected] ... [email protected] [email protected] And set BCC_sender: [email protected] [email protected] ... [email protected] [email protected] This way BCC copies are sent correctly, but If [email protected] sends an e-mail to [email protected] both sender and recipient are translated to [email protected] 2-. Using canonical maps. This way only Sender address are rewrited and recipient ones remain intact: In sender_canonical: [email protected] [email protected] ... [email protected] [email protected] And set BCC_sender: [email protected] [email protected] ... [email protected] [email protected] This way sending from [email protected] to [email protected] works properly, but BCC copies are not sent. Is there any way to accomplish that? Have I missed something? If you need any conf file just let me know. Thank you very much. Regards.
