1 (edited by svtrimb 2015-11-17 00:44:18)

Topic: bcc to several users

======== Required information ====
- iRedMail version: 0.9.2
- Linux/BSD distribution name and version: Debian 8.2
- Store mail accounts in which backend: MySQL
- Web server: Apache
====

Hello everybody!
I have some question:
Some users needs to monitor incoming and outgoing mails with BCC.
I created bcc settings following this instruction: http://www.iredmail.org/docs/monitor.in … line-tools
But I don't understand, what should I do to add several users in bcc? When i add, for example, second user,bcc setings don't work. I have tried to list in phpmyadmin bcc users separated by a comma, space, semicolon: but it doesn't work.
What am I doing wrong?

Post's attachments

1sdasdasd.jpg
1sdasdasd.jpg 281.53 kb, 1 downloads since 2015-11-16 

You don't have the permssions to download the attachments of this post.

----

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

2

Re: bcc to several users

*) Multiple BCC destination addresses are NOT supported by Postfix. So you can list multiple addresses in sql column "bcc_address".

*) How about bcc to a mailing list (or mail alias account) with multiple members?

3 (edited by svtrimb 2015-11-17 16:01:15)

Re: bcc to several users

ZhangHuangbin wrote:

So you can list multiple addresses in sql column "bcc_address".

I did it that way (you can see this on my first post screenshot). I listed multiple adresses in sql column "bcc_address", not in Postfix. But it doesn't work.

4

Re: bcc to several users

Sorry, typo error in my first reply. what i want to say is: So you can NOT list multiple addresses in sql column "bcc_address".

5 (edited by svtrimb 2015-11-17 22:04:52)

Re: bcc to several users

Okay, can you explaine your second proposition more detail?

ZhangHuangbin wrote:

How about bcc to a mailing list (or mail alias account) with multiple members?

If you mean table alias-it's not the solution.  In this case, the messages are duplicated. And most importantly, the table alias is not applicable for outgoing messages.

Post's attachments

phpmy.jpg
phpmy.jpg 195.51 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

6

Re: bcc to several users

How about this:

*) Create a mail alias account. e.g. myalias@domain.com. Add the users you want to receive bcc email as its members.
*) Set bcc address to myalias@domain.com.

7 (edited by svtrimb 2015-11-21 04:42:00)

Re: bcc to several users

ZhangHuangbin wrote:

How about this:

*) Create a mail alias account. e.g. myalias@domain.com. Add the users you want to receive bcc email as its members.

I add users as members of myalias@domain.com in column goto of table alias and set bcc address to myalias@domain.com, but messages are dublicated.
Can you tell me which table/column is correct for adding the users as members of myalias@domain.com,please?

8

Re: bcc to several users

Excuse me, what do you mean "messages are duplicated"?

svtrimb wrote:

Can you tell me which table/column is correct for adding the users as members of myalias@domain.com,please?

You already figure it out, the "alias" table.

9 (edited by svtrimb 2015-11-22 18:58:24)

Re: bcc to several users

ZhangHuangbin wrote:

Excuse me, what do you mean "messages are duplicated"?

2 of 4 members of myalias@domain.com receive messages in two copies. The other two receive letters without duplicating

10

Re: bcc to several users

it doesn't make sense. If there's duplicate message, all members should receive duplicate message, why just 2 of them received?

11 (edited by svtrimb 2015-11-24 19:55:03)

Re: bcc to several users

The problem is solved. On the external server from which fetches mail, bcc was enabled for 2 users.I disabled bcc for them. Now bcc works perfect for all 4 users.
Thanks for your support,  mr. ZhangHuangbin!