no
all the message from [EMAIL PROTECTED] to user1 , with sender_bcc
there is a copy to [EMAIL PROTECTED] (user2), it's ok?
with no
[EMAIL PROTECTED] > user1
with sender_bcc
[EMAIL PROTECTED] > user1
and
[EMAIL PROTECTED] > user2
Many thanks
[EMAIL PROTECTED]
Many thanks [EMAIL PROTECTED] [EMAIL PROTECTED] can be local user??? I have two localuser; user1 and user2. I have to crate a sender_bcc like this: user1 user2 This solution copy outgoing and incoming mail??? Bye hiIt's ossible with sender_bccIn /etc/postfix/main.cfadd :sender_bcc_maps = hash:/e
hi
It's ossible with sender_bcc
In /etc/postfix/main.cf
add :
sender_bcc_maps = hash:/etc/postfix/sender_bcc
Then edit or create /etc/postfix/sender_bcc in the following format :
[EMAIL PROTECTED] [EMAIL PROTECTED]
and run postmap /etc/postfix/sender_bcc
and posfix reload.
Bye
Stan
HiI