Problems sending email using "Send As"

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
douglas.comim
Posts: 2
Joined: Fri Jun 17, 2016 11:02 am

Problems sending email using "Send As"

Post by douglas.comim »

Hello guys,
already I apologize because I do not know English. :)

I'm having trouble sending mail using "Send As" when the signature has pictures.
Zimbra sends a message alerting denied permissions.

Someone is having the same problem? Thanks

Version:
Zimbra 8.6.0_GA_1194 (build 20160120153603)
002.jpg
002.jpg (83.72 KiB) Viewed 2478 times
001.jpg
001.jpg (103.9 KiB) Viewed 2478 times

Code: Select all

method:	[unknown]
msg:	permission denied: you do not have sufficient permissions
code:	service.PERM_DENIED
detail:	soap:Sender
trace:	qtp509886383-12492:https://IPSERVER:443/service/soap/SendMsgRequest:1466163856554:fab08aa716895a84
request:	

Body: {
  SendMsgRequest: {
    _jsns: "urn:zimbraMail",
    m: {
      e: [
        // [0]:
        {
          a: "douglas.comim@gmail.com",
          t: "t"
         },
        // [1]:
        {
          a: "email@domain.com",
          t: "f"
         },
        // [2]:
        {
          a: "email@domain.com",
          t: "n"
         }
       ],
      mp: [
        // [0]:
        {
          ct: "multipart/alternative",
          mp: [
            // [0]:
            {
              content: {
                _content: "teste 

"
               },
              ct: "text/plain"
             },
            // [1]:
            {
              ct: "multipart/related",
              mp: [
                // [0]:
                {
                  content: {
                    _content: "<html><body><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt; color: #1a1a1a"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt; color: #1a1a1a"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt; color: #1a1a1a">teste<br><br><div data-marker="__SIG_PRE__"><div><img doc="Briefcase/sign.gif" src="cid:0bab76865061cd13385b3851a50f97e0a07d576f@zimbra" data-mce-src="https://domai.com/home/~/Briefcase/sign.gif"></div></div></div></div></div></body></html>"
                   },
                  ct: "text/html"
                 },
                // [1]:
                {
                  attach: {
                    doc: [
                      // [0]:
                      {
                        optional: 1,
                        path: "Briefcase/sign.gif"
                       }
                     ]
                   },
                  ci: "0bab76865061cd13385b3851a50f97e0a07d576f@zimbra"
                 }
               ]
             }
           ]
         }
       ],
      su: {
        _content: "Test"
       }
     },
    suid: 1466163856647
   }
 },
Header: {
  context: {
    _jsns: "urn:zimbra",
    account: {
      _content: "email@domain.com",
      by: "name"
     },
    authToken: "(removed)",
    csrfToken: "0_3b0269f370c9c19feba96c006e9b554b922739d8",
    notify: {
      seq: 29
     },
    session: {
      _content: 11056,
      id: 11056
     },
    userAgent: {
      name: "ZimbraWebClient - FF47 (Win)",
      version: "8.6.0_GA_1194"
     }
   }
 }
lucas.guerrero
Posts: 1
Joined: Wed Sep 12, 2018 8:21 pm

Re: Problems sending email using "Send As"

Post by lucas.guerrero »

Hello,

The problem happens because the image is not in a public place, that cause the 'Permission Denied'.

I solved the problem uploading my source image (that I use on my HTML signature) to a public place, you can put reference in your webpage /username.jpg or .html. Before I do that the image source was set to my own brifecase that is not public.

Hope it help you.

Best Regards,

Lucas Guerrero
douglas.comim
Posts: 2
Joined: Fri Jun 17, 2016 11:02 am

Re: Problems sending email using "Send As"

Post by douglas.comim »

lucas.guerrero wrote:Hello,

The problem happens because the image is not in a public place, that cause the 'Permission Denied'.

I solved the problem uploading my source image (that I use on my HTML signature) to a public place, you can put reference in your webpage /username.jpg or .html. Before I do that the image source was set to my own brifecase that is not public.

Hope it help you.

Best Regards,

Lucas Guerrero
We solve it exactly that way. Thank you.
Post Reply