Hello, I have a scenario with N e-mail accounts: us...@domain.com us...@domain.com us...@domain.com
And I want to accomplish the following: 1-. Every sender e-mail address to be converted to gene...@domain.com. This means that when us...@domain.com send an e-mail to us...@domain.com the from address must be gene...@domain.com 2-. Every e-mail sent by an user must be BCC to that user. If UserA@domainsends an e-mail to us...@domain.com, us...@domain.com should receive the sent e-mail but with sender envelope gene...@domain.com I have tried this so far: 1-. Set in generic: us...@domain.com gene...@domain.com ... us...@domain.com gene...@domain.com And set BCC_sender: us...@domain.com us...@domain.com ... us...@domain.com us...@domain.com This way BCC copies are sent correctly, but If us...@domain.com sends an e-mail to us...@domain.com both sender and recipient are translated to gene...@domain.com 2-. Using canonical maps. This way only Sender address are rewrited and recipient ones remain intact: In sender_canonical: us...@domain.com gene...@domain.com ... us...@domain.com gene...@domain.com And set BCC_sender: us...@domain.com us...@domain.com ... us...@domain.com us...@domain.com This way sending from us...@domain.com to us...@domain.com 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.