On Thu, May 18, 2023 at 09:20:38AM -0400, Alex via Postfix-users wrote:

> Maybe my issue is that the always_bcc user is going through a transport at
> all, and instead should just be delivered locally, or perhaps processed
> only by the local_transport? How can I do that?
> 
> I recall many years ago doing that, before I set up multi-instance postfix.

A not uncommon issue is that virtual alias expansion or other address
rewriting actions are performed twice, once on each side of a
content_filter.  This is covered in the "Advanced content filter:
requesting that all mail is filtered" section of:

    http://www.postfix.org/FILTER_README.html#advanced_filter

    (receive_override_options).

And of course you can always go multi-instance, and configure suitable
rewriting for the pre and post filter instances.

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to