Mails to 1 particular user is getting bounced - Command time limit exceeded

I've about 100 mail clients. Since yesterday morning, I've had one user whose incoming emails have been getting bounced. I've run a "mailbfr -m user" w/o success. The server is current on updates and has been restarted. All other users are functioning correctly. Notes:
-IMAP account
-This user has a 4GB Sent folder. All other folders are under 2GB.
-This user has recently starting syncing Notes from a Blackberry.
THE SMTP LOG:
Oct 7 08:26:52 myserver postfix/pipe[488]: D1BCE11CE230: to=<[email protected]>, relay=cyrus, delay=1000, delays=0.01/0/0/1000, dsn=5.3.0, status=bounced (Command time limit exceeded: "/usr/bin/cyrus/bin/deliver")
A PORTION OF THE BOUNCE EMAIL SENT TO SENDER:
This is the mail system at host myserver.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<[email protected]>: Command time limit exceeded:
"/usr/bin/cyrus/bin/deliver"
Reporting-MTA: dns; myserver.com
X-Postfix-Queue-ID: AD79711CE1DD
X-Postfix-Sender: rfc822; [email protected]
Arrival-Date: Thu, 7 Oct 2010 08:07:57 -0700 (PDT)
Final-Recipient: rfc822; [email protected]
Original-Recipient: rfc822;[email protected]
Action: failed
Status: 5.3.0
Diagnostic-Code: x-unix; internal software error
Any help?

Solved. This person was in-process of moving Blackberry notes to the imap account. There was an interruption during the transfer phase and the server's Notes folder became bad somehow. When Mailbfr hit that particular folder, it stopped the rebuild process.
I removed the Notes folder and ran Mailbfr again. The Notes folder was recreated and the rebuild function completed.
Mail delivery has been restored to this user.

Similar Messages

  • ReadString() get time limit exceed to complete operation error

    I have a device name Time Electronics 5075. I am trying to use the SimpleReadWrite.2010 in National Instruments\NI-488.2\Examples\DotNET4.0\SimpleReadWrite\cs to comunicate with the device.
    I can open the connection and send commands to the device by using this code
    device = new Device((int)boardIdNumericUpDown.Value,(byte)primaryAddressNumericUpDown.Value,(byte)currentSecondaryAddress);
    device.IOTimeout = TimeoutValue.T100s;
    device.Write("X0/A1/F0{13}");
     But I am stuck at 
    stringReadTextBox.Text = device.ReadString();
    I get the error "Time limit exceeded to complete operation."
    I don't know exactly should I add 
    device.Write("T/D{13}");
    before the device.ReadString() or not. But I get the same error for both cases.
    Some info: Visual Studio 2010, Measurement Studio 2013, NI.488.2, Windows 7 Pro
    Any idea?

    Thank you Curt_C,
    I have attached the screen capture of NI IO Trace. I just open the session, send two commands T\n and D\n to the device and readstring. The red one are errors on reading. The last one is close session.
    I think \n is the correct terminator. It works with most of commands, just get stuck with ReadString.
    Kind regards,
    Thang
    PS: I also attached GPIB Interface Properties for more info
    Attachments:
    NI IO Trace_01.png ‏54 KB
    GPIB Interface Properties.png ‏54 KB

  • Message getting stuck in XBQO queue - Time limit exceeded

    Hi All,
    We have a BPM scenario in our project (on PI 7.0 SP18), where bundle of PEXR2002 Payment IDocs are received as a single flat file. This file is then consumed by the BPM, to split the message into multiple payments using Java Mapping.
    However, when we get an IDoc file of size greater than 5 MB (more than 500 IDocs), the message gets stuck in XBQO queue and eventually giving a SYSFAIL with the message "Time limit exceeded". Could you please let us know if you have encountered a similar issue and are aware of a possible solution.
    Any pointers to this will be really appreciated.
    Thanks & Regards,
    ROSIE SASIDHARAN

    H Rosie,
    1)  Goto SXMB_ADM-> Integration Engine Configuration->Parameter  EO_MSG_SIZE_LIMIT->possible values 0 - 2,097,151 (KB)
    The parameter EO_MSG_SIZE_LIMIT enables serial processing of messages of a particular size. This applies for messages with the quality of service Exactly Once (EO). If the message is larger than the parameter value, the message is processed in a separate queue.
    2)  Goto SXMB_ADM-> Integration Engine Configuration->Parameter  HTTP_TIMEOUT->possible values n Seconds, where n is a whole number.
    The parameter Specifies the timeout for HTTP connections (time between two data packages at line level). This value overrides the system profile parameter icm/server_port_n (for example, icm/server_port_0 : PROT=HTTP, PORT=50044, TIMEOUT=900). If you do not set the parameter HTTP_TIMEOUT or if you set the parameter to 0, then the setting for the system profile parameter is used.
      See SAP Note 335162  for sysfail issue....
      Hope these will help u....
    Regds,
    Pinangshuk.

  • Always cc incoming mail for a particular user

    Does anyone know the method for cc-ing all inbound mail for a given user to both that user and another? The typical alias routine won't work since that would create a loop and creating a new account for the user won't work since we don't want the user to know it's being done. Ditto with using webmail. If we built a sieve script for this, couldn't the user accidentally overwrite it if they create their own filter through the webmail UI?
    Is there a way to do this in a postfix main.cf directive similar (but the opposite of) senderbccmaps?
    Thank you.

    You need to use recipientbccmaps
    Check http://www.postfix.org/ADDRESSREWRITING_README.html#autobcc
    Cheers
    John

  • Permissions of user directories get reset every time users log in

    I have some 30 users and 7 groups defined in workgroup mgr of 10.6.6server on a macpro.
    most users are members of 'standard'-group, some are in additional groups.
    each user has its own private directory; the POSIX permissions are 700 for each dir.
    now, every time a user logs into the server, its home directory permissions get reset to 755!
    anybody seen this before? any hints?

    hi, the latter. what i did was add another internal hd drive and move all the user dirs to the new drive. after that, i ended up reinstalling the os from scratch as it was acting funny...
    so i basically created new users and pointed their home dir to the existing directories on my new drive...

  • How to send a E-mail Reminder to a particular user from a Tasks Calendar

    I have created a calendar in my Sharepoint site and have added some Training sessions to that calendar. My Requirement is to send an E-mail to a Particular user before 3 days from the Training session date. I have created a workflow using Sharepoint Designer,
    but it is not sending the e-mail before 3 days. Can you please tell me how to create a workflow for this scenario and if possible please give me the condition and Action needs to be provided for the workflow
    Thanks in Advance

    Thanks a lot for ur replies
    I tried with the above SP Workflow and it doesn't work for me. I am not getting the mail. This what i did,
    I have calendar for training in Sharepoint -> I added a training session to the Calendar on todays date and Start and End time is set as 1.05 pm- 2.05 pm -> I saved the event in my Calendar
    Then i selected the Calendar in the "List Workflow" option in Sharepoint Designer and i created a Workflow in Sharepoint which i named it as "Sample Workflow". Here i created a Action as given below,
    Inserted Do Action:
    Calculate (Current Item:Start Time:Returned as Number of Seconds) (minus) (180) (Output to Variable:calc)
    Inserted Pass until Date Action:
    then Pause until Variable: calc
    Inserted Send by E-mail Action
    then E-mail (Specific user)
    I saved and Published the above workflow. I waited for the mail 3 minutes before the Start time and i didn't receive any mail. I have also selected all the Start options in the Workflow
    settings
    I even tried another Action and that too doesn't work for me,
    Inserted Add time to Date Action:
    Add 1minute to
    Current Item:Start time (Output to Variable: Created a new variable by giving some name)
    Inserted Pass until Date Action:
    then Pause until Variable: New Variable name selected
    Inserted Send by E-mail Action
    then E-mail (Specific user)
    Please give me a solution to fix this issue and make this work
    Thanks in Advance

  • Mail: postfix/pipe : warning: pipe_command_write: write time limit ..

    Anyone run into the following situation:
    1) "postfix/pipe : warning: pipecommandwrite: write time limit exceeded" error messages start showing up in system.log
    2) The postfix queue starts filling up with mail to be delivered for a particular user. User reports that mail is not being delivered.
    3) The user has a hung IMAPd process that refuses to die. kill -9 <pid> does not work for the process, and a hard reset of the server is needed (push the button since shutdown hangs due to the hung imapd process) to get things back in order. Also, a reconstruct of the users mailbox seems to smooth things out after the reboot.
    The postfix/pipe message seems to indicate that postfix is unable to deliver the mail, which is why it's sitting in the queue. I'm guessing that the hung IMAPd process has locked out the users mailbox, or something of that nature.
    Right now, I have a script that tails the system.log, grep's for these messages and sends me an email with the contents of the postfix queue. This helps alert me to the situation, but it would be nice to either fix it or get a better idea of what's going on.
    The user usually affected by this is using Mail.app on 10.4.11.
    Thanks in Advance,
    Flatrack

    YESSSSS!!! I am having this same problem on a server that I'm administering. Talk about incredibly frustrating. I'm seeing the exact same behavior:
    One user's IMAP process gets hung up and gradually takes down the entire service. No amount of Force Quitting or "kill"-ing will work...that process just keeps on staying hung up. And soft restarting is ineffective.
    In my case, it is the same user every time. I had it happen once in January (while I was out of town, of course), then not again until 3-4 times this past Thursday-Saturday (yep, the server knew I was out of town again). End user told me today that he'd had to force quit Mail several times recently...during the same timeframe as the hangups. I have done some major cleaning up, overhauling, and mailbfr-ing of this user's account, and will be watching it like a hawk for some time to come, but the main problem I see is:
    *SO WHAT* if a lone user's account gets corrupted?!?! Or if the end user jerks the rug out from under Mail by Force Quitting?!?! In NO WAY should that cause such a problem that the server won't even soft restart or allow that IMAP process to be killed. This is causing me a large Mac OS X Server credibility headache right now. My tech liaison and I have been gradually transitioning from PC + Exchange Server to Mac + Leopard Server, and having a single user's fouled up email account bring down the whole works is NOT acceptable.
    What can we do to further fix/debug/repair this? Of course the user account can be rebuilt, but this should not be taking the entire IMAP service down and then not allowing the server to restart or kill off the process.
    Fred

  • Mails getting bounce back from only one account,why?

    Hi Every one,
    I have a strange problem, I'm using postfix mail server and LDAP directory service.
    From last few day I'm facing strange problem. Like I have 15 user account configured for accessing emails.
    In that, only one user gets bounce back messages. I found the issue but not sure how to fix it.
    Issue:
    If I stop the (LDAP) directory and mail service and restart my Leopard server and services. I can send emails through. But after few days or a week later i have to face the same issue.
    Help Please
    Thanks,
    Gulab Pasha

    If you right-click on an accont's inbox and select "Synchronize {name}", that should perform the "get new mail" function as part of the general synchronization.

  • Reg:tasks are not getting displayed in the uwl mss for particular user

    hi all
    Tasks are not getting updated in the MSS under tasks tab for particular user in EP.can any one please share their exp and knowledge on this how to reslove it.
    Thanks in advance.
    Deepika

    Hi Sateesh,
    This message will appear if either the background jobs are not scheduled, or UWL cannot tell that the background jobs are scheduled. The message no longer appears once you ensure the background jobs are scheduled to run via the user id UWL_SERVICE and that user is mapped to my portal user ID UWL_SERVICE.
    Kai

  • How to get mail, firstname, lastname of user in OID by java?

    Hi all,
    I'm trying to get mail, firstname, lastname of user in OID, but I don't know how to work
    Please help me!!!
    Thanks!!!
    PS:I can get the userId by this code
    try
    InitialDirContext ctx = ConnectionUtil.getDefaultDirCtx(server,
    server_port,
    "cn=orcladmin",
    password );
    try
    Subscriber sub = new Subscriber(ctx,Util.IDTYPE_DN, cn,false);
    String[] arr=null;
    User[] user =sub.getUsers(ctx, Util.IDTYPE_SIMPLE, "*",null,arr);
    String[] users = new String[user.length];
    String dm ="cn=";
    for(int i=0;i<user.length;i++)
    users[i] = user.getDN(ctx).substring(0,user[i].getDN(ctx).indexOf(","));
    users[i] = users[i].substring(dm.length(),users[i].length());
    return users;
    //System.out.println("ok");
    catch(UtilException ue)
    System.out.println("error");
    return null;
    } // User myuser = null;
    catch(NamingException ne)
    // javax.naming.NamingException is thrown when an error occurs
    System.out.println(ne);
    return null;

    You are almost there.
    String[] arr=null;
    User[] user =sub.getUsers(ctx, Util.IDTYPE_SIMPLE, "*",null,arr);
    The String Array arr here needs to be an array of attributes that you wish the system to return with the search.
    Then from your User object you can get a collection of those attributes, here is a function that loads them into a HashMap
    private HashMap loadAttributes(User ldapUser, String[] attributes) {
    HashMap resultMap = new HashMap(attributes.length);
    PropertySetCollection psc;
    try {
    psc = ldapUser.getProperties(ctx, attributes, true);
    if (psc.isEmpty()) {
    return null;
    PropertySet userVals = psc.getPropertySet(0);
    for (int i = 0; i < userVals.size(); i++) {
    Property thisProperty = userVals.getProperty(i);
    if (thisProperty.size() > 1) {
    StringBuffer workBuf = new StringBuffer();
    for (int j = 0; j < thisProperty.size(); j++) {
    workBuf = workBuf.append((String) thisProperty.getValue(j)).append(",");
    resultMap.put(thisProperty.getName(), workBuf.toString());
    } else {
    resultMap.put(thisProperty.getName(), (String) thisProperty.getValue(0));
    } catch (UtilException e) {
    return null;
    return resultMap;
    }

  • How to get a organization name for a particular user using API's

    Hi alll,
    How to get a organization name for a particular user using API's

    You need to do something like this:
    SearchCriteria criteria = new SearchCriteria("User Login", "XELSYSADM", SearchCriteria.Operator.EQUAL);
                   UserManager usrService = oimClient.getService(UserManager.class);
                   Set<String> retAttrs = new HashSet<String>();
                   retAttrs.add(UserManagerConstants.AttributeName.USER_ORGANIZATION.getId());
                   List<oracle.iam.identity.usermgmt.vo.User> users = usrService.search(criteria, retAttrs, null);
                   System.out.println("ORG KEY :: " + users.get(0).getAttribute("act_key"));

  • I am trying to change my email settings but everytime I click on mail in the set up screen I get bounced back to the home screen.  Any ideas?

    I am trying to change my email settings but everytime I click on mail in the set up screen I get bounced back to the home screen.  Any ideas?

    Call Apple to help reset your Security Question.
    http://support.apple.com/kb/HT5699

  • New user, I get my mail on the phone, but can't send...message" sender address was rejected by server..Help please

    New user, I get mail on the phone but can't send...message "senderaddress was rejected by server. Pleas help.

    http://support.apple.com/kb/ts1426

  • TS3899 Cannot receive or send mails, continually get notice "the user name or password for google mail is incorrect" how do I get out of it

    I am having difficulty with my mails receiving and sending,I always get the notice, " the.
    User name or password for google mail is incorrect, help me retrieve my mails again

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
     Cheers, Tom

  • Random mail arrival failure. SMTP log reports arrival, user never gets it

    Our 10.5.4 Mail server has become progressively less and less reliable over a period of months. I can reproduce repeatable (but inconsistent) instances of mails sent to us and failing to arrive. The weirdness even extends to emails sent from outside to multiple recipients on our server *in the same email*, and where some of the recipients get it and the others don't (while the non-recipients are randomly receiving other mails OK). Or, an external sender sending an email while I'm on the phone with him, it failing to arrive (and never does), and then a resend half an hour later arrives immediately.
    Needless to say, confidence in our mail server is plummeting.
    The OS-X Server mail log *actually records a mail arrival event* even when the user never gets the email, thus:
    Aug 6 13:15:42 dreadnought postfix/smtpd[14462]: connect from sonar.wycliffe.nsw.edu.au[192.168.9.100]
    Aug 6 13:15:42 dreadnought postfix/smtpd[14462]: 39D248C515F: client=sonar.wycliffe.nsw.edu.au[192.168.9.100]
    Aug 6 13:15:42 dreadnought postfix/cleanup[14464]: 39D248C515F: message-id=<[email protected].l ocal>
    Aug 6 13:15:42 dreadnought postfix/qmgr[100]: 39D248C515F: from=<[email protected]>, size=29520, nrcpt=1 (queue active)
    Aug 6 13:15:42 dreadnought postfix/smtpd[14462]: disconnect from sonar.wycliffe.nsw.edu.au[192.168.9.100]
    Aug 6 13:15:43 dreadnought postfix/smtpd[14471]: connect from localhost[127.0.0.1]
    Aug 6 13:15:43 dreadnought postfix/smtpd[14471]: 0BBFE8C5170: client=localhost[127.0.0.1]
    Aug 6 13:15:43 dreadnought postfix/cleanup[14465]: 0BBFE8C5170: message-id=<[email protected].l ocal>
    Aug 6 13:15:43 dreadnought postfix/qmgr[100]: 0BBFE8C5170: from=<[email protected]>, size=29969, nrcpt=1 (queue active)
    Aug 6 13:15:43 dreadnought postfix/smtpd[14471]: disconnect from localhost[127.0.0.1]
    Aug 6 13:15:43 dreadnought postfix/smtp[14466]: 39D248C515F: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.85, delays=0.01/0/0.01/0.83, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 0BBFE8C5170)
    Aug 6 13:15:43 dreadnought postfix/qmgr[100]: 39D248C515F: removed
    Aug 6 13:15:43 dreadnought postfix/pipe[14473]: 0BBFE8C5170: to=<[email protected]>, relay=cyrus, delay=0.23, delays=0.01/0/0/0.21, dsn=2.0.0, status=sent (delivered via cyrus service)
    Aug 6 13:15:43 dreadnought postfix/qmgr[100]: 0BBFE8C5170: removed
    ...and the upstream mail filter (sonar in this case, our virus and spam filter) corroborates that an email arrived as well. But, as I said, the user (me) +never got this email+. Numerous other users report the same experience. Some mails arriving at our mail server simply never get put into inboxes and disappear. Poof.
    The only lead I have is multiple instances of the following message in the console at (roughly) the same time as the mail arrival failure:
    *6/08/08 1:15:00 PM com.apple.launchd[1] (0x11a220.cron[14553]) Could not setup Mach task special port 9: (os/kern) no access.*
    I have taken to rebooting the server twice daily to reduce the frequency of these occurrences. The machine is a G5 XServe hosting 700 accounts in a School.

    In the log example quoted above, ignore all the http:// references. Apple's discussions software is assuming the square brackets in the log mean "insert URL"

Maybe you are looking for

  • My ical will not sync to my iPhone 4s - I do not have iCloud

    Ok, here goes.  I have been doing a lot of searching on this issue and I have not been able to find a solution.  I do not have the iCloud function on my Mac; I am on 10.6.8 and I refuse to pay for a software upgrade, so please no answers telling me t

  • ARIS VS SOLUTION MANAGER

    how Aris and Solman are linked & how to create process maps in ARIS. We require help in translating visio process diagrams in Aris & Solman. thanks in advance.

  • Digitizer to fit in thinkpad yoga

    Hello, I have one question, I'm planning to buy thinkpad yoga from online Netherlands... and I'm not sure whether the digitizer is included or not.... its not written anything on the list about digitizer while customizing the product.... does anybody

  • Application was not properly initialized at startup, could not find Factory

    I am trying to deploy application on new netweaver installation (it was working on some other SAP AS netweaver installations) and I have ran into curious problem Warning occurred on server 103571050 during startApp JavaEE/ear : ASJ.web.000607 (Failed

  • Introducti​on to Object-Ori​ented Programmin​g in LabVIEW - Article Series

    I just posted my second EXPRESSIONFLOW blog article in the series of Introduction to Object-Oriented Programming in LabVIEW. The articles topic is Code Reuse with Interface Design and Composition. Take a look by following this link. Also read the pre