diff --git a/howto/monitor.incoming.and.outgoing.mails.with.bcc.md b/howto/monitor.incoming.and.outgoing.mails.with.bcc.md index 94b6415b..8445006c 100644 --- a/howto/monitor.incoming.and.outgoing.mails.with.bcc.md +++ b/howto/monitor.incoming.and.outgoing.mails.with.bcc.md @@ -54,11 +54,11 @@ for domain object: ``` # per-domain sender bcc enabledService=senderbcc -domainSenderBccAddress=user@domain.com +domainSenderBccAddress=outbound@example.com # per-domain recipient bcc enabledService=recipientbcc -domainRecipientBccAddress=user@domain.com +domainRecipientBccAddress=inbound@example.com ``` * For per-user BCC settings, you can add below LDAP attribute/value pairs @@ -67,18 +67,19 @@ for user object: ``` # per-domain sender bcc enabledService=senderbcc -userSenderBccAddress=user@domain.com +userSenderBccAddress=outbound@example.com # per-domain recipient bcc enabledService=recipientbcc -userRecipientBccAddress=user@domain.com +userRecipientBccAddress=inbound@example.com ``` ## Screenshot of iRedAdmin-Pro Per-domain bcc settings: + ![](../images/iredadmin/domain_profile_bcc.png) Per-user bcc settings: -![](../images/iredadmin/user_profile_bcc.png) +![](../images/iredadmin/user_profile_bcc.png) diff --git a/html/monitor.incoming.and.outgoing.mails.with.bcc.html b/html/monitor.incoming.and.outgoing.mails.with.bcc.html index 2975cdb9..ebfe61ee 100644 --- a/html/monitor.incoming.and.outgoing.mails.with.bcc.html +++ b/html/monitor.incoming.and.outgoing.mails.with.bcc.html @@ -69,11 +69,11 @@ for domain object:
# per-domain sender bcc
 enabledService=senderbcc
-domainSenderBccAddress=user@domain.com
+domainSenderBccAddress=outbound@example.com
 
 # per-domain recipient bcc
 enabledService=recipientbcc
-domainRecipientBccAddress=user@domain.com
+domainRecipientBccAddress=inbound@example.com
 
# per-domain sender bcc
 enabledService=senderbcc
-userSenderBccAddress=user@domain.com
+userSenderBccAddress=outbound@example.com
 
 # per-domain recipient bcc
 enabledService=recipientbcc
-userRecipientBccAddress=user@domain.com
+userRecipientBccAddress=inbound@example.com
 

Screenshot of iRedAdmin-Pro

-

Per-domain bcc settings: -

-

Per-user bcc settings: -


If you found something wrong +

Per-domain bcc settings:

+

+

Per-user bcc settings:

+


If you found something wrong in this document, please do contact us to fix it.

©© Creative Commons

\ No newline at end of file