[SOLVED] Automatically CC an account? Is this possible?

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
KLGNT
Posts: 19
Joined: Fri Sep 12, 2014 11:17 pm

[SOLVED] Automatically CC an account? Is this possible?

Post by KLGNT »

That's great. Thanks for the info and the update.
This is an often requested feature by management and I'd been frustrated not to be able to enable it for them.
abhiz
Advanced member
Advanced member
Posts: 191
Joined: Fri Sep 12, 2014 11:55 pm

[SOLVED] Automatically CC an account? Is this possible?

Post by abhiz »

I follow the above steps but did not work for me any idea why?
phoenix
Ambassador
Ambassador
Posts: 27272
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

[SOLVED] Automatically CC an account? Is this possible?

Post by phoenix »

[quote user="abhiz"]I follow the above steps but did not work for me any idea why?[/QUOTE]I don't think anyone on these forums is a mind reader. ;) If you would like an answer then please post the exact steps you've taken to get this to work with the actual commands and details of any error messages and what happened.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
KLGNT
Posts: 19
Joined: Fri Sep 12, 2014 11:17 pm

[SOLVED] Automatically CC an account? Is this possible?

Post by KLGNT »

Like most things, this process is finicky about permissions and file ownership.

I had to make sure all the new files and files I edited in /opt/zimbra/postmap/conf/ had proper ownership and permissions. In my case it was root:postfix for ownership and I also had to change permissions on sender_bcc to 664.
Give that a shot.
Lynner
Advanced member
Advanced member
Posts: 140
Joined: Fri Sep 12, 2014 11:24 pm

[SOLVED] Automatically CC an account? Is this possible?

Post by Lynner »

Just out of curiosity what server did you enable this on was it the MTA? I am assuming you did I just want to double check
k.anburaj
Posts: 1
Joined: Sat Sep 13, 2014 2:39 am

[SOLVED] Automatically CC an account? Is this possible?

Post by k.anburaj »

dear sir


i what only copy send outsite mail no need for local domain copy
how to setup this
freshdomi
Posts: 1
Joined: Thu Nov 24, 2022 10:47 am

Re: [SOLVED] Automatically CC an account? Is this possible?

Post by freshdomi »

some tasks have changed.. i made an update of the tutorial..
Paths have changed, you need another dictionary type (lmdb)

tested with V9.0.0_NE

vi /opt/zimbra/common/conf/sender_bcc
Content:
sender@domain.com bcc-recipient@domain.com

chown zimbra:zimbra /opt/zimbra/common/conf/sender_bcc
chmod 644 /opt/zimbra/common/conf/sender_bcc

vi /opt/zimbra/common/conf/main.cf
add at the End:
sender_bcc_maps = lmdb:/opt/zimbra/common/conf/sender_bcc

su - zimbra
postmap /opt/zimbra/common/conf/sender_bcc
postfix reload
zmmtactl restart

if something does not work look in /var/log/zimbra.log and search for "sender_bcc"



bye bye
Post Reply