Kmail / Akonadi Problem, not sending mails

Hello,
Today I found my KMail unable to send e-mail, while receiving is fine.
On clicking "Send", it just hangs, the e-mail is not going in "Outbox", nothing happens at all, and after a while alert box appears:
There were problems trying to queue the message for sending: Append failed
In the Akonadi log:
Error during executing query "INSERT INTO PimItemTable (rev, remoteRevision, collectionId, mimeTypeId, atime, dirty, size) VALUES (:0, :1, :2, :3, :4, :5, :6)" :  "Lock wait timeout exceeded; try restarting transaction QMYSQL3: Unable to execute statement"
Error during insertion into table "PimItemTable" "Lock wait timeout exceeded; try restarting transaction QMYSQL3: Unable to execute statement"
mm.. help?

When I removed the Kmail folders agent from the akonadiconsole, it actually didn't remove the e-mails from the filesystem. It only removed the "agent" or how-was-it-called thing from akonadi. It is hard to say that I understand the purpose of all these services (semantic desktop crab?), but when I decided that I'll keep my desktop up to date, I got into many problems. So the lesson is: if you want a stable system, you have to learn to wait.
So first I removed my basic Kmail maildir from the akonadiconsole agents. It disappear from the kmail as well. Bringing it back again as a "Kmail Maildir" gives me only the folder structure, but not the content. For me the path was "/home/blum/.kde4/share/apps/kmail/mail".
After that I added the same path to the akonadiconsole agents, but as "Maildir". It automatically called itself "mail" and appeared in Kmail, all the mails are in there.
So if you have the maildir folder structure and all the mails in there, you should be able to get it back in the kmail.
Good luck.

Similar Messages

  • Confirmation popup problem not sending mail

    Hi,
    I am working on apex.oracle.com
    i am sending mail to users.when i simply click on send mail button it is working fine .it is sending mail to users.
    i want to display confirmation msg before send mail to users. i created confirmation using dynamic actions.
    when i click on send mail button it raise popup. but when i click on ok button of confirmation popup.it is not sending the mail.
    where i am doing wrong. please help me to rectify the problem.
    Thanks in advance.
    Vedant

    Hi
    the code is
    DECLARE
    l_id number;
    to_add varchar2(2000);
    from_add varchar2(1000);
    l_sub varchar2(1000);
    l_temp_descrp clob;
    CURSOR C1 IS select distinct email_id from crm_cam_target_list tl where target_id in (select target_id from crm_cam_campaign_target ct where ct.CAMPAIGN_ID=:P221_X);
    REC C1%ROWTYPE;
    BEGIN
    select CAMPAIGN_NAME,FROM_EMAIL_ID into l_sub,from_add from CRM_CAMPAIGN_MAS where CAMPAIGN_ID=:P221_X;
    select TM.DESCRIPTION_IMAGE into l_temp_descrp from CRM_CAM_TEMPLATE_MAS TM,CRM_CAMPAIGN_MAS CM where TM.TEMPLATE_ID=CM.TEMPLATE_ID and CM.CAMPAIGN_ID=:P221_X;
    OPEN C1;
    LOOP
    FETCH C1 INTO REC;
    EXIT WHEN C1%NOTFOUND;
    l_id:=APEX_MAIL.SEND(
             p_to        => REC.email_id, -- change to your email address
             p_from      => from_add,
             p_body      => l_temp_descrp,
             p_body_html     => l_temp_descrp,
             P_subj      => l_sub
    end loop;
    CLOSE C1;
    apex_mail.push_queue(
    P_SMTP_HOSTNAME => '11.1.9.2',
    P_SMTP_PORTNO => 25);
    UPDATE CRM_CAMPAIGN_MAS SET EXECUTE_STATUS='Y' WHERE CAMPAIGN_ID=:P221_X;
    END;Thanks & Regards
    Vedant

  • Problem: Cannot send mail unless Password is transmitted insecurely & Port is set to 587.. Can receive mail but can't send..

    Problem: Cannot send mail unless Password is transmitted insecurely & Port is set to 587.. Can receive mail but can't send Code 501..
    Need help with T-bird.. My OS is Win XP-64..Have been using Mozilla for about 10 years with little or no problems.. This happened when I upgraded to 3.17.. Spent hours on T-Bird diagnostics web site.. Called Comcast & talked to a net tech.. he ran some tests on his end & had me log into my Comcast e-mail account & all worked well,, so he concluded the problem was in T-Bird.. He had me change my port to 587 & disable connection security & authentication to none & I was able to send mail.. That was all he could do.. Comcast was working.. the problem is in T-Bird.. Can any one help with this problem.. I don't want to send mail with my password transmitted insecurely..
    Thanks
    Richard

    It was not intended to be "snide". You said two separate things that at face value would be out of the ordinary.
    I considered if it might be a typo for 31.7. Since 31.5 is the current formal release, I would have to thank you for volunteering to test a pre-release beta version. If it was truly 3.1.7 then it would appear that you have chosen, or have become stuck with a somewhat ancient version. In either case it's harder to reach out to you with any meaningful comments or advice. However I do watch various other sites and newsgroups and I don't see a clamour of distressed users, so it seems fair to suppose that this feature isn't actually broken in 31.7.
    And you said XP 64. XP is obsolete and no longer supported and if there is a 64-bit version, then again you have set yourself apart from the mainstream.
    I had a look at the comcast site and found some puzzling recommendations. Some users come here asking how to set up a secured connection in Thunderbird when it isn't offered by the server. Comcast are different, in that they mention the ports 143 and 587, and also 993 and 465. So far so good, in that security is actually on offer, but they also suggest that you enable SSL, regardless of which port is being used. It would be unusual and unconventional to offer TLS or SSL on ports 143 and 587. STARTTLS would be more credible on these ports.
    Have you tried IMAP on 993 and SMTP on 465? SMTP on 587 with SSL, or TLS, is not impossible, but is improbable.

  • Problem in sending mail from VF03

    Hi
    I am just getting a problem in sending mail to the recipient from script.
    please find the below code and let me know why there is no data in otf_tab table.
    DATA:  otf_tab TYPE TABLE OF itcoo WITH HEADER LINE.
    CALL FUNCTION 'CLOSE_FORM'
        IMPORTING
          RESULT  = i_itcpp
        TABLES
          otfdata = otf_tab
        EXCEPTIONS
          OTHERS  = 1.
    IF otf_tab[] IS NOT INITIAL.
          TRY.
              CREATE OBJECT mailer
                EXPORTING
                  i_nast = nast.
         mailer->get_mail_address( EXPORTING i_adrnr = vbdkr-adrnr ).
              mailer->get_mail_address( EXPORTING i_adrnr = vbdkr-adrnr
                                                     i_vkorg = vbdkr-vkorg
                                                    i_vtweg = vbdkr-vtweg ).
            zcl_sd_mail_output=>convert_otf_to_pdf( IMPORTING pdf_xstring =
            gv_pdf_string
                                                    CHANGING  otf_table   =
                                                    otf_tab[] ).
              mailer->build_and_send_email( EXPORTING pdf_xstring =
              gv_pdf_string ).
            CATCH zcx_sd_mail_no_mailid INTO error.
              error_txt = error->get_text( ).
              zcl_sd_mail_output=>protocol_update( msg_id = 'VN'
                                                   msg_nr = '902'
                                                   msg_ty = 'E'
                                                   msg_v1 = error_txt ).
              retcode = 1.
              CLEAR error_txt.
          ENDTRY.
        ENDIF.
    Since my OTf_tab is initial i am unable to send mails.

    Hi,
    If the OTF Data table is blank then you might have missed the parameter "GETOTFDATA" at the time of calling "OPEN_FORM". Please pass field TDGETOTF = "X" in paramter "OPTIONS" when you are calling "OPEN_FORM".
    You can also visit this link for more information.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/49e15474-0e01-0010-9cba-e62df8244556?QuickLink=index&overridelayout=true
    Cheers,

  • Problem in sending mail

    Hi all,
    I'm having some problem in sending mail. I did all configuration regarding this. After that when i tried to send mail, its giving some error, tht is, "SendMailService is not available".
    Can anybody help me on this.
    Thanks,
    Raj

    Hi Raj,
    Go to System Administrator > System Configuration > Knowledge Management > Content Management > Global Services > Mailing Service and make active option true, then restart your portal. Hope it'll work fine.
    Regards,
    Ganpati Jha

  • Problem in sending mail through dynamics actions

    Hi Friends,
    I have a problem in sending mail through dynamics actions . In this  we pass a subroutine in dynamics actions which send an mail when promotion action occured.
    Problem is that sometimes it will  send an mail or sometimes not. I have no idea to solve this problem.
    Can anyone suggest me .
    Thanks ,
    Anish
    Moderator message : Duplicate post locked.
    Edited by: Vinod Kumar on Sep 5, 2011 9:45 AM

    Hi,
    Check that all the bindings have been done in proper way as it is configured.. Try to do the binding manualy..This could also be the problem..
    thank You

  • Mail will not send mail, only receive.

    I have spent the majority of today re-installing OS X and all necessary updates, music, data after the death of a hard drive. Luckily everything went perfectly, except for the same problem I had with Mail even before the 1st hard drive died. Mail will not send mail, only receive.
    All efforts time out and give me this message: "The connection to the server mail.earthlink.net on port 25 timed out"
    Mail used to send messages, but stopped suddenly in 2004 and has yet to start again. Any idea guys?! I can't figure it out, under Account settings I have necessary fields filled in: Outgoing Mail Server (SMTP) is set to "mail.earthlink.net", Server Port is set to 25, and Authentication drop menu is set to None.
    Any help would be greatly appreciated.
    --DANIEL

    This is NOT a problem with Mail or OS X. This is an incorrect settings problem - garbage in = garbage out and this information is certainly available at Earthlink's website and Earthlink also provides technical support.
    Earthlink has an authenticated SMTP server they changed to long ago.
    SMTP Server: smtpauth.earthlink.net
    Server Port: 587 but 25 should work if you are using Earthlink as your internet service provider for connecting to the internet.
    Use SSL: Off or not selected.
    Authentication: MD5 Challenge-Response
    User Name: Your ENTIRE Earthlink email address.
    Password: The account's password - the same password used to check the incoming mail server for new messages.

  • Can Not Send Mail- what's going on?

    Can download mail but can not send mail. With parallels on and xp pro I can easily set up outlook to send and receive mail. But no! The great Apple which is supposed to be easy can not send an email with the same settings. So, back to Windows to do what should be easy on a mac. I think that perhaps the new Safari or something messed this up.

    If you'd like to approach the problem as something you don't understand, and also something that can be fixed, then you'll probably be able to set up your email account.
    You say you have emails in the Outbox. I'd move them to another folder you create or delete them. In past experience, emails contain header information that includes mail server information, and sometimes they will never send (especially with Outlook Express), even if you get the account to work. You can try sending them again, once you get the account working.
    Next, you need to make sure that you are sending the emails from a machine that is connected directly to RoadRunner's network. They may not work as a relay if you connect from another ISP. It's a port 25 problem that is common these days.
    Now for the problem. If you are receiving emails properly, then the POP server information is correct. The mail program is designed to set up to some default settings that work with many servers, and during the process it will try to validate the settings you supply. This can take awhile, and can come up with a failure, due to a wrong assumption. Your email program is assuming that the email server requires authentication. This has been a problem with the RoadRunner system for years. Apparently, some windows email clients do not work the same way, go figure. They seem to have their own problems.
    Many people have reported successfully setting up an account with RoadRunner, after first making sure they have the right SMTP server address. It can be different for different parts of the country.
    After the email account is set up, and is failing to work, people go into the Mail/Preferences/Accounts/Account Information/Outgoing Mail SMTP Server - Click on the dropdown button - Choose "Edit Server List" - Advanced - Change Authentication to "None"
    Here is a related thread with stories of success with RoadRunner: http://discussions.apple.com/thread.jspa?messageID=9128382&
    After the changes, I'd quit and relaunch Mail. Not required, but good troubleshooting practice. Since there are no emails in the Outgoing Mailbox, create a short message and try to send.
    I have different problems with different companies for both Mac's and Windows machines. The ISP always blames the OS, especially Leopard and Vista (since they work with more intelligent/advanced (maybe) settings. Besides the Authentication issue that pops up with some servers, there's also the occasional SSL variation and/or login name (sometimes it's the first part of the email address before the @ and sometimes it's the entire email address). Some ISP's block port 25, some do not. All of these settings can vary with each ISP, and can change on a whim (especially the port 25 problem), with working accounts going dark because of security changes at the ISP. Telephone Tech support at the ISP is often unaware of any changes in their system because they are not in the IT loop at the company and some will just go into "idiot" mode when you mention Macintosh. The first level support people are using a script on the phone, and their job is to make you go away...
    I'm afraid the Great Apple, as you referred to them, is not able or hasn't focused on the ability to automatically set up accounts with every ISP. They appear to have made some assumptions that work with most servers. Who know's, next month the settings or assumptions may work, or Apple may update their setup script to make allowances specific to Time Warner, but since this has been a problem for over 3 years, I wouldn't hold my breath.
    Google: leopard mail roadrunner problem = about 96,000 hits of all sorts.
    Google: vista email roadrunner problem = about 1,410,000 hits of all sorts.
    Google: windows xp email roadrunner problem = 243,000 hits of all sorts.
    Looks like Apple's getting it's market share of problems with RoadRunner and Time Warner
    My own local DSL is from a company named Centurytel. They are on their 4th email server setup in the last 5 years, and have finally contracted it out to a 3rd party company to administer. I just tell all of my clients to get a Gmail account and get over it. Let's see, a multi-billion dollar company who's reputation and income is based on service... free with 7GB storage, Webmail, POP and IMAP access, specific support for all major mail programs including Apple Mail, and alternate ports that get around ISP blocking. It seems that once you enable POP or Imap access in the webmail settings menu, Apple Mail and Vista seem to know the proper settings to use.
    I'd setup the free Gmail account that will work with any ISP you use, before you get really attached to an email account with an ISP that could change as often as competitor's marketing allows. Also, my iPhone supports Gmail out of the box

  • ALERT---ALERT since upgrading to last version 1/2 hour ago I can NOT send mail-ALERT ---

    HI,
    I upgraded to the latest version half an hour ago. My TB is in French. Since then I can NOT send mail. A window appears with the mention " adjunction of // ajonction de" and the blue bar keeps going up to 10 minute. After 10 min i decided to abort, restart TB, make another testmail but same problem.
    Please act quickly

    Hello,
    Certain Thunderbird problems can be solved by peforming a ''Clean Reinstall''. This means you remove Thunderbird's Program Files then reinstall Thunderbird. Please follow these steps:
    #Download the latest version of Thunderbird from http://www.mozilla.org/en-US/thunderbird/ and save the setup file to your computer.
    #After the download is complete, close all Thunderbird windows (Click Exit/Quit from the menu button on the right).
    #*'''Windows:'''
    #** C:\Program Files\Mozilla Thunderbird\
    #** C:\Program Files (x86)\Mozilla Thunderbird\
    #*'''Mac:''' Delete Thunderbird from the Applications folder.
    #*'''Linux:''' If you installed Thunderbird with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Thunderbird on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/en-US/thunderbird/ Thunderbird Download Page], simply remove the folder ''thunderbird'' in your home directory.
    #Now, go ahead and reinstall Thunderbird:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to open Thunderbird after clicking the Finish button.
    <b>WARNING:</b> Do not run Thunderbird's uninstaller or use a third party remover as part of this process, because that could permanently delete your Thunderbird data, including but not limited to, extensions,emails, personal settings and saved passwords. <u>These cannot be recovered unless they have been backed up to an external device!</u>
    Please report back to see if this helped you!
    Thank you.

  • Multiple hotmail accounts but one will not send mails and gives no error messages

    I have four hotmail accounts on my iPad (me, kids, wife) and we have all been using them fine however, my wife's hotmail account will not send mails.  I get no error messages at all for this to explain why, it just doesn't reach the intended recipient and does not turn up in the sent mail folder.
    I have deleted the account and re installed using a number of the choices including other outlook and even tried yahooing no change.
    Can anyone assist.
    I am on the latest iOS
    Thanks

    This problem in Mail is usually caused by some Launch Services cache or preferences corruption that affects the built-in spell checker. The following article describes how to manually reset Launch Services — the notes at the bottom of the article also provide information about the side effects of deleting each of the files involved:
    Resetting Launch Services
    If you prefer using a cache cleaning utility instead of following the manual procedure described in the previous article, take a look at this other article for general troubleshooting and cache-cleaning procedures. Actually, you should also verify/repair the startup disk (not just permissions), as described there:
    Resolving Disk, Permission, and Cache Corruption
    The most appropriate utility for this particular problem probably is Tiger Cache Cleaner, but you may also want to consider other utilities, such as OnyX, or Cache Out X, which are free. Whatever utility you choose, be sure to read this first:
    Side effects of System cache cleaning
    As an example, this is how you should proceed with OnyX:
    1. Quit all applications.
    2. Launch OnyX and enter your administrator password.
    3. Go to Maintenance > Reset and check LaunchServices database.
    4. Un-check any other pre-checked options.
    5. Click the Execute button.
    6. Restart the computer.

  • Hi I have a mac osx lion10.7.3 and i can't get my mail set up with a blue yonder.co.uk address inbox works fine but i can't get outbox to work will not send mail any idea's thank's

    Hi I have a mac osx lion10.7.3 and i can't get my mail set up with a blueyonder.co.uk address inbox works fine but i can't get outbox to work will not send mail any idea's thank's

    And, you are sure you have provided the correct username and password for you email account? I'm not familiar with Virgin media, so you might contact their tech support to find out why you are having a problem sending mail but none receiving mail. I assume your mail account has always been POP3 and not IMAP. Typically, the outgoing mail servers are not the same for the different types of account service.

  • Mail 10.8.3 not sending mail from intended account

    Since upgrading from 10.8.2 to 10.8.3, my wife is having a new problem where Mail is not sending mail from the intended account. 
    She has 2 mail acocunts, and normally sends most e-mail from one of them.  That mail account is set as the default to send messages from. 
    Now when she composes messages, it sends them from the other account, even if she has made certain that the pull-down choice of "send message as..." is set to the correct/desired mail account.
    The only way she was able to stop this was to deactivate the other e-mail account in Mail's preferences.
    Is anyone else having this problem?

    Hi.
    Please click on the Mail > Prefrence > Account.
    then click on the first account on the left side & Uncheck the option 'Use onlythis server'
    repeat the step for the second account aswell.
    this should fix your issue.
    Kind regards,
    Ayaz

  • Since upgrading to v7 my email will accept in mail but will not send mail?

    Since upgrading to v7 my email will accept emails, but will not send mail any suggestions?

    Hello Lifechip,
    Try a soft reset and troubleshoot the problem, if you do not know how to perform a soft reset click on the link below;
    http://www.apple.com/support/iphone/assistant/phone/#section_1
    If the problem persists, try logging out of email by going into
    Settings > Mail, Contacts, Calendars > Account > Delete Account
    After you have done so, click on Add Account right below the list of emails, enter all your details.
    Wish you good luck,
    iTechExpress

  • CiscoWorks LMS not sending mail

    Hi,
    I have CiscoWorks LMS functionning properly. For some time, I am seeing problems with it sending mail notifications. When it is rebooted, it sends the mail properly but after some time, the mail notifications are not sent.
    Is there a log file to see the issue with the mail sending? I am not sure whether it is a CiscoWorks LMS issue or the mail server (on which i have no access) to try to isolate the problem.
    The last change that I made to the server, that might be a possible cause. I had installed the HP NIC teaming with 2 NIC cards teamed and assuming the IP address of the server.
    I just want to check with the server before proceding to mail server blacklisting or other.
    Thanks in Advance,
    Ashley

    Sorry,
    Hi,
    I have CiscoWorks LMS functionning properly. For some time, I am seeing problems with it is not sending mail notifications. When it is rebooted, it sends the mail properly but after some time, the mail notifications are not sent.
    Is there a log file to see the issue with the mail sending? I am not sure whether it is a CiscoWorks LMS issue or the mail server (on which i have no access) to try to isolate the problem.
    The last change that I made to the server, that might be a possible cause. I had installed the HP NIC teaming with 2 NIC cards teamed and assuming the IP address of the server.
    I just want to check with the server before proceding to mail server blacklisting or other.
    Thanks in Advance,
    Ashley

  • Still not sending mail tried all

    I just got my new Quad Mac Pro and I was totally ready for the mail sending problem. I have been following here for a while and was fairly certain I would not have a problem.
    I have a typical cable (Time Warner Road Runner) account and have a gmail address. Auto setup tries to create an IMAP mailbox when I first launched Mail, but I use POP. So I made the changes on the incoming server and immediately got my mail to download. I went to the outgoing server edit list and selected custom port, entered 25, set the authentication to password, included my password.
    I was so sure I was on it, but I failed! No send.
    I am at a loss, and it is way late. I will try again tomorrow.
    Andy

    William Kucharski
    As you kids say, you sir are 'The Bom!' That was the entire solution to my problem with a caveat. I made the changes suggested on that page to my account settings and still no joy. I believe that there were some bits of information still lingering in the .plist, so I deleted that after deleting the account. I have an unused account with a .rr.com domain, so I set that up first. I was able to get Mail to let me set up the account manually (an issue with sending the password caused this) With the standard 'custom port 25' setting that account could send mail (and receive all the spam there!)
    I then had to fool Mail into letting me setup the new Gmail account manually as well. If I allowed the Mail program to try to set it up, it would try to set it up as an IMAP account, and even with the changes made in the account settings it would not send mail from that account. Again I think it was something being hidden in the .plist that would not go away. So, another deletion of the .plist and tricking Mail into a manual setup by entering a bogus .rr.com account allowed me to create a new account as a POP account.
    I made all the settings as suggested by google on your link and BAM, Bob's your Uncle!
    Thank you so much. I would have spent hours.
    Andy
    p.s. Carolyn, that link was for setting up Mail 3, which unfortunately was unhelpful.

Maybe you are looking for

  • My 13 inch macbook pro freezes,when i use the magic mouse.pleae any help to resolve this

    My 13 inch macbook pro freezes,when i use the magic mouse.pleae any help to resolve this.My OS is OS X 10.6.8.

  • Essbase error 101 all 255 user sessions are in use

    Hi There, I try to connect to EAS and I got the following error: essbase error 101 all 255 user sessions are in use I have administrator right, wondering how to fix this? Thanks

  • Problem in Exporting (URGENT)

    Hi All, Here I was inserted One result section which is having the 13 columns into Dashboard . Now i would like to exort this dashboard into PDF by File-> Export.... But in PDF I am getting only 7 columns only. In dashboard we have scroll bars but ho

  • Can we send a request without knowing the actual url..

    Tomcat is running at the back. I know the port no on which the server is running now. Can we send a request to the server even if we dont know the exact url for example I developed a form which authenticates the user, after authenticating the url wil

  • JSF List implementation

    I have one managed bean A which has as it's member variables ArrayList B, ArrayList C, and ArrayList D. I have methods within the managed bean A that performs operations on the three separate lists. Say for instance, whenever I want to reference the