1

Topic: v0.4.0 how to add a bcc for a domain

I am not sure how to add a BCC for all mail in a specific domain or even for the whole system.  I see the table in mysql but when I put something there it does nothing.

Can anyone point me in the right direction?


v0.4.0
Thanks

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: v0.4.0 how to add a bcc for a domain

Example for per-domain sender bcc:

mysql> USE vmail;
mysql> INSERT INTO sender_bcc_domain (domain, bcc_address)
       VALUES ('example.com', 'sender_bcc@example.com');

3

Re: v0.4.0 how to add a bcc for a domain

And it is possible the same example for LDAP.

v0.4.0
Thanks

4

Re: v0.4.0 how to add a bcc for a domain

yht wrote:

And it is possible the same example for LDAP.

Add attribute on user object:
- userSenderBccAddress
- userRecipientBccAddress

5 (edited by yht 2010-02-25 21:36:03)

Re: v0.4.0 how to add a bcc for a domain

ZhangHuangbin wrote:
yht wrote:

And it is possible the same example for LDAP.

Add attribute on user object:
- userSenderBccAddress
- userRecipientBccAddress

I have added, but mail are not duplicated
Can it is necessary add that that in main.cf?