Edit Postfix Bounce Messages?

Could someone please tell me where to go and how to edit bounce messages from Postfix? Specifically the message sent out in response to an email addressed to a non-existant user.
Thanks,
Ben

If you go down that road, you will have to ditch SA. You will also need to modify the Postfix open source distribution. Apple's distribution has been modified in severeal areas like authentication.
If you know exactly what you are doing, you can sure replace it. Otherwise I wouldn't touch it as the implications are beyond Postfix.
If you absolutely must change those messages, you are probably better off recompiling Apple's distribution and change the messages in the source code.
Alex

Similar Messages

  • Some emails are not delivered, also not in LOG, no Bounce message

    I am Using Mountain lion server with the server app installed.
    Not the strange thing is that a lot email is not delevered to my email clients, but some are.
    The email that is having problems is [email protected]
    Does anybody know how to debug where the email is, that is not deliverd?
    Let me explain a strange situation.
    When I sent a mail true wetransfer.com from [email protected] to [email protected].
    I recieve the message on info@, that is is successfull delevered at test@..  but never recieve the mail at [email protected]
    Here a part of the logs:
    2E673904CBB: message-id=<[email protected]>
    Jan  5 15:27:52 server.mydomain.nl postfix/qmgr[4178]: 2E673904CBB: from=<[email protected]>, size=18104, nrcpt=1 (queue active)
    Jan  5 15:27:52 server.mydomain.nl postfix/smtpd[4224]: connect from localhost[127.0.0.1]
    Jan  5 15:27:52 server.mydomain.nl postfix/smtpd[4224]: AB6E8904CD0: client=localhost[127.0.0.1]
    Jan  5 15:27:52 server.mydomain.nl postfix/cleanup[4221]: sacl_check: mbr_user_name_to_uuid([email protected]) failed: No such file or directory
    Jan  5 15:27:52 server.mydomain.nl postfix/cleanup[4221]: AB6E8904CD0: message-id=<[email protected]>
    Jan  5 15:27:52 server.mydomain.nl postfix/qmgr[4178]: AB6E8904CD0: from=<[email protected]>, size=18770, nrcpt=1 (queue active)
    Jan  5 15:27:52 server.mydomain.nl postfix/smtp[4222]: 2E673904CBB: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.64, delays=0.43/0.01/0.01/0.19, dsn=2.0.0, status=sent (250 2.0.0 from MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as AB6E8904CD0)
    Jan  5 15:27:52 server.mydomain.nl postfix/qmgr[4178]: 2E673904CBB: removed
    Jan  5 15:27:52 server.mydomain.nl postfix/pipe[4227]: AB6E8904CD0: to=<[email protected]>, orig_to=<[email protected]>, relay=dovecot, delay=0.16, delays=0.04/0.01/0/0.11, dsn=2.0.0, status=sent (delivered via dovecot service)
    Also some other people are trying to mail me on test@. But I dont see the any message recieving in the logs, and also no bounce message is there.
    Hope somebody can help me with this, since I have lost a lot email from now.

    Dear pterobyte,
    Thank you very much for you help.
    I indeed use a filesending service for testing, and agree that thats not the best way to test, but it was a way.
    Since most email are delivered it is hard to test when it is going wrong.
    Its a good change that it has to do with the DNS.
    Does anybody know how to test if DNS is installed proper? I did install a default MLS installation.
    What I see is that there is one issue with my reversed DNS.
    When I type in terminal:
    Host server.crypton.nl,
    I get my IP, but when I type:
    Host 83.2.97.95
    I don't see my server host but the one from my ISP.
    83.2.97.95.in-addr.arpa domain name pointer 095-097-002-083.static.chello.nl.
    Not
    83.2.97.95.in-addr.arpa domain name pointer 095-097-002-083.server.crypton.nl
    Might that be the problem?
    Since you mention it can it has to do with the DNS.
    Since it is all default, i dont know what is wrong with it.
    Kind regards,
    Flip

  • Never include orig. message into bounce message/DSN

    Hi all
    How can i configure IronPort to never include the original message body into bounce messages or DSNs?
    I would like to always include header information (sender, receipient, subject) of the original mail, but never body information or even attachments?
    I already tried cli-command bounceconfig, an set max_bounce_copy=1, but then the header is also not included...?
    Any ideas?
    Thanks
    Chris

    Hi Chris,
    This one is a bit tricky. The RFC does not state that one "MUST" include a copy of the original message however we do as in general its good practice and it is seen as a courtesy to the recipient.
    That being said you may be able to eliminate most of the original message. You were on the right track with that option but I think you were looking for size not number of copies.
    You will need to make this modification via the CLI using the command bounceconfig. Depending on the number of bounce profiles you have you may need to edit each to achive the desired results. By default there is only 1 profile listed as default.
    The value you want ot chage is the following;
    Please enter the maximum size of the original message (in bytes) to include in the bounced notification message.
    [10240]>
    You may have to make changes and test to get the exact results your looking for.
    murf.run> bounceconfig
    Current bounce profiles:
    1. Default
    Choose the operation you want to perform:
    - NEW - Create a new profile.
    - EDIT - Modify a profile.
    []> edit
    Please enter the number of the profile to edit:
    []> 1
    Please enter the maximum number of retries.
    [100]>
    Please enter the maximum number of seconds a message may stay in the queue before being hard bounced.
    [259200]>
    Please enter the initial number of seconds to wait before retrying a message.
    [60]>
    Please enter the maximum number of seconds to wait before retrying a message.
    [3600]>
    Do you want a message sent for each hard bounce? [Y]>
    Do you want bounce messages to use the DSN message format? [Y]>
    Enter the subject to use:
    [Delivery Status Notification (Failure)]>
    Do you want to parse the DSN "Status" field received from bounce responses to include in the DSN generated by the appliance? [N]>
    If a message is undeliverable after some interval, do you want to send a delay warning message? [N]>
    Do you want hard bounce messages sent to an alternate address, instead of the sender? [N]>
    Do you want bounce messages to be signed (Yes/No)?  [N]>
    Please enter the initial number of seconds to wait before retrying a host that is unreachable.
    [60]>
    Please enter the maximum number of seconds to wait before retrying a host that is unreachable.
    [3600]>
    Please enter the maximum size of the original message (in bytes) to include in the bounced notification message.
    [10240]> 10
    Current bounce profiles:
    1. Default
    Choose the operation you want to perform:
    - NEW - Create a new profile.
    - EDIT - Modify a profile.
    []>
    smurf.run> commit
    Christopher C Smith
    CSE
    Cisco IronPort Customer Support

  • Undo bounced message in Mail...

    Okay, please excuse my mistake.
    I accidentally bounced my wife email address instead of redirecting it (the menu items are next to each other.)
    Mail even gave me a prompt to confirm, which I select "OK" unconsciously.
    In doing so, I received a "Fwd: Returned Mail: User Unknown" message in my inbox. I'm assuming Mail is alerting me that a message my wife is trying to send me is bouncing back to her.
    Here's my question: Is Mail bouncing all my wife's messages? If so, how do I un-bounce her messages?
    thanks in advance.
    Message was edited by: MrKenito
    Message was edited by: MrKenito

    Please post your question in the Tiger:Mail forum -
    http://discussions.apple.com/forum.jspa?forumID=1223
    You will be more likely to get help there: this forum is for the AppleWorks application.

  • How to edit a text message received in Outlook 2013?

    I have a user who has configured his phone to automatically forward text messages to his Exchange account.  When he opens the message in Outlook 2013 he'd like to be able to edit the message like he was accustomed to do in Outlook 2003.
    For a normal message, of course, he could click on Actions, Edit Message and start editing.  For the text message (SMS) though, the Actions button does not show up.  (Outlook may be using a different form for text messages?)
    Forwarding the message to himself is not an acceptable workaround.
    Asking users to send messages to his email address instead of his text message phone number is not an acceptable workaround.
    Is it possible to edit a text message in Outlook 2013 or would we have to move to an older version of Outlook?

    Hi,
    Let’s begin with the answer in the following thread:
    http://social.technet.microsoft.com/Forums/office/en-US/cc895374-fef6-4255-b3f9-393ca17f0553/outlook-2013-wont-send-sms-texts?forum=outlook
    “They removed SMS support from Outlook 2013 because of low use.”
    Thus, it’s by design that there is no option to edit the SMS message in Outlook 2013.
    To confirm it , you’re welcomed to post the question on our Office forum:
    https://social.technet.microsoft.com/Forums/office/en-US/home
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • How to change bounce message for spam tagged email?

    Hello,
    I'm checking outgoing email messages for spam. I will send bounce to email sender (user from my domain) if message is tagged as positive or suspected spam. ok, I can set it, but how can I change text in bounce message?
    default bounce if mail is tagged as spam is:
    Your message did not reach some or all of the intended recipients.
    Subject: FW: something
    Sent: 7/12/2009 8:33 PM
    The following recipient(s) could not be reached:
    [email protected] on 7/12/2009 8:35 PM
    The e-mail system was unable to deliver the message, but did not report a specific reason. Check the address and try again. If it still fails, contact your system administrator.
    <smtp.domain.com #5.0.0 smtp; 5.x.0 - Message bounced by administrator (delivery attempts: 0)>
    ^^ but there is no information for the sender that message is not possible deliver, because is tagged as spam.
    Is it possible to change this default message?
    (AsyncOS: v6.5.2-101)
    martin

    You are correct that it doesn't appear that the Positive Spam or Suspect Spam setting doesn't appear to give you any leeway on using a different bounce profile/message to whomever you bounce it back to.
    You may want to consider this workaround.
    1. In the Action, change it to "Deliver"
    2. In the Advanced section of both the Positive and Suspect spam, there is a section labeled "Add Custom Header". Add a custom header like the following:
    X-Internal-Spam-Message: true
    3. Then, since this message will still go through the outgoing content filters, you can create an outgoing content filter that looks for the "X-Internal-Spam-Message" header. If that header exist, then the outgoing content filter will match. For the action, you may need to use the "notify()" action and notify the original sender that it could not get delivered since it was detected to be spam. There is an option to attach the original message. The reason you need to use the notify() instead of the bounce() is because bounce doesn't currently have the option to specify which bounce profile to use.
    You can only specify a different bounce profile in the "Mail Policies > Destination Controls".
    Let me know if you have any question.

  • Can no longer save edited photos. get messages - "Nothing was imported" "The file or folders selected to import did not contain supported file type.

    Can someone help. I use Photoshop Elements 13. I can no longer save edited photos. get messages - "Nothing was imported" "The file or folders selected to import did not contain supported file type. It started this a couple of weeks ago and I had a friend come fix it just 2 days ago. It took him several hours and I lost all tags I had on over 10,000 pictures. Now it has done it again. I'm so upset. I lost a lot of stuff. I don't want to keep bothering him with this. Please Help.

    How did you import the files to your computer?
    What model  number camera?

  • How can I edit a text message feed

    I upgraded my iPhone 4 to iOS 7.0.4 and I can't edit my text message feed.  How can I do that?

    You can only delete messages frmo a text-message conversation - not edit them . Under iOS 7, you'd need to long-tap on a single message then tap "More...". You will now be able to select multiple messages in a thread and delete them.

  • OIF - can I edit specific error messages back to user?

    I've had a request from end-user support to change a specfic error message generated by OC4J /shareid app.
    At present if a user tries to access a session that's been invalidated (logout, session timeout, etc.) they are presented with an error:
    Identity Federation Error
    The signon or signoff to the partner domain could not be completed. Contact your administrator. (Error ID TSE016)
    I'd like to change that to something more actionable like "Please close your browser and try to access resource again."
    Is anyone aware of how to edit these error messages?

    Alright. If you can share the mod_rewrite approach you are planning, that would be great.
    In any case, you got me curious enough to poke around for the message catalog in question. The message is from shareid-user-messages*.properties inside $ORACLE_HOME/jlib/idmbridge.jar.
    To update these, you'll just need to update the jar file -
    cd $ORACLE_HOME/jlib
    jar -xvf idmbridge.jar shareid-user-messages_en.properties shareid-user-messages.properties
    Change both files to edit the message with ID ERP001 (it's the first one in the catalog) as you need, save the files, and then..
    jar -uvf idmbridge.jar shareid-user-messages_en.properties shareid-user-messages.properties
    Restart OIF and you should be done. In case you have users with browser languages other than English, you can update the other catalogs (shareid-user-messages_fr.properties, shareid-user-messages_de.properties etc.) as well.
    I can see why Oracle would rather have customers not do this, but I'm not sure why the user-facing messages are jarred up in the first place.
    Hope this helps.
    -Vinod

  • Smtp bounced messages

    Hi all,
    i have R12 configure with Workflow mail with smtp server.
    1 . how can i make sure that all my messages are delived
    2. where do i check my bounced messages.
    3. do i need to have imap server configure to receive my bounced messages.
    fast responses are appreciated.
    thanks,
    Vamshi D

    Run the following diagnostic tests to validate Workflow configurations:
    Note: 471687.1 - Oracle Application Object Library Notification Preference Validation Setup Test
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=471687.1
    Note: 564045.1 - Oracle Application Object Library Mailer Component Test Setup Test
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=564045.1
    Note: 564043.1 - Oracle Application Object Library Workflow Agents/AQ Status Setup Test
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=564043.1

  • Changing Subject: Header for bounced messages

    Our current version:
    imsimta version
    Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 9 2008)
    libimta.so 7.0-3.01 64bit (built 09:24:13, Dec 9 2008)
    Using /opt/sun/comms/messaging64/config/imta.cnf
    SunOS mmp-nhm1.its.utas.edu.au 5.10 Generic_138889-06 i86pc i386 i86pc
    I am trying to alter the Subject: header for bounced messages, especially mail bounced from our gateway servers for "User unknown" errors. The current Subject: header for such bounces reads:
    Delivery Notification: Delivery has failed
    I would like this altered to be, say:
    Delivery Notification: Remote SMTP server has rejected address
    or something similar. Now, I've read the documentation on managing status notification messages, but there seems to be no correlation between the files in ..../config/locale/C and the text being placed in deliery failure messages. For instance, the return_failed.txt file contains the text:'
    Your message cannot be delivered to the following recipients:
    %R
    Yet I can't see this anywhere in the bounced message. Nor any other text from any of these files.
    There also seems to be a lack of information on header manipulation in these files.
    Thanks for any help,
    Dave.

    brett_ac wrote:
    There also seems to be a lack of information on header manipulation in these files.The manipulation of the notification messages is documented here:
    http://docs.sun.com/app/docs/doc/819-4428/bgakm?a=view
    Unfortunately the use of the Subject override "$T" flag isn't documented for the NOTIFICATION_LANGUAGE mapping table (although it is for the DISPOSITION_LANGUAGE mapping table -- http://docs.sun.com/app/docs/doc/819-4428/bgalb?a=view).
    To replace the header for the "Delivery Notification: Delivery has failed" bounce messages I added the following to the top of the NOTIFICATION_LANGUAGE mapping table in mappings.locale:
    NOTIFICATION_LANGUAGE
    ! Change the subject for "Delivery Notification: Delivery has failed" messages
      failed|*|en*|*|*  $T$IIMTA_TABLE:locale/C/|Delivery$ Notification:$ Remote$ SMTP$ server$ has$ rejected$ address
      failed|*||*|*     $T$IIMTA_TABLE:locale/C/|Delivery$ Notification:$ Remote$ SMTP$ server$ has$ rejected$ addressSee how that goes (make sure to run ./imsimta cnbuild;./imsimta restart before testing).
    Regards,
    Shane.

  • Bounced Message Notification?

    I repeatedly get bounced message notifications, telling me to delete messages from mailbox in order to receive mail. I'm using Apple MAIL. I have deleted most of the messages and still get bounced messages. I assume the total quota includes those stored in various category envelopes. Can I increase the memory or get around this some other way?
    PowerPC G-4 desktop   Mac OS X (10.4.5)  

    The actual message you get might be helpful as it very likely contains a direct hint to the solution. Please post it here.
    MacLemon

  • How to limit the size of bounced messages

    Hi,
    how can i limit the size of bounced messages?
    In most cases, we have users which accounts are over quota, the mail bounces and is returned.
    How can i limit the size of the returned message to a maximum size of 1MB?
    We're using
    iPlanet Messaging Server 5.2 HotFix 2.02 (built Oct 21 2004)
    libimta.so 5.2 HotFix 2.02 (built 13:42:55, Oct 21 2004)
    thx,
    ghfg

    Ah. found it. It is indeed in 5.2
    http://docs.sun.com/source/816-6009-10/mta.htm#24585
    look down the page, and find:
    CONTENT_RETURN_BLOCK_LIMIT
    this when put in the option.dat file will limit your response to the
    CONTENT_RETURN_BLOCK_LIMIT=
    number of 1k blocks.

  • Mail Bounced Message

    Have deleted most of my mail and have restarted several times.  I still receive a message ATTENTION:  Bounced Message notification, bytes in mailbox.
    I continue to get this message although as I said I emties sent and trash and deleted and only have a few in inbox.
    I have also turned off JUNK email.
    Please help?

    I have called RoadRunner who is my e-mail provider.
    I did indeed have to go the their website and manage my account by deleting all of the messages on the server.  I had never had to do this in the many years having this account.  The messages must pile up even tho your mailbox on your computer shows low usage. 
    Everything should flow again.
    Hope this helps.
    Karen

  • Bounce messages via another smarthost

    Hello,
    We are using SunOne iPlanet Messaging Server 5.2 HotFix 1.07. Messages which have been created by Messenger Express (webmail) are send through localhost which does some rewriting to the with the from address and passes them on to a MTA with an Virusscanner. Since this is a large site a lot of messages are bouncing because of over quota mailboxes. These messages do not need to be scanned from viri and should therefore be send through a non virusscanning MTA.
    The notices should be sent through another MTA. How do I set this up using channels and so on?
    Regards,
    Bert

    Hello,
    We are using SunOne iPlanet Messaging Server 5.2
    HotFix 1.07. Messages which have been created by
    Messenger Express (webmail) are send through
    localhost which does some rewriting to the with the
    from address and passes them on to a MTA with an
    Virusscanner. Since this is a large site a lot of
    messages are bouncing because of over quota
    mailboxes. These messages do not need to be scanned
    from viri and should therefore be send through a non
    virusscanning MTA.
    The notices should be sent through another MTA. How
    do I set this up using channels and so on?
    Regards,
    BertI don't know of any easy way to pull specific "bounce" messages, and route them differently. If you have so many over-quota users that this truly affects your throughput, I suspect you have other issues that are more important. . . .

Maybe you are looking for

  • AIR Flash Player configuration file location

    What is the name and location of the AIR Flash Player configuration file? I'm assuming the name should be mm.cfg like it is for the flash palyer on the desktop, where do I put this file when I compile my AIR app?

  • COPA reports - Quantity in alternative Unit of Measure

    Hi all    My clients requirement is to dispaly quantities in both base UoM and alternative UoM in COPA reports. Alternative unit of measure and the conversion factor is maintained in the additional data of material master. After reading through sever

  • BUsiness Flow in FI

    Hi all Can any of u explain me the business flow in the below manner. SD Transaction Code Flow: *Inquiry / Document type IN * *Tcode for creation VA11,VA12,VA13. tables VBAK,VBAP * *Quotation / QT * Tcode for creation VA21,VA22,VA23. tables VBAK,VBAP

  • Doubt in FM RSPO_OPEN_spoolrequest

    hi friends in the above function module there is an mandatory import parameter DEST of type TSP01-RQDEST in which what is the thing we need to pass and what is the functionality of that parameter Any pointers to this pls welcome

  • Zen Micro problem .. please hel

    <FONT face="Comic Sans MS" color=#663333 size=3>i've had my zen micro for onli a month and just yesterday the screan started freezing and now its completely blank.. i didnt drop it or anything and the music still plays fine so i dont know what could'