Zimbra Auto BCC maping problem

1,216 views
Skip to first unread message

Rajesh Dolani

unread,
Apr 13, 2015, 2:10:52 AM4/13/15
to vg...@googlegroups.com
Hello Experts,

I have just configured new Zimbra Open Source Email server and it is working fine.

Now when i tried to map auto bcc emailing list then unable to send email outside and getting this error below;



Could not send message: mail.SEND_FAILURE
method: [unknown]
msg: SMTP server reported: MESSAGE_NOT_DELIVERED
code: mail.SEND_FAILURE
detail: soap:Sender
request:
Body: {
  SendMsgRequest: {
    _jsns: "urn:zimbraMail",
    m: {
      e: [
        // [0]:
        {
          a: "rajesh...@gmail.com",
          t: "t"
         },
        // [1]:
        {
          a: "a...@xyz.com",
          p: "Rajesh Dolani",
          t: "f"
         }
       ],
      idnt: "5558691c-0606-4b9b-9b48-74422cb0be14",
      mp: [
        // [0]:
        {
          ct: "multipart/alternative",
          mp: [
            // [0]:
            {
              content: {
                _content: ""
               },
              ct: "text/plain"
             },
            // [1]:
            {
              content: {
                _content: "<html><body></body></html>"
               },
              ct: "text/html"
             }
           ]
         }
       ],
      su: {
        _content: "Test"
       }
     },
    suid: 1428904641953
   }
 },
Header: {
  context: {
    _jsns: "urn:zimbra",
    account: {
      _content: "a...@xyz.com",
      by: "name"
     },
    authToken: "(removed)",
    csrfToken: "0_1acfb06f9b5c96cfbe888d5098c03a72ef3ecae2",
    session: {
      _content: 164,
      id: 164
     },
    userAgent: {
      name: "ZimbraWebClient - GC41 (Win)",
      version: "8.6.0_GA_1153"
     }
   }
 }
Send Error Report
Hide Details
OK


Please help or any suggestion.

Thanks in advance.

Rajesh Dolani

kirtan patel

unread,
Apr 13, 2015, 12:47:55 PM4/13/15
to vg...@googlegroups.com
Hi Rajesh,

Please check this link. 


You looking for hidden auto bcc or just normal?  and which version are using?


Regards
Kirtan

--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+un...@googlegroups.com
To post to this group, send email to VG...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG

---
You received this message because you are subscribed to the Google Groups "VGLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vglug+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Rajesh Dolani

unread,
Apr 14, 2015, 2:59:29 AM4/14/15
to vg...@googlegroups.com
Hello Kirtan,

I need to configure hidden bcc, and Zimbra version is 8.6.0.

Thanks,

Rajesh Dolani

Rajesh Dolani

unread,
Apr 15, 2015, 9:30:00 AM4/15/15
to vg...@googlegroups.com
Hello,

Can anyone help me on this, i need to hidden auto bcc in zimbra 8.6.0. and i have followed these steps below but getting error as above.

[root@map007]# vim /opt/zimbra/postfix/conf/main.cf

 sender_bcc_maps = hash:/opt/zimbra/conf/sender_bcc
 recipient_bcc_maps = hash:/opt/zimbra/conf/recipient_bcc

Create two files in /opt/zimbra/conf directory

 touch /opt/zimbra/conf/sender_bcc
 touch /opt/zimbra/conf/recipient_bcc
 chown zimbra.zimbra /opt/zimbra/conf/sender_bcc
 chown zimbra.zimbra /opt/zimbra/conf/recipient_bcc

Thanks

Rajesh Dolani

Paras Mistry

unread,
Apr 15, 2015, 3:15:55 PM4/15/15
to vg...@googlegroups.com
Hello,

use LMDB Database in /opt/zimbra/postfix/conf/main.cf fie ..

 sender_bcc_maps = lmdb:/opt/zimbra/conf/sender_bcc
 recipient_bcc_maps = lmdb:/opt/zimbra/conf/recipient_bcc

recreate sender_bcc.db and recipient_bcc.db via postmap command.

Regards
Paras Mistry

kirtan patel

unread,
Apr 21, 2015, 9:55:53 PM4/21/15
to vg...@googlegroups.com
Hi Rajesh,

Please check bellow steps for configure hidden auto bcc all emails..

I have done this setup already and its working fine.




Edit main.cf

 [root@map007]# vim /opt/zimbra/postfix/conf/main.cf

Add following line to get a bcc copy to your email id when some one send a mail :-

 sender_bcc_maps = hash:/opt/zimbra/conf/sender_bcc

Add following line to get a bcc copy to your email id when some one receive a mail :-


 recipient_bcc_maps = hash:/opt/zimbra/conf/recipient_bcc

Create two files in /opt/zimbra/conf directory

 touch /opt/zimbra/conf/sender_bcc
 touch /opt/zimbra/conf/recipient_bcc
 chown zimbra.zimbra /opt/zimbra/conf/sender_bcc
 chown zimbra.zimbra /opt/zimbra/conf/recipient_bcc

Edit these files and add entry like this :-
 sup...@efensys.com san...@efensys.com

After this I will get in/out mail’s copy of sup...@efensys.com email account to san...@efensys.com email id.

 As zimbra user, run following commands :-

 su - zimbra
 postmap /opt/zimbra/conf/sender_bcc
 postmap /opt/zimbra/conf/recipient_bcc
 postfix reload

Regards
Kirtan



On Mon, Apr 13, 2015 at 4:07 PM, Rajesh Dolani <rajesh...@gmail.com> wrote:

--
Reply all
Reply to author
Forward
0 new messages