Can't get PHP's mail() function to work on local Apache install

I'm using Leopard and installed all available updates. I've done a clean install of Leopard, so no Tiger upgrade.
I've installed the latest stable versions of Apache, PHP and MySql through MacPorts/command line in Leopard. So far so good, everything works except for PHP's mail() function.
Does anyone know how to get PHP's mail() function to work on my localhost? Searching the web through Google taught me it's impossible to get it to work under Leopard but I find that hard to believe. Can anyone help me out?

Any help appreciated.

Similar Messages

  • How do I get PHP's mail function to work with Lion Server?

    I've turned on the Mail Server, tried relaying mail through my ISP, and it's not working. I'm used to using the mail function, so that bit should be working. Do I need to edit the php.ini file?

    Did you actually run Software Updateafter installing 10.7 to see if there are updated drivers from HP?
    HP drivers are updated through Apples Software Update.
    See also this from HP. which indicates that the 1200 series is supported on 10.7
    Steve

  • I recently updated my computer to 10.6 and now I can't get my printer MX340 (canon ) to work. I have installed the new drivers both from Canon's website and from an earlier post directly from apples website. I would surely appreciate some help with this.

    I recently updated my computer to 10.6 and now I can't get my printer MX340 (canon ) to work. I have installed the new drivers both from Canon's website and from an earlier post directly from apples website. I would surely appreciate some help with this.

    Try what Terence Devlin posted in this topic:
    Terence Devlin
    Apr 14, 2015 11:21 AM
    Re: Is Iphoto gone ? i want it back!
    in response to Johannes666
    Recommended
    Go to the App Store and check out the Purchases List. If iPhoto is there then it will be v9.6.1
    If it is there, then drag your existing iPhoto app (not the library, just the app) to the trash
    Install the App from the App Store.
    Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • I can't get the Copy Chat function to work in Text Messages

    I have used the copy chat function before to copy complete chat history in text messages and then paste into a Docs To Go document.  As the conversation gets longer, the process seemed to slow down, but it always worked.  Now I am finding that it doesn't work at all.  I use this to save conversation histories in the same way as I save email conversations.
    Solved!
    Go to Solution.

    You probably received a one week follow up email encouraging you to mark the thread as resolved if it has been resolved... just to help others as marking thread resolved, etc., helps the search for others. If it has not been resolved, don't mark it as such.
    I don't know what the copy limit is within text message threads, but apparently there is one, as we've both noted.
    I know this, if you never delete a very lengthy SMS thread, one with lots of chat, it can slow down your SMS and make it appear laggy, especially as you continue to chat with that friend, from time to time, as you open that chat each time.
    Personally, from time to time, I will clear lengthy SMS chat with my 4-5 closest friends/family with whom my longer chats occur.
    If you want to save those, there are BlackBerry apps which do that, export the chat history, here are three, and there are others:
    SMS Backup  By  Epic Windmill
    SMS Backup  By Bean-IV
    Sms Backup Manager  By Alexander N. Soudarikov
    I will be glad to ask around about the copy limits, if it is important to you. I don't know who, when copying text from an SMS you're going to be able to measure an amount to copy, i.e., how you're going to know when you've reached the limit of say, 1084 characters (if that were the limit).
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can't get PHP with GD / libjpeg to work

    I'm totally frustrated, I tried compiling PHP 5.2.6 with GD and JPEG/PNG support on my Dual 2 GHz PowerPC G5 since yesterday (installed the latest XCode version) but without success so far. I also did all necessary steps like recompiling apache2, libjpeg and libpng. I found lots of tutorials but none of them worked out. PNG support works fine, here's the info from phpinfo()
    GD Support enabled
    GD Version bundled (2.0.34 compatible)
    GIF Read Support enabled
    GIF Create Support enabled
    PNG Support enabled
    WBMP Support enabled
    XBM Support enabled
    But whenever I use --with-jpeg-dir=/usr/local/lib /that's the dir I compiled libjpeg to) when configuring php I get the following errors when executing the "make" command:
    lt -liconv -liodbc -lmysqlclient -lldap -llber -liconv -liconv -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lssl -lcrypto -lcurl -lz -lssl -lcrypto -lm -lxml2 -lz -licucore -lm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lssl -lcrypto -lz -lxml2 -lz -licucore -lm -lmysqlclient -lz -lm -liodbc -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm -lxml2 -lz -licucore -lm -lxslt -lxml2 -lz -licucore -lm -o libs/libphp5.bundle && cp libs/libphp5.bundle libs/libphp5.so
    Undefined symbols:
    "_jpeg_destroy_compress", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    "_jpeg_resync_to_restart", referenced from:
    _jpeg_resync_to_restart$non_lazy_ptr in gd_jpeg.o
    "_jpeg_start_compress", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    "_jpeg_CreateDecompress", referenced from:
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    "_jpeg_set_defaults", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    "_jpeg_destroy", referenced from:
    _fatal_jpeg_error in gd_jpeg.o
    "_jpeg_destroy_decompress", referenced from:
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    "_jpeg_write_marker", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    "_jpeg_finish_decompress", referenced from:
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    "_jpeg_std_error", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    "_jpeg_read_header", referenced from:
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    "_jpeg_set_quality", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    "_jpeg_finish_compress", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    "_jpeg_write_scanlines", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    "_jpeg_start_decompress", referenced from:
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    "_jpeg_CreateCompress", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    "_jpeg_read_scanlines", referenced from:
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    "_jpeg_save_markers", referenced from:
    _php_gd_gdImageCreateFromJpegCtx in gd_jpeg.o
    "_jpeg_simple_progression", referenced from:
    _php_gd_gdImageJpegCtx in gd_jpeg.o
    ld: symbol(s) not found
    collect2: ld returned 1 exit status
    make: *** [libs/libphp5.bundle] Error 1
    Can anyone help me? Maybe I need special CFLAGS for my machine? Thanks in advance.

    Rob-C wrote:
    I got the jpeg source files from http://www.ijg.org/files/and compiled it according to some tutorials I found on the net. I also installed it using the port command (used --with-jpeg-dir=/opt/local for php then), but whatever I did and whatever configuration I used I always get the same error.
    /opt huh? Why am I not surprised? Your first step should be to purge all traces of whatever "port" software you were using and delete any software you installed with it. If you don't want to do that, you'll have to contact them (fink or MacPorts/DarwinPorts or whatever they are now) for support. The port packages do work and seem to work well for the software they provide. The evidence I have seen indicates that if they don't provide the port, it won't work. Be prepared for very strange and unsolvable problems when compiling non-ports software using ports tools. Plus, you can't really ask for help from the non-ports community, because all that non-ports software works fine for us.
    PS: Sorry if I sound a bit harsh. I've just seen too many of these postings. At least I have located the culprit - Apple!. That information is over five years old. I'm going to file a bug report against it.
    But I will try to help with what I can for now...
    Tried it with
    env MACOSXDEPLOYMENTTARGET=10.5 CFLAGS="-O -g -arch ppc -arch i386" LDFLAGS="-arch ppc -arch i386"
    ./configure -prefix=/usr -sysconfdir=/etc -localstatedir=/var -mandir=/usr/share/man -disable-dependency-tracking
    and without the env command as well
    Unless you are distributing the software, you shouldn't need to include the cross compilation options. However, when linking several of these projects together (as in PHP) you do need to match the compilation options for all the code that is linked together. Use whatever settings you used when you built PHP.
    then
    cp /usr/share/libtool/config.sub .
    cp /usr/share/libtool/config.guess .
    ./configure --enable-shared --enable-static
    make
    sudo make install
    sudo ranlib /usr/local/lib/libjpeg.a
    It seems that libjpeg hasn't been updated in 10 years, so these instructions look OK, more or less. Try "--disable-static" instead of "--enable-static". If that fails, leave them both off and try to link against the default static libraries.

  • I updated to ff4 and now I can't get my yahoo mail alert to work

    I updated to ff 4 and now my yahoo mail alert has disappeared and I cannot do anything to fix it.

    Me too it has been all week and driving me crazy--- I've done everything I've seen on these websites to no avail--- does apple monitor these posts and offer any help????????

  • How can i get my e-mail address linked to my skype...

    I need help!!!!
    How can i get my e-mail address linked to my skype user name.
    Regards Gerald

    You can use a different email account, but it will not appear on icloud.com as iCoud only hosts iCloud email.  Just add your account to the email client on your PC as you would any other email account.  To add the account on your iOS devices (iPhone), go to Settings>Mail,Contacts,Calendars>Add Account, choose your provider and provide your account details.
    You can't redownload purchased ringtones from iCloud for free but you can sync them to your 5c using iTunes.  To do so, connect your iPhone 4 to your computer, open iTunes and go to File>Devices>Transfer Purchases.  Then go to the Tones folder of your iTunes library and confirm that the ringtones appear there.  (If you don't see the Tones folder, go to Edit>Preferences>General and make sure Tones is checked in the Show options.)
    Then connect your 5c to your computer, open iTunes, click on the name of your phone in iTunes, go to the Tones folder of your iTunes sync settings, then check Sync Tones and click Apply at the bottom to sync your phone.

  • How can I get my e-mail address associated with Adobe Digital Editions?

    How can I get my e-mail address associated with Adobe Digital Editions?

    gjortega,
    Your sidekick may be relaying through a different server. If its on AT&T, it could be using cwmx.com for outgoing. However, cwmx.com only works for AT&T/Cingular EDGE customers. When on Wi-fi it won't allow you to send through it.
    Many internet providers, but not all, provide an authenticating SMTP server to use when travelling. If you configured your outgoing server to use the email providers authenticating SMTP server information on a port different from port 25, you will be able to use it on most networks. Some wireless networks filter a wider range of ports, such as some work places.
    This article discusses the issue in more detail:
    http://docs.info.apple.com/article.html?artnum=305634
    Hope this helps,
    Nathan C.

  • How can I get my e-mails when I get a message that the folder inbox is full?

    I can't get my e-mail and the e-mails in my inbox have disappeared from Thunderbird, (but not from my server's web mail), so I can't divide it into several folders on Thunderbird to alleviate the problem. I don't know what happened to my old e-mails and I can't get new ones. I did go to my server's web site and deleted a huge number of e-mails there, but that didn't solve the problem. In fact, I wonder if this procedure caused my inbox to somehow disappear in Thunderbird.
    I get a message that says "The folder inbox is full and can't any more messages. To make room for more messages delete any old or unwanted mail and compact the folder."
    I have a new Mac with Maverick. However, in case this matters, all of my old files were migrated to the new Mac, including e-mails. Most of the old e-mails are in a separate folder, however. How can I restore my inbox and also get new e-mails?
    Thank you very much.
    I just thought of something else. I just changed my password with the server. Could this be the problem? I am able to *send* e-mail with Thunderbird, however.
    rteach1

    Technically the limit of 4Gb per folder should have been removed in a recent patch. Personally I an unconvinced as the developers have said so twice before and something else arose to bite people at 4Gb. So the limit probably does not exist anymore and moving mail and compacting will fix it without data loss if it occurs as recent issues have been about displaying mail after the 4Gb point, not storing it.
    Use the Ctrl and Shift keys in conjunction with your mouse to make multiple selections.
    click followed by Shift+ Click selects everything between the two clicks, including the items clicked.
    Holding the Ctrl key while clicking allows you to select or deselect mail to either fine turn the list from shift clicking or to make one of your own.
    Ctrl +A selects everything in the list from the current selection to the end.
    One option is create an important folder and move your important stuff to it then ctrl +A the whole remaining inbox.

  • I can't remember my Apple ID password or my security question answers. When I try to reset my password it wants to send it to my e-mail address but I can't get the e-mail because I don't have security answers or the password. How do I reset password?

    I can't remember my Apple ID password or my security question answers. When I try to reset my password it wants to send it to my e-mail address but I can't get the e-mail because I don't know my security answers or the password. How do I reset password?

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a rescue email address or a Security Questions issue, then see:
             If you forgot the answers to your Apple ID security questions - Apple Support.
             Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • Since installing the last iPhoto update sharing a photo via e-mail opens a google e-mail format instead of an Apple Mail format.  How can I get the Apple Mail format to come up when I click on share?

    Since installing the last iPhoto update sharing a photo via e-mail opens a google e-mail format instead of an Apple Mail format.  How can I get the Apple Mail format to come up when I click on share?

    iPhoto preferences - set the email client to Mail
    LN

  • E mail bt print very small and i cannot change it. how can I get my e mails to print readable size

    HOW CAN I GET MY E MAILS TO PRINT TO READABLE SIZE. BT YAHOO WINDOWS 7 HOME PREMIUM HP DESKJET F2480
    NO FONT AVAILABLE TO CHANGE SIZE TO PRINT TO READABLE SIZE EG FONT SIZE 12 OR 14. DISPLAYS ON ABOUT SIZE 8
    ALSO HAVE TO CLICK FULL VIEW TO READ. THIS HAS SUDDENLY APPEARED, DID NOT HAVE FULL VIEW ETC BEFORE .

    Go to the following address: https://account.services.mozilla.com/
    If you DO NOT remember your password, press the "Forgot your password?" link and it will be sent to the e-mail address that you used for registration.
    Enter your e-mail address and your password. Follow any additional prompts. '''This should remove your account and all Sync data associated with your account from the servers.'''
    Then, set up a new account.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • I have just downloaded ML.  I can get my email via iCloud, but I can't get it on MAIL 6.0.  I have done the JAVA thing--seems to be OK.  MAIL 6.0 on my desktop won't sync with Mobile Me and won't download emails.  Any suggestions?

    I have just downloaded ML.  I can get my email via iCloud, but I can't get it on MAIL 6.0.  I have done the JAVA thing--seems to be OK.  MAIL 6.0 on my desktop won't sync with Mobile Me and won't download emails.  Any suggestions?

    Just did something--am not sure what, probably in the "iCloud"--but seems to be working at last!

  • Save password? how the **** can I get rod of this function!!! every time I sign to a place if I wanted to safe a bloody password I would do that!!!

    save password? how the **** can I get rod of this function!!! every time I sign to a place if I wanted to safe a bloody password I would do that!!!

    It is the same in the latest version 7.0.2. You can shut off the saving and auto filling of passwords by clicking in the menu bar at the top Safari > Preferences and then select Autofill and uncheck the passwords box. Also check the next pane as well.

  • No Mail. I can not get or send mail from my iPhone,iCloud, or mail  on the desktop. Password is correct i can get into iCloud but not able to get mail.

    I can not get or send mail from my iPhone, iCloud, and desktop mail.  All are the same account, password is right and working. When the problem first happened I updated to a new  password.
    The Mail and the phone are telling me ( "The iCloud IMAP server “p99-imap.mail.me.com” rejected the password for user “k****n******2”}
    From the iCloud account i get a message saying  mail could not be loaded and the details. Which i have copyed below.
    Any thoughts or anyone I can ring ? This was a paid for mobile me account.
    Thanks
    Running 10.72
    ORIGIN
    server
    TYPE
    error
    BUILDNUMBER
    1FCS29.34215
    TIME
    Sun Dec 11 2011 10:49:50 GMT+0000 (GMT)        (1323600590380)
    HOST
    www.icloud.com
    USERAGENT
    Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7
    PRSID
    217870346
    RECENTLOGMESSAGES
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: MAIL in main()
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: -->  Request 1:   POST to https://p99-mailws.icloud.com:443/wm/preference,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: Request out: /wm/preference-list-->1323600562085/1
              params: {"locale":"en-us","timeZone":"Europe/Dublin"}
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: SC.Object:sc1074:dispatch('load content')
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: "2.0 Waiting for Content" handled event 'load content' (no transition)
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: SC.Module: Attempting to load 'addresses'
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: SC.Module: Module 'addresses' is not loaded, loading now.
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'addresses' -> '/applications/mail/frameworks/addresses/en-us/1FCS29/javascript.js'
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: SC.Object:sc3099:initStatechart()
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: -> entering "9 Address List Not Visible"
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: -->  Request 2:   GET to https://p03-contactsws.icloud.com:443/co/addressbook/?order=first,last&locale=en _US,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: SC.Module: Module 'addresses' finished loading.
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: SC.Module: Evaluating and invoking callbacks for 'addresses'.
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: SC.Module: Module 'addresses' has completed loading, invoking callbacks.
    Sun, 11 Dec 2011 10:49:22 GMT:  DEBUG: APPLICATION: Received applicationWillBecomeActive
    Sun, 11 Dec 2011 10:49:23 GMT:  WARN:  APPLICATION: Received applicationDidBecomeActive
    Sun, 11 Dec 2011 10:49:23 GMT:  DEBUG: <--  Response 2:  200  (1257ms),  headers: Cache-Control=no-cache, no-store, private, Content-Type=application/json; charset=UTF-8  body: (omitted)
    Sun, 11 Dec 2011 10:49:25 GMT:  DEBUG: willReceive: Status:500, Request:/wm/preference
    Sun, 11 Dec 2011 10:49:25 GMT:  DEBUG: Got HTTP 500 : Redirecting request: /wm/preference : Redirect count:1
    Sun, 11 Dec 2011 10:49:25 GMT:  DEBUG: -->  Request 3:   POST to https://p99-mailws.icloud.com:443/wm/preference,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 11 Dec 2011 10:49:25 GMT:  DEBUG: Request out: /wm/preference-list-->1323600562085/1
              params: {"locale":"en-us","timeZone":"Europe/Dublin"}
    Sun, 11 Dec 2011 10:49:29 GMT:  DEBUG: willReceive: Status:500, Request:/wm/preference
    Sun, 11 Dec 2011 10:49:29 GMT:  DEBUG: Got HTTP 500 : Redirecting request: /wm/preference : Redirect count:2
    Sun, 11 Dec 2011 10:49:29 GMT:  DEBUG: -->  Request 4:   POST to https://p99-mailws.icloud.com:443/wm/preference,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 11 Dec 2011 10:49:29 GMT:  DEBUG: Request out: /wm/preference-list-->1323600562085/1
              params: {"locale":"en-us","timeZone":"Europe/Dublin"}
    Sun, 11 Dec 2011 10:49:33 GMT:  DEBUG: willReceive: Status:500, Request:/wm/preference
    Sun, 11 Dec 2011 10:49:33 GMT:  DEBUG: Got HTTP 500 : Redirecting request: /wm/preference : Redirect count:3
    Sun, 11 Dec 2011 10:49:33 GMT:  DEBUG: -->  Request 5:   POST to https://p99-mailws.icloud.com:443/wm/preference,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 11 Dec 2011 10:49:33 GMT:  DEBUG: Request out: /wm/preference-list-->1323600562085/1
              params: {"locale":"en-us","timeZone":"Europe/Dublin"}
    Sun, 11 Dec 2011 10:49:37 GMT:  DEBUG: willReceive: Status:500, Request:/wm/preference
    Sun, 11 Dec 2011 10:49:37 GMT:  DEBUG: Got HTTP 500 : Redirecting request: /wm/preference : Redirect count:4
    Sun, 11 Dec 2011 10:49:37 GMT:  DEBUG: -->  Request 6:   POST to https://p99-mailws.icloud.com:443/wm/preference,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 11 Dec 2011 10:49:37 GMT:  DEBUG: Request out: /wm/preference-list-->1323600562085/1
              params: {"locale":"en-us","timeZone":"Europe/Dublin"}
    Sun, 11 Dec 2011 10:49:40 GMT:  DEBUG: willReceive: Status:500, Request:/wm/preference
    Sun, 11 Dec 2011 10:49:40 GMT:  DEBUG: Got HTTP 500 : Redirecting request: /wm/preference : Redirect count:5
    Sun, 11 Dec 2011 10:49:40 GMT:  DEBUG: -->  Request 7:   POST to https://p99-mailws.icloud.com:443/wm/preference,  headers: Content-Type=text/plain,  body: (omitted)
    Sun, 11 Dec 2011 10:49:40 GMT:  DEBUG: Request out: /wm/preference-list-->1323600562085/1
              params: {"locale":"en-us","timeZone":"Europe/Dublin"}
    Sun, 11 Dec 2011 10:49:44 GMT:  DEBUG: willReceive: Status:500, Request:/wm/preference
    Sun, 11 Dec 2011 10:49:44 GMT:  DEBUG: <--  Response 7:  500  (4248ms),  headers: Content-Type=text/html  body: (empty)
    Sun, 11 Dec 2011 10:49:44 GMT:  DEBUG: Request in: /wm/preference-list-->1323600562085/1,500,4249ms
    Sun, 11 Dec 2011 10:49:44 GMT:  DEBUG: ServerPreferencesDataSource.retrieveResponse error = -1/500/guid=serverPrefsGuid
    Sun, 11 Dec 2011 10:49:44 GMT:  ERROR: CoreMail handled error 13002 before exiting Mail

    Spent at least 40 min talking to apple support, to sort it out. luckly not at my cost. After trying lots of things and speaking to a higher grade support person I was given a temp password which did the trick. I then was able to reset that with my own password. 
    The impression i got was no one knowns  what the problem is and resetting the password at the apple end works. Not sure if you would be able to self fix.

Maybe you are looking for

  • Error while installing CRM 4.0 SR1 with Oracle 10.2 on Windows 2000 Server

    Hi.. I'm getting error messages in the Database Instance phase, while installing <b>CRM 4.0 SR1 with Oracle 10.2</b> on Windows 2000 Server. Following are message snippets with last few lines showing error message: <b>SAPSSEXC.log</b> [code](DB) INFO

  • Issue while selecting XMLType column in Oracle 10G

    HI All.      We are trying to get some value from XML Type column and it works fine with Oracle 11g, we are trying the same with Oracle 10g but it fails with below  stack Trace . looking at the stack Trace we feel it is the issue with ODP.net , we ha

  • Safari Isn't Working After Upgrading to Yosemite

    Hi, Just upgraded my 2010 MacBook Pro to Yosemite.  Everything seems to be working except for Safari.  It would open fine (just very very very slowly).  But when I try to navigate to a web site, any web site, it goes completely unresponsive.  I have

  • VM creation fails copying image from USB NTFS disk

    As I have limited disk space available on the server I copied the VM Template to an 500 GB NTFS USB drive and mounted it on /OVS/seed_pool When creating the virtual machine it throws the following error: Check Agent Version Check Address and NetworkT

  • Cannot open Project files from previous FCPX versions

    Hello, I'm currently on 10.0.8, and have not upgraded to 10.1.1.  Here is my issue: A documentary project I've been working on since 10.0.1 is not showing up in 10.0.8, and I'm wondering how to "manually" update the Project.  I upgraded FCPX versions