Janantha Marasinghe: > Hi Wietse, > > Thanks for the swift response! > > 1. recipient_bcc maps is only does inbound mail right ? I have to set > sender_bcc as well to catch the outbound?
Postfix has no concept of inbound or outbound mail. It receives mail and gives it to the delivery agent that is responsible for the recipient's domain. The example makes BCC copies of ALL email, preserving ALL envelope recipient addresses, regardless of whether a recipient is local or remote. > 2. bcc+$1=$2...@example.com is not clear for me. basically i have setup > another e-mail address to which primary postfix should send the archive > messages to. bcc is the name example.com is the domain. You are supposed to provide the actual name and domain. Wietse