My postfix server receives email for several sub-domains of my-domain.  All 
email addressed to one of the sub-domains is aliased to [email protected] 
<mailto:[email protected]>.  For example:

        [email protected]   
<mailto:[email protected]>=> [email protected] 
<mailto:[email protected]>
        [email protected] <mailto:[email protected]>  
 <mailto:[email protected]>=> [email protected] 
<mailto:[email protected]>
        [email protected] <mailto:[email protected]>  
 <mailto:[email protected]>=> [email protected] 
<mailto:[email protected]>
        [email protected] <mailto:[email protected]>  
 <mailto:[email protected]>=> [email protected] 
<mailto:[email protected]>

I use transport to pipe the email to an external application:

        [email protected] <mailto:[email protected]>  etof:

I would also like to archive a copy of every email, so I use an always_bcc

        always_bcc = [email protected] <mailto:[email protected]>


But this doesn’t work “anymore.”  I believe it used to work, but it’s possible 
I didn’t test properly in the past.  I realize that “BCC recipients are not 
generated after Postfix forwards mail internally”  Is the use of the alias 
and/or the transport considered an internal forward?

If it is an internal forward, does anyone have any suggestions other than my 
external application re-sending the email? 

Reply via email to