Tunables for queue handling of bad recipients

What are some good tunables in a mail host that deals with a lot of email address that aren't valid? Basically, the queues are growing bigger and bigger because of failed deliveries to the recipient (bad MX, bad email address etc...)
Thanks

For one thing, be aware of the MAX_MESSAGES parameter in the job_controller.cnf file. This controls how many messages job_controller will keep in its in-memory cache of the queue. That is the list of messages job_controller will schedule for try/retry. Beyond that limit, job_controller ignores any other messages. Which could mean it is only trying messages which cannot be delivered and not trying any new ones, which perhaps could be delivered. The default is 100,000.
See How to Monitor the MTA queues (Doc ID 1302956.1)
https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1302956.1
and the doc: http://wikis.sun.com/display/CommSuite/Job+Controller+Configuration+File
Also http://wikis.sun.com/display/CommSuite/Messaging+Server+Best+Practices+for+Fighting+Email+Spam
How long messages will stay in the queue before being returned to the sender (or discarded if it is a delivery notification to start with) is controlled by the notices keyword on the channel - see http://wikis.sun.com/display/CommSuite/About+MTA+Services+and+Configuration#AboutMTAServicesandConfiguration-ToSetNotificationMessageDeliveryIntervals

Similar Messages

  • Can anyone fix this issue? It is both on my home and office computer anf from online blogs it seems to be a large problem for many. Exc in ev handl: Error: Bad NPObject as private data!

    Exc in ev handl: Error: Bad NPObject as private data!

    Disable "McAfee Site Advisor" extension which was just updated to 3.4.0, which probably took it out of the addons block list.
    * "Ctrl+Shift+A" > find McAfee Site Advisor and use "Disable", and then restart Firefox.
    * Do a Google Search no problem
    * It seems that if you re-enable Site Advisor again, and restart Firefox you are okay. At least you know where to look if you get the error again or Google searches slow down.

  • Exc in ev handl: Error: Bad NPObject as private data! How do I ge rid of this?

    Exc in ev handl: Error: Bad NPObject as private data! I get this error when opening and closing tabs. It only happens when using Firefox. I am running 7.0.1 on a 64 bit version of windows. While researching this problem I discovered thousands of people have the problem. This just started recently. No real fixes or causes have been found. One solution listed was to disable McAfee site adviser which I use and have no plans to remove. I really like Firefox but if I must choose between it and Site adviser I'll have to switch to another browser.

    Please see solution in http://kb.mozillazine.org/Problematic_extensions
    for "McAfee Site Advisor".
    (Windows): For best results you should uninstall '''McAfee Site Advisor''' from Control Panel > add/change programs (Programs and Features). Reboot the system. Then Reinstall from http://www.siteadvisor.com/ and reboot the system. When installing refuse other suggested (crapware) applications.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • I am gettng the following popup when using firfox as my browser: Exc in ev handl: Error: Bad NPObject as private data!

    In the past few days I have been getting the following popup when I use firefox as my browser: Exc in ev handl: Error: Bad NPObject as private data!
    I assume it came from your latest update. I have windows vista with a 64 bit processor, and I am using the latest version of firefox. I checked to see if I was getting the same error message with explorer and I am not. It appears to be some sort of conflict with java script. Can this be corrected?

    re: recommendation -- "Remove McAfee Site Advisor and other extensions/plugins reported in the following lists of Blocked/Problematic extension: "
    NO -- I use it to protect my surfing! Why must FireFox insist on constantly breaking 3-rd party vendor apps!?! Even IE doesn't do this.
    For all the ballyhoo about FF and how great it is -- it ISN'T when it comes to how it supports other companies apps. (RealPlayer, Google, McAfee, etc.)
    Shame on them. I shouldn't have to give up functionality, and in this case protection -- just to use FF

  • How to handle the bad record while using bulk collect with limit.

    Hi
    How to handle the Bad record as part of the insertion/updation to avoid the transaction.
    Example:
    I am inserting into table with LIMIT of 1000 records and i've got error at 588th record.
    i want to commit the transaction with 588 inserted record in table and log the error into
    error logging table then i've to continue with transaction with 560th record.
    Can anyone suggest me in this case.
    Regards,
    yuva

    >
    How to handle the Bad record as part of the insertion/updation to avoid the transaction.
    >
    Use the SAVE EXCEPTIONS clause of the FORALL if you are doing bulk inserts.
    See SAVE EXCEPTIONS in the PL/SQL Language doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/tuning.htm
    And then see Example 12-9 Bulk Operation that continues despite exceptions
    >
    Example 12-9 Bulk Operation that Continues Despite Exceptions
    -- Temporary table for this example:
    CREATE TABLE emp_temp AS SELECT * FROM employees;
    DECLARE
    TYPE empid_tab IS TABLE OF employees.employee_id%TYPE;
    emp_sr empid_tab;
    -- Exception handler for ORA-24381:
    errors NUMBER;
    dml_errors EXCEPTION;
    PRAGMA EXCEPTION_INIT(dml_errors, -24381);
    BEGIN
    SELECT employee_id
    BULK COLLECT INTO emp_sr FROM emp_temp
    WHERE hire_date < '30-DEC-94';
    -- Add '_SR' to job_id of most senior employees:
    FORALL i IN emp_sr.FIRST..emp_sr.LAST SAVE EXCEPTIONS
    UPDATE emp_temp SET job_id = job_id || '_SR'
    WHERE emp_sr(i) = emp_temp.employee_id;
    -- If errors occurred during FORALL SAVE EXCEPTIONS,
    -- a single exception is raised when the statement completes.
    EXCEPTION
    -- Figure out what failed and why
    WHEN dml_errors THEN
    errors := SQL%BULK_EXCEPTIONS.COUNT;
    DBMS_OUTPUT.PUT_LINE
    ('Number of statements that failed: ' || errors);
    FOR i IN 1..errors LOOP
    DBMS_OUTPUT.PUT_LINE('Error #' || i || ' occurred during '||
    'iteration #' || SQL%BULK_EXCEPTIONS(i).ERROR_INDEX);
    DBMS_OUTPUT.PUT_LINE('Error message is ' ||
    SQLERRM(-SQL%BULK_EXCEPTIONS(i).ERROR_CODE));
    END LOOP;
    END;
    DROP TABLE emp_temp;

  • Error msg received on opening tab: Exc in ev handl: Error: Bad NPObject as private data!

    Very simple- the following error message appears when I open a new tab, either with a web page or blank:
    Exc in ev handl: Error: Bad NPObject as private data!

    Please see solution in http://kb.mozillazine.org/Problematic_extensions
    for "McAfee Site Advisor".
    (Windows): For best results you should uninstall '''McAfee Site Advisor''' from Control Panel > add/change programs (Programs and Features). Reboot the system. Then Reinstall from http://www.siteadvisor.com/ and reboot the system. When installing refuse other suggested (crapware) applications.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • Exc in ev handl: Error: Bad NPObject as private data! what is this an how do i get rid of it...

    Exc in ev handl: Error: Bad NPObject as private data!

    Please see solution in http://kb.mozillazine.org/Problematic_extensions
    for "McAfee Site Advisor".
    (Windows): For best results you should uninstall '''McAfee Site Advisor''' from Control Panel > add/change programs (Programs and Features). Reboot the system. Then Reinstall from http://www.siteadvisor.com/ and reboot the system. When installing refuse other suggested (crapware) applications.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • Cada vez que abro una página web me aparece el siguiente mensaje: Exc in ev handl: Error: Bad NPObject as private data! ¿cómo puede arreglarlo??

    Cada vez que abro una página web me aparece el siguiente mensaje: Exc in ev handl: Error: Bad NPObject as private data! ¿cómo puede arreglarlo?

    Please see solution in http://kb.mozillazine.org/Problematic_extensions
    for "McAfee Site Advisor".
    (Windows): For best results you should uninstall '''McAfee Site Advisor''' from Control Panel > add/change programs (Programs and Features). Reboot the system. Then Reinstall from http://www.siteadvisor.com/ and reboot the system. When installing refuse other suggested (crapware) applications.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • Every time I switch tabs I get this message "Exc in ev handl: Error: Bad NPObject as private data!" What do I do to stop this message from coming up??

    If I open up firefox & have more than one tab I get this message "Exc in ev handl: Error: Bad NPObject as private data!" whenever I switch tabs. What should I do to fix this problem?? Thanks for your prompt attention to this matter
    -Kipp

    This issue is caused by the McAfee Site Advisor extension
    *https://community.mcafee.com/message/203466
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • What will get rid of "EXC in EV handl: error bad NP object as private data"?

    I am taking some online classes and whenever I am trying to do homework or send in my assignments or take a test this error report comes up: EXC in EV handl: error bad NP object as private data. What does this mean and how do I get rid of it? I need to be able to do my college work online and know that it is getting to the instructor. How can I know if my assignments and test and any other communication with my college are getting to the right place?

    Please see solution in http://kb.mozillazine.org/Problematic_extensions
    for "McAfee Site Advisor".
    (Windows): For best results you should uninstall '''McAfee Site Advisor''' from Control Panel > add/change programs (Programs and Features). Reboot the system. Then Reinstall from http://www.siteadvisor.com/ and reboot the system. When installing refuse other suggested (crapware) applications.
    <br><small>Please mark "Solved" one answer that will best help others with a similar problem -- hope this was it.</small>

  • Queue Handler

    Hi,
    I am creating a queue with a payload type of object created by me. Now I want this Queue to communicate with Oracle Workflow thru Business Event Systems, n for that I need to define my queue as an agent in OW. And also to associate with a Queue Handler. OW comes with a default queue handler WF_EVENT_QH. Can I use the same handler for my queue or I need to define my own one, if yes, then how can I define my own handler ??
    Thanks!!
    Regards,
    Shalu Aggarwal

    Hi Shalu
    If your queue was created using the WF_EVENT_T adstract datatype, then you can use the WF_EVENT_QH. If you created your queue with a different type, you can write your own queue handler which needs to translate between WF_EVENT_T and your type for the enqueue and dequeue procedures.
    Cheers
    Mark
    Hi,
    I am creating a queue with a payload type of object created by me. Now I want this Queue to communicate with Oracle Workflow thru Business Event Systems, n for that I need to define my queue as an agent in OW. And also to associate with a Queue Handler. OW comes with a default queue handler WF_EVENT_QH. Can I use the same handler for my queue or I need to define my own one, if yes, then how can I define my own handler ??
    Thanks!!
    Regards,
    Shalu Aggarwal

  • Queue handle interference with visa communication

    From time to time I get an error message from Labview with Error #1 on an Release Queue subvi (invalid parameter). How can this be?
    Hint: I have a straight connection from Obtain Queue to Release Queue, I dont use globals for the handle.
    Can the handle be destroyed somehow?
    Best regards,
    GerdW
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

    I will assume you are using LV 6.1 or later. (Note Queue references changed between LV 6.0 and 6.1 in that each obtain queue returns a unique reference now. Previously the same reference was returned.)
    The Release Queue will destroy the queue and invalidate all reference to the queue if the "force destroy" boolean is true.
    I suspect that elsewhere in your application, there is a realease queue being called that has this input wired true. I also have to guess that the destroy is occationally executing between when you obtain the queue reference and when you release it.
    The attached VI (in LV 7.0) and jpg illustrate this condition and return the error code 1 as you mentioned.
    Run the VI in exection highlihting and you will see how this hap
    pens.
    BTW
    If you are seeing this in RT, I have another story that applies in that environment.
    I hope this helps,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    destroyQue.vi ‏30 KB
    destroyQue.JPG ‏20 KB

  • Single Transfer Order for Multiple Handling Units

    I have been researchig the ability to create a single transfer order for multiple handling units.  My assumptions are if it can be done that:
    1) A transfer order can have a single source, so if the source document for the handling unit (delivery) is different, that means different transfer order
    2) A TO can have multiple materials (line items) with different destination bins and quantities per bin
    I looked at the configuration for TO Split, but it's not clear that this will handle my requirement.
    I also saw this http://aq33.com/material-management/Articles-005798.html and it also says that my requirement can't be meant.  I'm just checking before I tell my customer this cannot be done.

    Yes you are right, if Source document is different, you need to go with different TO.
    But you can choose the Handling unit split, while creating a TO itself. i.e., You can quantify the goods for each handling unit.
    Edited by: Ganesh M on Feb 29, 2012 6:20 AM

  • A message will pop up (Exc in ev handl: Error: Bad NPObject as private data!) and the tab I was on will close out and reopen in a new window. Why is it happening and how do I stop it?

    Okay, I will have a window open with 4 tabs open. At first, everything is fine, but after a day or so, a message will pop up on screen saying "'''Exc in ev handl: Error: Bad NPObject as private data!'''" and after you close it out, the tab you were on will close and reopen in it's own window. I then have to shut down all both old and new windows and open a new window with my original 4 tabs again. It will work fine until a few days pass and it starts over again.

    This issue can be caused by the McAfee Site Advisor extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • After updating Firefox I am getting this message any time I do anything "Exc in ev handl:Error: Bad NPObject as private data"

    This error happens each time I use Mozilla. especially when I click on an extension or try to work in any of my e-mail accounts (Yahoo, Gmail, or RCN). Sometimes I am able to continue by just clicking OK and other times it prevents me from completing my task. This started happening right after I downloaded and installed your latest version of Firefox. I see others are having the same problem. Error message is "Exc in ev handl:Error: Bad NPObject as private data"

    That issue can be caused by the McAfee Site Advisor extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

Maybe you are looking for

  • Link to URL from column in report

    I still trying to find a way to display a static file on a report page. I have been unsuccessful with using an HTML region using #APP_IMAGES#filename.sh or using the value found in the coulmn: #APP_IMAGES#&P28_SCRIPT. Now, I've added a link on the co

  • Anyone else seeing a patte

    Ok, last straw has been reached. Count me among those who refuse to spend a single dime on any creative labs product from this point forth. The driver support for Audigy 2 ZS was almost enough, but when I tried to contact creative labs about replacin

  • Time Delay Connector and Chart Question

    Hello, I have two problems with the VC 7.1 First, how can I design a time delay or a refresh function? In VC 7.0 you have the time delay connector to implement this function. Second, in VC 7.0 I can click on a chart and start a action to show me the

  • Itune cant find the sync engine and keeps telling me to reconnect or try again later which I have done

    Every time I start iTunes I get a box telling me that it cannot Sync because it cannot find the Sync Engine and says I must either reconnect or try again later, I have done this several times and re-installed iTunes twice but still get the same box,

  • Query on Decentralised Ware house System Sizing

    Hi Folks, I have to measure the disk space requirement for our client production Decentralized warehouse system (Please note this is not extended ware house system which is part of SCM. It comes along with pure ERP -ECC installation). As per our Ware