On Sun, Mar 27, 2011 at 2:22 PM, Wietse Venema <[email protected]> wrote: > See: http://www.postfix.org/postconf.5.html#sender_bcc_maps
Perfect. Although, I can only seem to include one address as a valid sender bcc. The following doesn't work (parent 1 is a local UNIX account, parent 2 is a virtual alias): /etc/postfix/sender_bcc_maps: [email protected] parent1, [email protected] My workaround was to change the sender_bcc target to "[email protected]" and then create another virtual alias in /etc/virtual: ... [email protected] parent1, [email protected] ... > This will get you into the murky world of restriction classes. > http://www.postfix.org/RESTRICTION_CLASS_README.html > > You'll need to make your own variant of one of the examples. Murky. Awesome. :) I'm also using SpamAssassin, so it may be easier just to add unwanted senders to individual kid's ~/.spamassassin/user_prefs.cf. Thanks! SteveJ
