On 9/20/2018 4:10 PM, Stephen Carville wrote: > I am trying to bcc all mail to a prticular user (currently > mrct...@lereta.com) to a local account (mrcar). > > I tried to setting an entry in recipient_bcc_maps: > > /mrctest\@lereta.com/ mrcar > > but that just returns "status=deferred (unknown mail transport error)" > > I also tried > > /mrctest\@lereta.com/ mr...@mx02.lereta.com > > with the same result. > > Is this even possible? If it is how can I make it work. >
Yes, it should work. Here's an example using the inline: map type. # main.cf recipient_bcc_maps = inline:{mrct...@llereta.com=mr...@mx02.lereta.com} -- Noel Jones