On Thu, Mar 25, 2010 at 12:48:33PM -0400, Damon Miller wrote:
> Hello.  I've configured Postfix to relay mail from a specific 
> address to a remote MTA through 'sender_dependent_relayhost_maps' 
> and that works fine.  I now want to BCC an address for messages 
> sent by this same user.  The most obvious option seemed 
> 'recipient_bcc_maps', but unfortunately I'm not receiving the BCCs.

Why is this obvious?
        recipient_bcc_maps :: BCC maps indexed by RECIPIENT address
        sender_bcc_maps :: BCC maps indexed by SENDER address
Sounds to me like you might have wanted the latter.

> # postconf -n

I was going to skip the rest of this, but this caught my eye:

> relay_domains = $mydestination,cloudswitch.com,hotmail.com

This is very wrong, unless you are a MX host for cloudswitch.com and 
hotmail.com. You probably need to unset this.
        relay_domains =
References:
        http://www.postfix.org/ADDRESS_CLASS_README.html#relay_domain_class
        http://www.postfix.org/postconf.html#relay_domains
-- 
    Offlist mail to this address is discarded unless
    "/dev/rob0" or "not-spam" is in Subject: header

Reply via email to