Server rejection of authentication info

Hello!
We are running many Macs and a Mac server (all Snow Leopard).
We've all been able to add each others' iCal caldav accounts to our machines' iCals and have them all sync beautifully togather...except for one.
I cannot figure out why this one particular laptop will not allow the user to add caldav accounts into his iCal, using the same exact login information that everybody has been using without error.
He keeps getting a "the username and password for this account were rejected by the server" message every time we try to finalize adding an account (using preferences within his iCal). We've tried it using more than one caldav account login information, and even though they are all correct, they are all still being rejected by iCal.
Can somebody shed some light on why this may be happening?

Welcome to the forum.The problem has been around for a long time, and is more likely a reason for the dumping of Yahoo! than a consequence of it. It usually rights itself eventually and it's sometimes possible to cure it simply by logging into webmail to view your mailbox. Otherwise there's no known cure in advance of the new email platform.
You can click the white star next to this message if you think it was helpful.

Similar Messages

  • Mac mini  gmail imap server rejects my password.

    i keep getting the message gmail imap server rejects my password on my mac mini evan though it worked before.
    i started out with apple on an i-pad2 and the g-mail account is the same one from then,any ideas on what to do?
    if i reset my mac mini back to factory settings what will i lose,as it had already a few apps that came as standard such as garage band?
    thanks for any info and help.
    Linds

    Hello Linds,
    No need to redo everything.
    Is your gMail POP or IMAP?
    It's likely just a Port# or authentication method not really the Password.
    Directions for both...
    http://email.about.com/od/macosxmailtips/qt/et_gmailosxmail.htm

  • Using Lion Server Radius for authenticating "other" clients

    Hi I've been trying to get the Radius service in Lion Server to authenticate users of my SQUID web proxy. I have followed the squid wiki's instructions to configure the squid server as a radius client and pass authentication requests to the Lion Server Radius (I hope). However I'm trying to configure and test the Lion Server Radius. As Lions Server Admin GUI for radius only lets to add Airport Basestations, I've been trying to dig around for what underlying config files to edit.  I have tried 2 methods of adding the client details to radius:
    1. By editing the /etc/raddb/client.conf, and adding/changing (for example):
    client localhost {
         secret     = mysecretpassphrase
    client 192.168.0.0/24 {
         secret              = mysecretpassphrase
         shortname       = local-lan-clients
    and restarting squid. Nothing seems to get mentioned in the radius log file! So I'm not completely convinced that the Lion Radius took any notice of this!
    2. Instead of above, added the same client info using radiusconfig:
    $ sudo radiusconfig -addclient 192.168.0.0/24 local-lan-clients other <return>
    - then it prompts for the secret. With this command I notice the entry/event is recognised in the radius log file, and also looks like some SQL activity. If I dont specify "other" for the nas-type, it defaults to "Aiport Base Station" or similar.
    OK, so forgetting about SQUID for a minute, I can't even get that far as I'm just trying to test the config using the "radclient" utility from the Lion Server and the squid server:
    $ sudo radclient localhost auth mysecretpassphrase <return>
    and... no response, just hangs, nothing in radius log either.
    The Lion Firewall allows TCP and UDP requests into the Radius authentication port.
    Any ideas what else I need to do? Scratching my head, I'm wondering if it is anything to do with SSL? e.g. do I need to make the authentication using the self-signed certificate that Open Directory has? I presume any Airport Base Stations added to radius will use this certificate to establish a secure connection for authentication.

    The RADIUS server in OS X Server is a standard FreeRADIUS implementation with Apple's own custom GUI frontend for configuring it and which only allows adding AirPort base-stations. In Mountain Lion Server it is even limited to a specific configuration for the AirPort base-station.
    However if you follow the normal command-line instructions and steps for configuring FreeRADIUS then it will be possible to add any type of RADIUS client.
    While as far as I can see by manually configuring the FreeRADIUS server in OS X Server should enable you to do what you want, most people chose to configure Squid to use either a PAM or the LDAP modules for Squid to in this case authenticate directly to Open Directory (which is of course based on LDAP).
    I myself have used a PAM in the past with Squid to successfully configure Squid to authenticate users via Open Directory. I was even able to specific an Open Directory group and only allow members of that group access via the Squid Proxy Server. I then went a bit OTT and set up another open-source tool (which was discontinued and I had to fix to get working) to process the Squid logs and store them in MySQL, and then setup FileMaker Pro to connect to the MySQL database via ODBC to allow producing reports.
    Unfortunately the AFP458 website had a major redesign a while ago and many previous technical articles on it are now hard to find. I had used two articles on that site to guide me through setting up Squid and the PAM on a Mac server. I believe the two articles I used are the ones listed below.
    http://afp548.com/2004/09/08/using-os-x-open-directory-to-authenticate-squid-pro xy-server/
    http://afp548.com/2004/12/13/squid-server-using-ldap-authentication/

  • Bug in authorization handling: server refused the given info 10 times

    I am getting the following error when trying to connect to a server through httpclient via NTLM authentication.
    "Bug in authorization handling: server refused the given info 10 times"
    Any help to solve the issue will really appreciated.
    LINK to NTLM authentication source code
    http://www.luigidragone.com/networking/ntlm.html

    Thank you for your replies. Allow me to clarify.
    1) I can override initSession, but how do I trap a failed login without implementing my own custom basic authentication? And isn't this something which is (should?) be handled by the supplied oracle classes? I've attached my provider.xml below, the only code outside this I am using is my custom filter.
    2) I am being prompted for a password not by the SSO server, but by netstorage (Basic Authentication prompt). I presume basic authentication uses cookies? There cookies aren't getting passed through correctly?
    <provider class="oracle.portal.provider.v2.http.URLProviderDefinition">
    <providerInstanceClass>oracle.portal.provider.v2.http.URLProviderInstance</providerInstanceClass>
    <session>true</session>
    <authentication class="oracle.portal.provider.v2.security.Authentication">
    <authType>basic</authType>
    </authentication>
    <passAllUrlParams>false</passAllUrlParams>
    <portlet class="oracle.portal.provider.v2.http.URLPortletDefinition">
    <id>1</id>
    <name>NetStorage</name>
    <title>NetStorage</title>
    <description>NetStorage</description>
    <timeout>40</timeout>
    <showEditToPublic>false</showEditToPublic>
    <hasAbout>false</hasAbout>
    <showEdit>false</showEdit>
    <hasHelp>false</hasHelp>
    <showEditDefault>false</showEditDefault>
    <showDetails>false</showDetails>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
         <showPage class="oracle.portal.provider.v2.render.http.URLRenderer">
              <contentType>text/html</contentType>
              <charSet>UTF-8</charSet>
              <pageUrl>https://domain/oneNet/netstorage/</pageUrl>
              <filter class="portal.netstorage.NetStorageFilter"></filter>
         </showPage>
         </renderer>
    </portlet>
    </provider>

  • Can't send mail, get message: the smtp server rejected the password. I tried lock and unlock keychain. I tried unlock captcha. Gmail works okay, it is Mail that does not. Help!! :(

    Can't send mail, get message: the smtp server rejected the password. I tried lock and unlock keychain. I tried unlock captcha. Gmail works okay, it is Mail that does not. Help!!

    Hi
    You need to check with your ISP whether or not the send mail server (SMTP) requires a password.  Some do, but many do not.  When you know the correct password to send mail, then you need to tell Mail as follows:
    Mail menu > Preferences > Accounts > Select the account
    Click on the Outgoing Mail Server (SMTP) combo box, and select Edit SMTP Server List...
    In the Account Information tab put the server name
    In the Advanced Tab, set up the authentication information from your ISP.
    Good luck
    Bob

  • WSRP portlet - authentication info possibly lost due to cookie

    An authentication information is not being sent in soap header from Consumer to Producer during WSRP interaction. userAuthentication is also set to unknown: <urn:userAuthentication>unknown</urn:userAuthentication> .
    Producer and consumer are on the same https server but they are on different domain. For example, Producer is accessed /yyyPortal while consumer is /xxxPortal.
    Looking at the soap monitor log, we noticed consumer and producer are setting a different cookie for a same cookie name.
    In weblogic.xml, consumer sets same cookieName value as the producer's. However consumer is restricting the cookie path to /xxxPortal while producer is not. Producer's cookie path is set to /.
    Here's excerpt from soap monitor log capture from producer side:
    Request(Fri Oct 06 18:55:57 CDT 2006):
    JSESSIONID_PCSPORTAL=FmsMFD6Q7LpRQX787bzGybcXTddzrgKhGzzrjBDywj2FWBjz9kTC!-551078613!961230279; path=/
    Response(Fri Oct 06 18:55:58 CDT 2006):
    JSESSIONID_PCSPORTAL=FmsMFD6Q7LpRQX787bzGybcXTddzrgKhGzzrjBDywj2FWBjz9kTC!961230279!897402389; path=/
    Is it possible that inconsistency in cookie being sent each time by both consumer and producer cause the authentication info to be not sent from consumer to producer? If so, what would be the best solution?
    Thanks!
    ymjoo.

    Even when the producer and consumer use the same cookie name, the
    producer-set cookie is managed by the consumer, while the consumer-set
    cookie is managed by the browser.
    Could you explain the deployment in more detail?
    Subbu
    Yul-Mee Joo wrote:
    An authentication information is not being sent in soap header from Consumer to Producer during WSRP interaction. userAuthentication is also set to unknown: <urn:userAuthentication>unknown</urn:userAuthentication> .
    Producer and consumer are on the same https server but they are on different domain. For example, Producer is accessed /yyyPortal while consumer is /xxxPortal.
    Looking at the soap monitor log, we noticed consumer and producer are setting a different cookie for a same cookie name.
    In weblogic.xml, consumer sets same cookieName value as the producer's. However consumer is restricting the cookie path to /xxxPortal while producer is not. Producer's cookie path is set to /.
    Here's excerpt from soap monitor log capture from producer side:
    Request(Fri Oct 06 18:55:57 CDT 2006):
    JSESSIONID_PCSPORTAL=FmsMFD6Q7LpRQX787bzGybcXTddzrgKhGzzrjBDywj2FWBjz9kTC!-551078613!961230279; path=/
    Response(Fri Oct 06 18:55:58 CDT 2006):
    JSESSIONID_PCSPORTAL=FmsMFD6Q7LpRQX787bzGybcXTddzrgKhGzzrjBDywj2FWBjz9kTC!961230279!897402389; path=/
    Is it possible that inconsistency in cookie being sent each time by both consumer and producer cause the authentication info to be not sent from consumer to producer? If so, what would be the best solution?
    Thanks!
    ymjoo.

  • The server rejected the sender's email address.

    The message could not be sent because the server rejected the sender's email address. The sender's email address was '[email protected]'.
    Subject 'Fw: trade brochure'
    Server Error: 530
    Server Response: 530 authentication required - Your email could not be sent. To fix this you must make a simple change to your email client (known as SMTP authentication). For advice visit http://www.bt.com/smtp
    Server: 'smtp.btinternet.com'
    Windows Live Mail Error ID: 0x800CCC78
    Protocol: SMTP
    Port: 25
    Secure(SSL): No
    this message keeps appearing every time i try to send an email from my account, please could you help me x 

    Hi,
    You need to
    check the box next to "My outgoing server (SMTP) requires authentication"
    on the Outgoing Server tab and select the radio button for "Use same settings as my incoming mail server."
    Since I don’t know which version of Outlook you are using, the third-party link below may be helpful to you:
    Setting up Business Mail in Microsoft Outlook 2010 and 2013
    In addition, you can ask in the forum below for further assistance:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook?sort=lastreplydate&dir=desc&tab=Threads&status=&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&tm=1386067216493
    Best regards,
    Susie

  • ISP Blocks port 25, server rejects 587

    I have a client who's home ISP blocks outgoing mail on port 25, when I switch his client to 587 to circumvent this, I get an error that the server rejected the connection on that port. I have double checked the firewall that 587 is open for traffic, but the rejected connection continues. Is there something I am missing?

    If your client trying to send mail from his home via his office mail server, then a VPN can be an option. That'll solve various problems here, including the firewall blocks (often found on inbound and outbound port 25 from dynamic IP addresses) and it'll provide secure connectivity and ease-of-use benefits. It'll operate like the client is "on" the office LAN, if established at the external firewall.
    But yes, configuring the office external firewall and the mail server to enable and allow the SMTP submission ports is normal practice, particularly if the mail server connections are comparatively fleeting as can be the case with remote and mobile clients. Both unencrypted and SSL connections are possible. And the submission ports isn't generally considered "circumvention", it's basically the normal path into a mail server for authenticated users. (Connections into the mail servers from dynamic ports are usually spam engines.)

  • Cannot send email from my iPhone or iPad. The server rejects a recepient for no apparent reason.  The recipient is not new.  This issue happens on reply or reply to all or froward; not a new email. What is happening?

    Cannot send email from my iPhone or iPad. The server rejects a recepient for no apparent reason.  The recipient is not new.  This issue happens on reply or reply to all or froward; not a new email to the same recepient. What is happening?

    I talked with a tech today and he said I cloud is having problems which should be resolved shortly.
    In the mean time I used the .me smtp server settings which allowed me to send mail.

  • Cannot send emails from my ipad air - recipient server rejected

    I am using plus net and have entered all the settings into the Ipad using the IMAP settings detailed by Plus Net.  I receive emails but cannot send as the message 'the recipients server rejected the message.........' comes up.  I have tried pop settings as well to the same effect.

    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

  • How to check whether a SMTP server is supporting Authentication or not

    Hi All,
    We are using Java Mail API 1.3.1/1.3.2 to send the messages. some of the SMTP servers that we use are supporting authentication and some of them are not.
    As the SMTPTransport.supportsAuthentication() is not available only in Java mail API 1.4.1, we are identifying the SMTP server whether it is supporting authentication or not in the following way.
    Socket clientSocket = null;
    InetSocketAddress socketAddress = null;
    OutputStream outStream = null;
    InputStream inStream = null;
    InputStreamReader inReader = null;
    OutputStreamWriter outWritter = null;
    try
    clientSocket = new Socket();
    socketAddress = new InetSocketAddress(host, port);
    clientSocket.connect(socketAddress, timeout*1000); // convert timeout from second to miliseconds
    // 1: now try to execute the given command by passing that on Out-Socket
    outStream = clientSocket.getOutputStream();
    outWritter = new OutputStreamWriter(outStream);
    outWritter.write("ehlo localhost" +"\n");
    outWritter.flush();
    // 2:Read output of above command
    inStream = clientSocket.getInputStream();
    inReader = new InputStreamReader(inStream);
    // This array limit would be fine to get "AUTH" extension of smtp server.
    char[] arr = new char[16384];
    StringBuilder strBuilder = new StringBuilder();
    inReader.read(arr);
    for(int i=0; i< arr.length; i++)
    strBuilder.append(arr);
    System.out.println(METHOD_NAME + "SMTP server response for ehlo localhost command ->"+strBuilder.toString());
    // The output EHLO command comes like below :
    // ehlo localhost
    // 250-ap9058pc.us.oracle.com Hello ap614ses.us.oracle.com [130.35.33.43], pleased to meet you
    // 250-ENHANCEDSTATUSCODES
    // 250-PIPELINING
    // 250-8BITMIME
    // 250-SIZE
    // 250-DSN
    // 250-ETRN
    // 250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
    // Since for XATUH ( like internal IP),
    // we are not sure, so just checking for AUTH capability.
    supported = strBuilder.indexOf("250-AUTH") >=0? true : false;
    As shown in above code, we are issuing 'ehlo localhost' command to SMTP server, if the response i. 'strBuilder' contains '250-AUTH' then we are assuming that it is supporting authentication.
    But for one SMTP server the 'strBuilder' value is showing as '220 mail.durofelguera.com ESMTP Service (Lotus Domino Release 8.5.2) ready at Thu, 16 Feb 2012 13:57:20 +0100' only which is socket connection output but not 'ehlo localhost' command output.
    where as the telnet test output is showing correct only as below
    # telnet mail.durofelguera.com 25
    Trying 172.20.16.65...
    Connected to mail.durofelguera.com.
    Escape character is '^]'.
    220 mail.durofelguera.com ESMTP Service (Lotus Domino Release 8.5.2) ready
    at 0
    ehlo localhost
    250-mail.durofelguera.com Hello localhost ([172.20.15.209]), pleased to meet
    yu
    250-HELP
    250-AUTH LOGIN
    250-SIZE
    250 PIPELINING
    AUTH LOGIN
    The question is why the 'strBuilder' is not showing 'ehlo localhost' conad output where as the telnet test results are showing correctly, what is going wrong here?
    Is there any other way to check that whether SMTP server is supporting authentication or not?
    Edited by: sarojak on Feb 19, 2012 10:11 PM

    There are so many things wrong with your code, it's hard to know where to start...
    Basically, the problem is not as simple as you think it is.
    For example, some servers might not allow authentication until you've issued
    the STARTTLS command.
    These days, essentially all servers allow authentication. You're probably better
    off just assuming the server supports.

  • Upgraded to Mavericks. Calendar.app asks for password to sync calendar to Exchange account. Exchange server rejects password.

    Upgraded to Mavericks. Calendar.app asks for password to sync calendar to Exchange account. Exchange server rejects password.  Had to go to Outlook (ugh!) in order to work (this suck!).  Please help!

    Wanted to chime in and say I'm having the same problem. Had to go back to Outlook which feels ancient. Hope Apple fixes this soon.

  • VPN connection on Mac gives "PPP Server cannot be authenticated"

    Hello all
    I am trying to connect my mac mini to my company's VPN. On my mac mini I tried the following to connect to VPN.
    - System Preferences -> Network
    - Created a new network, interface: VPN, VPN type: L2TP over IPSec, service name: Office VPN
    - Configuration: default, Server Address: 222.222.22.222, Account Name: user1
    Authentication Settings -> User Authentication Password: (password), Machine Authentication Shared Secret: (secret)
    This does connect the mac to the vpn but after an interval of 6-10 minutes I always get a "PPP server cannot be authenticated" error. I can't seem to understand what is going wrong over here. The same problem is with every mac trying to connect to this vpn. Windows PC users did not report a problem of such sort.
    I checked the system logs as well. Here's what happened until the connection was disconnected.
    Thu Apr 14 14:43:02 2011 : L2TP connecting to server '222.222.22.222' (222.222.22.222)...
    Thu Apr 14 14:43:02 2011 : IPSec connection started
    Thu Apr 14 14:43:04 2011 : IPSec connection established
    Thu Apr 14 14:43:04 2011 : L2TP connection established.
    Thu Apr 14 14:43:04 2011 : Using interface ppp0
    Thu Apr 14 14:43:04 2011 : Connect: ppp0 <--> socket[34:18]
    Thu Apr 14 14:43:04 2011 : CHAP authentication succeeded
    Thu Apr 14 14:43:07 2011 : local IP address 192.168.69.100
    Thu Apr 14 14:43:07 2011 : remote IP address 192.168.1.254
    Thu Apr 14 14:43:07 2011 : primary DNS address 192.168.1.84
    Thu Apr 14 14:43:07 2011 : secondary DNS address 192.168.1.85
    Thu Apr 14 14:43:07 2011 : l2tpwaitinput: Address added. previous interface setting (name: en1, address: 192.168.4.14), current interface setting (name: ppp0, family: PPP, address: 192.168.69.100, subnet: 255.255.255.0, destination: 192.168.1.254).
    Thu Apr 14 14:43:37 2011 : l2tpwaitinput: Other Address event (8). previous interface setting (name: en1, address: 192.168.4.14), other interface setting (name: 99, family: 8716788, address: 4.0.69.100, subnet: 0.0.0.1, destination: 128.192.31.0).
    **Thu Apr 14 14:43:34 2011 : IPV6CP: timeout sending Config-Requests**
    Thu Apr 14 14:55:07 2011 : Connection terminated.
    Thu Apr 14 14:55:07 2011 : Connect time 12.1 minutes.
    Thu Apr 14 14:55:07 2011 : Sent 20233 bytes, received 48346 bytes.
    Thu Apr 14 14:55:07 2011 : L2TP disconnecting...
    Thu Apr 14 14:55:07 2011 : L2TP disconnected
    Can somebody help me out over here? What could be going wrong over here?

    I'm looking for much the same answer, so can't help with the big picture. However, the Firewall options are not in System Preferences, but in the Server Admin in the Dock. Click on it, click on the triangle next to your server's name, then go down to FIrewall.

  • Reporting Services through ISA server for All Authenticated Users

    Hello colleagues.
    I have MS SQL 2012 server with Reporting Services and it work via link:
    https://reports2.domain.com/reports
    In LAN all work fine, but I want publish this resource via ISA for All Authenticated Users.
    When in publish rule I configure (in Condition) "All users" - all work fine, but when I configure "All Authenticated Users" - I have trouble on web form on
    https://reports2.domain.com/reports/Pages/Report.aspx?ItemPat...  - scripts not work, because it run how "anonymous" (I see on ISA logging) and ISA block scripts.
    I can't use "All Users", because it's not secure.
    Maybe somebody publish Reporting Services through ISA server for All Authenticated Users?
    OR maybe - how on Reporting Services configure Negotiate authenticated for scripts?

    Hi Alexander,
    All users or applications who request access to report server content or operations must be authenticated using the authentication type configured on the report server before access is allowed. The AuthenticationType named RSWindowsNegotiate is supported
    by Reporting Services. To configure Windows Authentication on the Report Server, please see:
    http://msdn.microsoft.com/en-us/library/cc281253(v=sql.110).aspx
    Besides, we can publish report server via ISA server. Please note that you should use a new web port number with a new listener which shouldn’t be used by other web site for report server. Reference:
    http://social.technet.microsoft.com/Forums/forefront/en-US/1cc68996-1ce6-4d88-a30d-2bfd13fba06e/how-to-publish-ssrs-2008-through-isa-2006?forum=Forefrontedgegeneral
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support
    Katherine thanks for answer.
    Report Server service started as Domain account.
    I have in RSReportServer.config this:
    <Authentication>
    <AuthenticationTypes>
    <RSWindowsNegotiate />
    </AuthenticationTypes>
    <RSWindowsExtendedProtectionLevel>Allow</RSWindowsExtendedProtectionLevel>
    <RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
    <EnableAuthPersistence>true</EnableAuthPersistence>
    </Authentication>
    In web.config I have this:
    <authentication mode="Windows" />
        <identity impersonate="true" />
    I can go (from Internet through ISA) to
    https://reports2.domain.com/reports  and LogOn Authentication is work, but scripts not work, because it run how "anonymous" (I see this on ISA logging) and ISA block scripts.
    Do you know where in Reporting Services configure run scripts with Negotiate authentication?

  • Pop-server rejecting my password

    i have an e-mail account at netidentity.com. i've had it for about five years. it's been configured within mail.app flawlessly since that, most of the time. but from time to time, i am repeatedly prompted for my password. the popup says that the pop-server rejected the pasword for that account, and please enter it again. if i enter my password, it's rejected and the prompt pops up again immediately. this can go on, and i have to cancel, leaving the account inactive for some time. the situation usually resolves in a day or two, but meanwhile, i'll have to check my mail using their not at all that good webmail service.
    this time around (yesterday and today) this situation occurs when i'm at home. using only an airport express and the modem, no firewall. at work, however, there are plenty of firewalls, but i could get my mail as expected. at other times though, this would happen no matter where i'm at.
    does anyone have any clues as to what i could be doing wrong? or is this just the internet weather conditions we live under?

    also, in my home/library/mail directory, the following heap is building up:
    Envelope Index
    Envelope Index-1
    Envelope Index-2
    Envelope Index-3
    Envelope Index-4
    Envelope Index-5
    Envelope Index-6
    Envelope Index-7
    Envelope Index-8
    Envelope Index-9
    Envelope Index-10
    Envelope Index-11
    Envelope Index-12
    Envelope Index-13
    Envelope Index-14
    Envelope Index-journal
    Envelope Index-T0x7db060.tmp.yonevW
    Envelope Index-T0x7db060.tmp.yonevW-journal
    Envelope Index-T0x15c1b5a0.tmp.qK7dbk
    Envelope Index-T0x15c1b5a0.tmp.qK7dbk-journal
    Envelope Index-T0x15c1b890.tmp.DstEWX
    Envelope Index-T0x15c1b890.tmp.DstEWX-journal
    Envelope Index-T0x1591a600.tmp.RcFf0v
    Envelope Index-T0x1591a600.tmp.RcFf0v-journal
    Envelope Index-T0x1591aa10.tmp.fzw82X
    Envelope Index-T0x1591aa10.tmp.fzw82X-journal
    Envelope Index-T0x1591ba00.tmp.CRfJBQ
    Envelope Index-T0x1591ba00.tmp.CRfJBQ-journal
    Envelope Index-T0x15917b40.tmp.7vfMPr
    Envelope Index-T0x15917b40.tmp.7vfMPr-journal
    Envelope Index-T0x15917e20.tmp.2sj58t
    Envelope Index-T0x15917e20.tmp.2sj58t-journal
    Envelope Index-T0x159099c0.tmp.oRWYvq
    Envelope Index-T0x159099c0.tmp.oRWYvq-journal
    Envelope Index-T0x159159e0.tmp.HO5XXK
    Envelope Index-T0x159159e0.tmp.HO5XXK-journal
    Envelope Index-T0x159174d0.tmp.tsgyB8
    Envelope Index-T0x159174d0.tmp.tsgyB8-journal
    Envelope Index-T0x159189a0.tmp.6DCEze
    Envelope Index-T0x159189a0.tmp.6DCEze-journal
    Envelope Index-T0x15916470.tmp.1LHvVh
    Envelope Index-T0x15916470.tmp.1LHvVh-journal
    Envelope Index-T0x15920980.tmp.h8dkk7
    Envelope Index-T0x15920980.tmp.h8dkk7-journal
    all these are created during the repeated crashes. should i delete these?
    it was after deleting the heap of empty folders mentioned earlier in this thread that the mail.app interface showed up again.. but i don't know if deleting the folders was the reason for that

Maybe you are looking for

  • Report to Identify Parked Invoices and Invoices without PO#

    Experts: Is there a report out there that will provide me 1. All Parked Invoices 2. All Parked Credit Notes 3. All invoices without ref to PO# Thanks! Rahul

  • Dual Monitor on Hp Pro 3400 : can't detect the 2nd

    Hi, I have a problem with the computer of a friend. Here's the plan. He has a HP Pro 3400 with Intel HD 2000 Graphics, 2 VGA monitors, 1 VGA and 1 DVI(-D ?) output. He has a VGA cable, a DVI cable and a DVI-to-VGA adapter. And here's the problem. If

  • Creating Invoice from a Delivery Note using SDK

    Hi, I am working on SAP 2005 A Patch 4 with SQL 2000 SP 4. I am using VB.NET (VS2005). I am trying to create a Invoice from a Delivery note which is created based on a Sales order. I am getting the following error Error occured while saving Invoice:

  • Computer crash, warning on timeline and now inaccessible

    Hello, thanks for the help. I was working on FCPx on a timeline and my computer crashed.  Upon starting it up again the timeline I was working on is now in its own folder entitled "No Data".  The timeline that I was working on is listed in there but

  • USB 2.0 Card Issue After Waking - Solution?

    I know this issue has been discussed a number of places, and I have read a lot of the threads. I was curious though if anyone has found a solution to the issue of USB cards not working after waking from sleep. I have read that the thumb drive seems t