Re: Using always_bcc with FILTER action

2019-06-18 Thread plado
Wietse Venema wrote > FILTER takes precedence over recipient-based routing. That is the > only way that it can work. > > Maybe you can add the BCC address in or after the filter. > > Wietse I cannot change the filters, and the email does not come back from the filters. It is a one way. Th

Using always_bcc with FILTER action

2019-06-17 Thread plado
Hello, We have a postfix instance that does internal routing based on headers. This is implemented using header_checks like this: /^header-A/ FILTER smtp:[192.168.0.1] /^header-B/ FILTER smtp:[192.168.0.2] Is it possible to send a copy of every email to a third server, say 192.168.0.3? I tri