The Sender unable to receive delivery and read receipts

The Sender unable to receive delivery and read receipts through ironport (outbound).
How does the delivery and read receipts works in ironport?
However, The Sender able to receive delivery and read receipts without ironport (outbound).
Please help!
Alex Ling

Hi Alex,
At this time, the IronPort does not support positive DSNs ( read recipiects ). Refer to the following Knowledge Base article:
http://tinyurl.com/yo78ns
-whardison

Similar Messages

  • How to track Delivery and Read Receipts, to update the e-mail status?

    Hi,
    I got bit confused, How can I came to know that my e-mail has been successfully sent or not without opening my inbox.
    Am sending 50,000 mails per day by using java mail sending program, while sending I am enabled Delivery and Read receipt and I saved message-id in database and I got that receipt back to my inbox.
    Then I am reading my Inbox using another java program based on message-id concept, And also I need to parse the body of the mail to update the reason if any message failed.
    Here my Inbox received more than 1 lac mails per day as receipts. Because am sending 50,000 mails, So, I got 2 receipt mails for 1 mail, totally 50,000*2=1lac mails in Inbox. My problem is, my reading Inbox java program not able read all 1lac mails at one day. It just reading 5,000 mails per day. When my next day mail sending process started, again i am getting another 1 lac receipts.
    Since I am not able to read and delete the receipts completely, mail counts in my inbox getting accumulated. So, I got stuck, How can I do this?
    If anybody have any other ideas please share with me.
    Already I surfed on net lot, but I can`t find solution for this concept.
    Thanks in advance.

    Hi EJP,
    step 2: Taking total inbox length using message.length
    The message count is available via Folder.getMessageCount*().//ok I will try this one.*
    step 3: In for loop, for(i=0; i < = n; i+){+ //--here we are getting mails one by one
    That should be i < n, not i <= n. *//here I was wrongly specified, I used i<n only.*
    step 5: In that mail body we are searching our own unique keyword(which we set for our unique mail reference)
    Searching how?
    In order to find the keyword, we are getting entire text/plain mail body using below method,
    //To get body plain/text body part start here
         public static void getTextPlainBodyPart(Part p) throws Exception {
              if (p.isMimeType("text/plain")) {
                   if (!(showStructure) && !(saveAttachments)){
                       lstr = (String)p.getContent();
              }else if (p.isMimeType("multipart/*")) {
                 Multipart mp = (Multipart)p.getContent();
                 level++;
                  int count = mp.getCount();
                  for (int i = 0; i < count; i++){
                 getTextPlainBodyPart(mp.getBodyPart(i));
                  level--;
    //To get body plain/text body part end hereAbove method will return entire body of the mail in one string variable, Eg: String mailBody;(*mailBody variable contains entire body)*
    Then using mailBody variable we are searching our own keyword(which we set for our unique mail reference while sending mail) using below technique,
    if(lstr.indexOf("!$*#*$") != -1 && lstr.lastIndexOf("$*#*$!") != -1){
    KeyWord = lstr.substring(lstr.indexOf("!$*#*$")+3,lstr.lastIndexOf("$*#*$!"));
    //to get reason alone
    if(lstr.contains("Reason:")){
         Pattern p = Pattern.compile("Reason:\\s([^\\n])*");
    Matcher m = p.matcher(lstr);
    boolean result = m.find();
         while(result) {
            reason = m.group();
             result = m.find();
    //System.out.println("Reason:>>>>"+reason);
    }else{
         reason = "";
    }After getting that keyword in KeyWord variable,
    then we are updating our database using that KeyWord,(here we are using KeyWord variable in where condition in update query)
    Note:_ KeyWord is nothing but, we were stored all our unique keyword against every mails while sending.So, If when get that keyword while reading the receipts,then we can update our table using that same keyword.
    guide how can I do this effieciently. And if you any other new concept please share with me.
    Thanks in advance..
    Edited by: EJP on 17/03/2011 16:54: added code tags. Please use them. Code is 100% illegible otherwise.

  • Generare e-mail status by tracking Delivery and Read Receipt?Challenge

    Hi,
    I got bit confused, How can I came to know that my e-mail has been successfully sent or not without opening my inbox.
    Am sending 50,000 mails per day by using java mail sending program, while sending I am enabled Delivery and Read receipt and I saved message-id in database and I got that receipt back to my inbox.
    Then I am reading my Inbox using another java program based on message-id concept, And also I need to parse the body of the mail to update the reason if any message failed.
    Here my Inbox received more than 1 lac mails per day as receipts. Because am sending 50,000 mails, So, I got 2 receipt mails for 1 mail, totally 50,000*2=1lac mails in Inbox. My problem is, my reading Inbox java program not able read all 1lac mails at one day. It just reading 5,000 mails per day. When my next day mail sending process started, again i am getting another 1 lac receipts.
    Since I am not able to read and delete the receipts completely, mail counts in my inbox getting accumulated. So, I got stuck, How can I do this?
    If anybody have any other ideas please share with me.
    Already I surfed on net lot, but I can`t find solution for this concept.
    Thanks in advance.

    I think the big question is why can you not read and remove the mail more quickly? What limits you to reading only 5,000 messages per day?
    Also, is this about Oracle Communications Messaging Exchange Server (formerly known as Sun Java Messaging Server)?
    If so, please include the output from the "imsimta version" command.
    If not, you probably should ask in the JavaMail forum: JavaMail

  • Prohibit delivery- and read- receipts

    Does anyone know how you can prohibit Mail and Entourage from sending delivery- and read- receipts.
    I could only find answers to the question how you can request them yourself, what is not an issue for me.

    Mail doesn't send receipts for delivered nor read mail. "Read" receipts aren't supported in any Internet email client I know of, only in proprietary messaging systems such as Outlook/Exchange.
    Entourage to the best of my knowledge by default doesn't return delivery receipts either, though I might have missed it in my copy. It appears that the only way to get it to do it is by manually adding special headers.
    So if you don't want to be returning receipts, you don't need to worry.
    Regards.

  • Delivery and read receipts from mail - how do i do it?

    delivery and read receipts from mail - how do i do it? i used to do this on pc from outlook..... just new at this stuff... thanks

    Hmm, had a bit of a look round but it doesn't look like it's particularly straightforward, esp if you want to turn it on or off on a per mail basis:
    http://email.about.com/od/macosxmailtips/qt/et_request_recp.htm

  • Notification of Delivery and Read Receipts

    Hi All,
    Does Skype offer the functionality of Delivery Receipts and Read Receipts when we send messages to our friends. I could n't locate this feature on my phone or laptop.

    Hi, Dramitgoel, and welcome to the Community,
    Please check out this new blog article!
    http://blogs.skype.com/2014/02/13/skypes-enhanced-chat-experience/
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • PIN Delivery and Read confirmati​ons

    Hello,
    Is it possible to disable the delivery and read receipt features of PIN's?  I know I can do this for emails but not sure how to for PIN's.
    Thank you!

    That is not possible.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    Which version of OSX and what email provider are you using.

  • No receiver agreement for the sender "xyz" to receiver "abc" found

    in SXMB_MONI i am getting the following error message when the data has been sent from the IDOC
    No receiver agreement for the sender "xyz" to receiver "abc" found
    I have specified 3 receiver agreements and a Default receiver (in configured receivers)
    so in any case, it should pick it as the receiver
    but, still I am getting the above error message
    any one faced same kind of issue?
    regards,
    nikhil.

    Hi Nikhil,
    Correct me if I understood it wrongly.
    You need to copy the IDOC xml data and copy it for testing. XSD is the definition for your XML data.
    You should not copy the XSD as the input to the Mapping program.
    Follow this steps:
    - Go to your Mapping Program
    - Click on Test tab
    - Click on the SRC tab and copy your XML data here not XSD.
    Thanks
    Srini
    Thanks
    Srini

  • Receive email and read email attachment via BPEL

    Hi All,
         Does anyone know how to or has a module on receiving email and read email attachment via BPEL.
         Im now reading and exploring UMS adapter as this activity can handle both reading email and email attachment.
         Your response/s will be very much appreciated. Thanks.

    943363 wrote:
    Hello,
    I have an Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bits on an AIX 5.3 mainframe without the enterprise web interface.
    I would like to do that process :
    a daily email is sent to the oracle instance with a CSV in attachment.
    I would like that attachment in a directory configured onto the instance.
    I have a PL/SQL procedure triggered by a job that will insert the content of the CSV in a table.
    Is that process possible with what I have ?
    Thanks in advance,
    Best Regards,
    Grégory B.Databases don't receive email. Just sftp the file and schedule a job to process it.

  • Ccidentally deleted the Trash Icon next to the Send/ Reply Icon in Mail and I'm using Lion 10.7.5. Does anyone know how to retrieve it?I accidentally deleted the Trash Icon next to the Send/ Reply Icon in Mail and I'm using Lion 10.7.5. Does anyone k

    I accidentally deleted the Trash Icon next to the Send/ Reply Icon in Mail and I'm using Lion 10.7.5.
    Does anyone know how to retrieve it?

    Luigi
    That worked, I knew it was something simple.
    Mille Grazie!!!
    Michael

  • Blocking or Filtering Delivery Reports / Read Receipts

    Using Mail, Is there any way to filter or block my Mac (and iPhone) from sending delivery reports or read receipts to senders that imbed this request into their emails that are sent to me?
    If not available within Mail or OSX , are there 3rd party filters/pgms available to give me this capability?
    Thx!

    I have used my Online Web Access to my work Outlook account to send an e-mail to my Mac to be read by the Mac's Mail program. I've sent an HTML message with a request for a Read Recipt and a Delivery Receipt. Outlook got replies for both. I then sent a plaintext message and requested a Read Receipt and a Delivery Receipt. Outlook again got replies from both.
    This started because a person that had emailed my wife said they receieved a read request. I told her that the Mac Mail program does not respond to those. We decided to test and I was shocked that I received the receipts. I then tested with my own Mac and was again shocked to receive both receipts.
    My test used her work account and her .mac account. I then further tested using my .mac account as the recipient.
    So while I believed as you said that the Mac Mail program does not respond to those, it clearly is.
    Both Macs are running the latest operating system. My mac was just purchased last June.
    Any ideas on how to stop the Mac Mail program from responding to Read Receipts and Delivery Receipts?

  • Difference between inbound delivery and Goods Receipt

    Can any one explain difference between inbound delivery and goods Receipt??

    Hi dear,
    Inbound delivery is one confirmation used to indicate the expected goods receipts in advance, so that the related process partners like warehouse personnel , planning personnel can utilise this data for initiation of actions and planning. Also , we can make this confirmation relevant to Planning in the customisation, to enhance the performance.
    In general , we need confirmations only as a kind of assurance/information , in absence of the goods.
    But if the goods are received physically , obviously we do not need any confirmations , we would perform the goods receipt .
    When working with Inbound delivery , the goods receipt is done with respect to specific inbound delivery( though not compulsary to do so) , so that the integration done in the system works to the advantage of the users.

  • I use Mac Mail. How do I set up an email to get a delivery or read receipt?

    I use Mac Mail. How do I set up an email to get a delivery or read receipt? In other words, I want to receive automated confirmation that the email was either delivered, opened, or both -- which you can do in Outlook. I was not able to find this option in the Mail menu.

    Unfortunately OS X Mail does not offer this feature as far as I know. With Apple failing to offer that feature up until now I highly doubt it'll happen in the future :/

  • Delivery Confirmation & Read Receipts

    Firstly, I am very new to Mac.
    I am used to Microsoft Outlook, particularly the 'Delivery Confirmation' and 'Read Receipt' options.
    Does Mail have these or similar options? I am sure they are right in front of me and I just can't seem to find them - PC to Mac blindness...
    Any assistance would be appreciated.
    iMac 2.16 GHz Intel Core 2 Duo   Mac OS X (10.4.8)  

    Not blind, apparently
    1.8 SP G5/iMac G4 FP/PB G3 Pismo   Mac OS X (10.4.8)   XLR8 G4 Upgrade for Pismo

Maybe you are looking for

  • Total in order documents

    Hi, Im trying to add an order document using the DI API.My problem is that i can't display the DocTotal and the LineTotal ...i select these properties after the add() , and it displays 0 always ... here is my code: long RetVal; int ErrCode; string Er

  • Running Solaris 8 and Solaris 10 on a SPARC box at the same time

    I know that this is not possible, but still... need to clear it out from the experts... Have a upgrade request of Solaris 8 to Solaris 10. However, Solaris 8 environment should not be disturbed. How can this be done without going for another SPARC bo

  • Connection problems with App Server database

    Hello All. On my project it has been noticed in the database listener logs that our Application Server is attempting to make a jdbc connection to the database multiple times a second on different ports. The port numbers appear to be increasing on eac

  • Webapp not found when creating a new portal

    Hi all, I've just started exploring Weblogic Portal 8.1, and am now attempting to set-up a basic portal from scratch. Here's what I did. 1) Created a Weblogic Portal Domain using the Configuration Wizard. The domain name is "mydomain". The server nam

  • How Do I Re Install Elements 10?

    I had to restore my laptop to the original purchase set up and now I need to reinstall my Elements 10. I have the serial number but don't know where to do this. Any help? Bonnie