Send to multiple Address Email - Invalid Email Error

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
dan.carvalho
Posts: 3
Joined: Tue Dec 29, 2020 1:51 pm

Send to multiple Address Email - Invalid Email Error

Post by dan.carvalho »

Hello Guys,

We are having trouble send to multiple address, more than 90, both on SMTP connections and Zimbra Webmail.

When we try to send to more than 90 address, for some reason Zimbra do not send the mensagem because it identify some invalid address, but all address are valid! I test all the address and all are correct, i used this regex: https://regexr.com/5jad5 .

Here is the error mensage:
* I delete private information
* It is Zimbra v9

Code: Select all

method:	[unknown]
msg:	Invalid address: someemail@hotmail.com. com.zimbra.cs.mailbox.MailSender$SafeSendFailedException: MESSAGE_NOT_DELIVERED; chained exception is: com.zimbra.cs.mailclient.smtp.InvalidRecipientException: RCPT failed: Invalid recipient li.rocio@hotmail.com: 450 4.7.1 <senderaddr@prodest.es.gov.br>: Sender address rejected: 0
code:	mail.SEND_ABORTED_ADDRESS_FAILURE
detail:	soap:Sender
trace:	qtp1225197672-839391:1609177493071:50e520ed1452c4d9
request:	
Body: {
  SendMsgRequest: {
    _jsns: "urn:zimbraMail",
    m: {
      did: "42977",
      e: [
        // [0]:
        {
          a: "someemail1@prodest.es.gov.br",
          t: "t"
         },
        // [1]:
        {
          a: "someemail2@hotmail.com",
          t: "b"
         },
        // [2]:
        {
          a: "someemail3@hotmail.com",
          t: "b"
         },
        // [3]:
        {
          a: "someemail4@hotmail.com",
          t: "b"
         },
        .
		.
		. 
        // [97]:
        {
          a: "someemail98@hotmail.com",
          t: "b"
         },
        // [98]:
        {
          a: "senderaddr@prodest.es.gov.br",
          p: "senderaddr@prodest.es.gov.br",
          t: "f"
         }
       ],
      id: "140b89ae-801e-4f80-8266-0a31202129c1:42977",
      idnt: "b31c3fc4-5768-4334-82f2-2fc94e108d51",
      mp: [
        // [0]:
        {
          ct: "multipart/alternative",
          mp: [
            // [0]:
            {
              content: {
                _content: "
SOME_CONTENT
"
               },
              ct: "text/plain"
             },
            // [1]:
            {
              content: {
                _content: "SOME_CONTENT"
               },
              ct: "text/html"
             }
           ]
         }
       ],
      origid: "42974",
      rt: "w",
      su: {
        _content: "SOME_SUBJECT"
       }
     },
    suid: 1609177492869
   }
 },
Header: {
  context: {
    _jsns: "urn:zimbra",
    account: {
      _content: "someaccount@prodest.es.gov.br",
      by: "name"
     },
    authToken: "(removed)",
    csrfToken: "0_f377c611f86192514e3dc64731ab7a24f9905a5a",
    notify: {
      seq: 31
     },
    session: {
      _content: 1736280,
      id: 1736280
     },
    userAgent: {
      name: "ZimbraWebClient - GC87 (Win)",
      version: "9.0.0_GA_3983"
     }
   }
 }
Someone has an idea how to solve this?
I think is some BUG in ZIMBRA.


Ty
dan.carvalho
Posts: 3
Joined: Tue Dec 29, 2020 1:51 pm

Re: Send to multiple Address Email - Invalid Email Error

Post by dan.carvalho »

Hi,

Someone with same problem?

Could anyone with Version Zimbra.9.0.0_GA_3983 test it for me?
liverpoolfcfan
Elite member
Elite member
Posts: 1112
Joined: Sat Sep 13, 2014 12:47 am

Re: Send to multiple Address Email - Invalid Email Error

Post by liverpoolfcfan »

Aside from your regex test, have you done any other validation?

Have you tried a single email from the listed sender to the listed receiver?
Invalid recipient li.rocio@hotmail.com: 450 4.7.1 <senderaddr@prodest.es.gov.br>: Sender address rejected: 0
dan.carvalho
Posts: 3
Joined: Tue Dec 29, 2020 1:51 pm

Re: Send to multiple Address Email - Invalid Email Error

Post by dan.carvalho »

Yes, the erro message said that one specific address in list is invalid, but this specific email is valid and i send to it normally with the same sender address and the specific same receiver.

What is more strange is that if i try to send to same list of address, the erro message points to another receiver email address, and for sure this email address is valid and i can send msg to it.

liverpoolfcfan wrote:Aside from your regex test, have you done any other validation?

Have you tried a single email from the listed sender to the listed receiver?
Invalid recipient li.rocio@hotmail.com: 450 4.7.1 <senderaddr@prodest.es.gov.br>: Sender address rejected: 0
Post Reply