Hello, 

I have a mail server that needs to redirect incoming encrypted messages to a
separate certification server, and I use a header_checks parameter to do
this, e.g. the pcre file contains: 

/^Subject: =\?iso-8859-1\?Q\?=5Bsign=5D/ FILTER smtp:cert_server:10035 

I also have to send a copy of all unencrypted emails to a separate archiving
system.  I use recipient_bcc_maps to do this, adding a dummy domain to the
addresses, and routing accordingly. 

However, I DO NOT want the encrypted emails to be sent to the archiving
system, and I DO NOT want the bcc copy of the emails to be sent to the
certification server. 

Is there a way of separating out these 2 actions?  At the moment, the FILTER
fires, so the message is sent to the certification server together with the
BCC copy. 

I have read the documentation, and it looks like a additional port /
instance may be required. 

Thanks, 

Robin 




--
View this message in context: 
http://postfix.1071664.n5.nabble.com/Separating-recipient-bcc-maps-from-header-checks-action-tp59236.html
Sent from the Postfix Users mailing list archive at Nabble.com.

Reply via email to