OS X 10.8.4 mail handler.

Hi everyone...I'm new to this forum!
I would like it not to group same subject matter as one email in the inbox and also would like for it not to autocorrect spelling, although I would like it to identify the spelling errors as a type, like in previous OS versions. If there is a spelling error I would like a list of possible corrections for me to choose from. How can I make that happen?
Thanks in advance for any help you offer!
Glenn

Hi Eric,
Thanks for the "Include related message info. I have attached a screenshot of the spelling and grammar selections. Unfortunately it will not allow me to select anyother options (greyed out) Please let me know if there are any other solutions.
Thanks!
Glenn

Similar Messages

  • SharePoint mail handler could not extract attachment from a certain type of eml emails

    I found out why SharePoint mail handler could not extract attachment from a certain type of eml emails. The eml emails not working me were constructed with this structure, using one attachment as example:
    If I removed the highlighted red part, it just worked.
    ----boundary_2_6a659de7-74df-40e1-ab98-225ccc22717a
    Content-Type: multipart/alternative;
    boundary=--boundary_1_9786ce6d-49bd-4ef9-9300-4ed4797bd8ad
    ----boundary_1_9786ce6d-49bd-4ef9-9300-4ed4797bd8ad
    Content-Type: text/plain; charset=utf-8
    Content-Transfer-Encoding: base64
    {body
    text/plain in base64 string}
    ----boundary_1_9786ce6d-49bd-4ef9-9300-4ed4797bd8ad
    Content-Type: text/html; charset=utf-8
    Content-Transfer-Encoding: base64
    {body
    text/html in base64 string}
    ----boundary_1_9786ce6d-49bd-4ef9-9300-4ed4797bd8ad--
    ----boundary_2_6a659de7-74df-40e1-ab98-225ccc22717a
    Content-Type: multipart/mixed; boundary=--boundary_3_e5f4edb0-f72c-44d3-9cea-f01b51affe53
    ----boundary_3_e5f4edb0-f72c-44d3-9cea-f01b51affe53
    Content-Type: application/octet-stream;
    name=attachment.pdf
    Content-Transfer-Encoding: base64
    {attachment
    in base64 string here}
    ----boundary_3_e5f4edb0-f72c-44d3-9cea-f01b51affe53
    ----boundary_2_6a659de7-74df-40e1-ab98-225ccc22717a--
    I know little about eml file structure. Either the structure is wrong or the sharepoint has a bug!

    Also, here's the list of classes imported in my java code:
    import oracle.apps.xdo.delivery.DeliveryManager;
    import oracle.apps.xdo.delivery.DeliveryRequest;
    import oracle.apps.xdo.delivery.DeliveryPropertyDefinitions;
    import oracle.apps.fnd.common.AppsContext;
    Not sure where to refer the "Attachment" class. Thanks.

  • Client doesn't activate junk mail handling

    Hi All
    This started in the GWIA forum, but there we found out that this was not the GWIA not doing things correctly.
    I have a spam filter set up in front of the GWIA (ScrollOut F1).
    That together with GWIA tags mails as spam, but when it arrives in the client the properties shows
    Junk Mail Handling Evaluation Results
    Message is eligible for Junk Mail handling
    x-spam-flag was set for this message
    So it seems that the GWIA does it correctly, and marks the mail.
    Then below I see this:
    Junk Mail settings when this message was delivered
    Junk Mail handling disabled by User
    Junk List is not enabled
    Junk Mail using personal address books is not enabled
    Junk iCal Mail using personal address books is not enabled
    Block List is not enabled
    If I look in the Administration Console Client Options I see this:
    Enable Junk Mail Handling (X)
    Enable Junk Mail using Junk Mail Lists ( )
    Enable Junk Mail using Personal Address Book ( )
    Enable Junk Calendaring using Personal Address Book ( )
    Auto-Delete after: (31) days (X)
    Enable Blocked Mail using Block Mail Lists ( )
    The client is version 14.0.1 13-11-2014. PO GroupWise Agent Build Version 14.0.1 -118418, GroupWise Agent Build Date 11-12-14, GroupWise Resource Build Date 04-07-14.
    I've also tried locking the settings on domain and on user in client settings, but that didn't help.

    Hi,
    Are you in a position to open a Service Request with Novell Technical Support?
    I have picked up that this "bug" has been reported previously to Novell, but I can't see the details of it. I'm going to ask around in the backrooms to see if I can get this tested for you. I'll let you know if I get any information back from the kind folk that I'm asking.
    In the interim, test with "Enable Junk Mail using Junk Mail Lists" and see if it makes any difference. I know that in the GWIA thread I asked you to turn this off, but I was just testing something.
    Keep us up to date with your testing progress.
    Cheers,

  • Junk Mail handling in Mavericks

    How does Maveriks Mail handling Junk mail??
    I have serveral issues associatted with this item, and i have read  several threads on this subject on this forum, but i am still totally confused.
    I have two email accounts one of them icloud and the gmail,
    I have dissabled junk mail filtering within Mail and after reading several thread i created a filter within Gmail to allow all mail to be sent through via the inbox.
    On the icloud account any message i want to mark as junk, i do not get the option ..WHY NOT????
    On the gmail account i get the same issue.
    What is going on?
    Thx
    John

    You can set up a Rule
    Use "does not contain" to prevent items not Junk from being moved to Junk.
    To trash immediately, change Junk to Trash

  • Php form and mail handling

    I am trying to create a php form and I can get it to spit out the information from the form but I cannot seem to get it to send the result as an email.
    This is probably something really simple and I am totally missing it.
    Here is the form:
    <form method="post" action="sendail.php">               
      <?php
    $ipi = getenv("REMOTE_ADDR");
    $httprefi = getenv ("HTTP_REFERER");
    $httpagenti = getenv ("HTTP_USER_AGENT");
    ?>
      <input type="hidden" name="ip" value="<?php echo $ipi ?>" />
      <input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
      <input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
            <p>I need:<span class="redStar">*</span>
              <input type= "radio" name = "need" value = "service" />service.
            <input type= "radio" name = "need" value = "sales" />to contact a salesperson.
            <input type= "radio" name = "need" value = "literature" />to have literature sent to me.<br />
            Name:        <input type = "text" name = "name" size = "30" />
            <span class="redStar">*</span><br />
            Title:           <input type = "text" name = "title" size = "30" /><br />
            Company: <input type = "text" name = "company" size = "30" /></p>
            <p>Address 1: <input type = "text" name = "address1" size = "30" />
              <span class="redStar">*</span><br />
            Address 2: <input type = "text" name = "address2" size = "30" /><br />
            City: <input type = "text" name = "city" size = "30" />
            <span class="redStar">*</span> State: <input type = "text" name = "state" size = "3" />
            <span class="redStar">*</span> Zip: <input type = "text" name = "zip" size = "11" />
            <span class="redStar">*</span></p>
           <p>Email:   <input type = "text" name = "email" size = "30" />
             <span class="redStar">*</span><br />
            Phone: <input type = "text" name = "phone" size = "30" />
            <span class="redStar">*</span> </p>
            <p><input type = "submit" name = "submit" value = "Submit" /></p>
            <p><span class="redStar">*</span> These blanks must be filled in</p>
    </form>       
    and here is the page that handles the form (with the exception of the referring page, and other environmentals:
            <?php
            $ip = $_POST['ip'];
    $httpref = $_POST['httpref'];
    $httpagent = $_POST['httpagent'];
            $need = $_POST['need'];
            $name = $_POST['name'];
            $title = $_POST['title'];
            $company = $_POST['company'];
            $address1 = $_POST['address1'];
            $address2 = $_POST['address2'];
            $city = $_POST['city'];
            $state = $_POST['state'];
            $zip = $_POST['zip'];
            $email = $_POST['email'];
            $phone = $_POST['phone'];
    if(!$email == "" && (!strstr($email,"@") || !strstr($email,".")))
    echo "<h2>Use Back - Enter valid email</h2>\n";
    $badinput = "<h2>Your form was NOT submitted</h2>\n";
    echo $badinput;
    die ("Go back! ! ");
    if(empty($name) || empty($email) || empty($address1) || empty($city) || empty($state) || empty($zip) || empty($phone)) {
    echo "<h2>Use your Back button - fill in all starred fields, your form was not submitted.</h2>\n";
    die ("Use back! ! ");
    $todayis = date("l, F j, Y, g:i a") ;
    $subject = Contact_From_Website;
    $message = " $todayis [EST] \n
    From: $name ($email)\n
    Title: $title\n
    Company: $company\n
    Telephone: $phone ($phone)\n
    Address: $address1\n
    $address2\n
    City: $city\n
    State: $state\n
    Zip: $zip\n
    Phone: $phone\n
    Additional Info : IP = $ip \n
    Browser Info: $httpagent \n
    Referral : $httpref \n
    $from = "From: $email\r\n";
    mail("[email protected]", $name, $title, $company, $phone, $address1, $address2, $city, $state, $zip, $email, $phone, $ip, $httpref);
    /* This is the part that emails everyone and is commented out for testing
    if ($need = "service") {
        mail("[email protected]", $name, $title, $company, $phone, $address1, $address2, $city, $state, $zip, $email, $phone, $ip, $httpref);
    mail("[email protected]", $need, $name, $title, $company, $phone, $address1, $address2, $city, $state, $zip, $email, $phone, $ip, $httpref);
        if ($need = "sales") {
        mail("[email protected]", $need, $name, $title, $company, $phone, $address1, $address2, $city, $state, $zip, $email, $phone, $ip, $httpref);
            mail("[email protected]", $need, $name, $title, $company, $phone, $address1, $address2, $city, $state, $zip, $email, $phone, $ip, $httpref);
        if ($need = "literature") {
            mail("[email protected]", $need, $name, $title, $company, $phone, $address1, $address2, $city, $state, $zip, $email, $phone, $ip, $httpref);
    mail("[email protected]", $need, $name, $title, $company, $phone, $address1, $address2, $city, $state, $zip, $email, $phone, $ip, $httpref);
            ?>
            Date: <?php echo $todayis ?>
    <br />
    Thank You : <?php echo $name ?> ( <?php echo $email ?> )  <?php echo $title ?> <?php echo $company ?> <?php echo $phone ?> <?php echo $address1 ?> <?php echo $address2 ?> <?php echo $city ?> <?php echo $state ?> <?php echo $zip ?>
    <br /> You have requested <?php echo $need ?>
    <br /> Your IP Address has been recorded for your safety.
    <?php echo $ip ?>
    You can see where I am trying to go with this. I want to use the $need variable to determine where the email is going to go (two people in each case). But I am testing this script and cannot get to send me an email without any if statements.
    Where have I gone wrong?

    60251977 wrote:
    > I'm considering switching to Wordpress but have started
    building a site in
    > Dreamweaver, and am not especially keen on having to
    learn an entirely new
    > program.
    If you're not keen on learning, you might want to reconsider
    your plans.
    Creating a simple web page is easy, giving many beginners the
    false
    impression that website development is something anyone can
    do without
    acquiring specialist knowledge.
    > I want to create a simple "Add Comment" form so that
    when a visitor to my site
    > wants to comment, he can do so, press submit, and the
    page refreshes with his
    > comments inserted. Just like a blog.
    Yep, sounds simple enough, but so is turning the ignition key
    of a car.
    What you're ignoring is the underlying technology that not
    only makes it
    work, but makes it work safely. WordPress does all of this
    for you
    straight out of the box. To build it successfully in
    Dreamweaver
    requires a knowledge of PHP, MySQL, and SQL.
    > According to the Pickaweb FAQ, the path to PHP is
    "/usr/bin/php"
    If PHP is enabled on your site, the path to PHP is
    irrelevant.
    > If my site was called elephantlike.co.uk, what would I
    enter into the Action
    > field of the form wizard?
    > Would this make my form work? Or is there other stuff I
    need to know?
    What you enter in the Action field is the path to the script
    that
    processes the form input. If you're willing to learn the
    basics of PHP,
    MySQL, and SQL, you can create a comment form on your site
    with
    Dreamweaver. However, you need to be aware of security
    issues, such as
    cross-site scripting and dealing with spam. What looks simple
    at first
    glance is actually more complex. It's not rocket science, but
    it does
    involve a learning curve.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • How does Apple Mail handle a full IMAP server?

    I am using IMAP on my serverr with the Apple Mail application.  I would like to know what happens when the mail server gets full.  Am I supposed to monitor the amount of room, or does Apple Mail automatically archive the mail entries on my computer? 
    Also, if the server loses its mail, will Apple Mail retain the mail locally or should I create a archive folder to handle any server problems?
    I was using a POP server before and never worried about this because the mail was always on my computer and if the POP server got full or lost mail, I would not lose anything I already received since it was stored locally.

    The state of your server is your issue, if it fills up you won't be able to receive mail. Make a local folder (On Your Mac) and move old mail there.

  • Mails handling of Gmail

    Probably me being a muppet but my gmail account seems to alternate between putting emails in the 'inbox' at the top of my mail app, or in a folder called gmail bellow.
    There does not appear to be anmy rhyme or reason to this.
    Really I don't want to see all these annoying folders below I just want them in my inbox folders.
    Can I achieve this?

    The gmail inbox will only appear in the Mail's inbox. That is default and can't be changed.
    For the rest, select the Sent imap folder under the gmail folder and select Use This Mailbox for in Mail's menu under Mailbox and select the Sent folder. That will put the imap folder under Mail's Sent folder.
    Repeat the process for the others such as Trash, etc.
    This should set Mail's preferences to store messages on the server. Those folders should be under Mail's main mailboxes.
    For any other gmail folders you don't want shown, go the the gmail site and manage the labels. Check the box for the ones you don't want to show in IMAP.
    Also, settings made on how messages are handled at the gmail site will affect how it's handled in Mail. Such as what happens when you delete messages.

  • Mac mail handling of gmail in 10.9.2

    Am trying to set up my MBP after Genius reinstalled OS.  Now MacMail will not work without restoring all my previous emails.  Recent listing shows 20,000 messages but restore tops out at 211,000 and system hangs up during process...willl not allow me to use MacMail til all imported.
    Am trying to initialize MS Outlook 2011 on my system and it won't start as well...am locked out of my system. 
    MBP is becoming more of a boat anchor over last 60 days with 3 full restores and still no access to computer!
    I am becominig less and less of an Apple fan with this continuing issue.
    Any suggestions?
    <E-mail Edited by Host>

    Hello again, WZZZ,
    Here's an update. I was successful in creating two partitions on my internal drive, and in installing OS 10.6.6 on the second partition, as per your guidence. I now have it up to 10.6.8 with all the security updates and AppleWorks. A great thing.
    Some thoughts:
    • The partitioning had one hitch; it failed at first. But once I "repaired" the disc with Disc Utility the partitioning went thru.
    • The partitioning took a long time in 'resizing the partition.' A few hours I think it was. Lots of progress bar watching.
    • If I had it to do again, I'd size the two partitions differently. My original data was occupying about 230 Gb of the 320 Gb disc. I made the new partitions share the space, about 230 and 75Gb. That left very little available space for the main disc. I ought to have put some breathing room in there. As it is, it's an incentive to clean up all those files, especially all those iTunes files. I now have about 10% of available space there and mean to continue deleting.
    So, all in all a good project that got me where I wanted to go. Thank you for your help.
    Appreciatively,
    wallah

  • How to Get Outlook 2010 RDA or OWA as the Default Mail handler for Windows 7

    I use remote desktop apps which is my primary method of using Outlook 2010. however I use many applications in Windows 7 that I need to be able to send email from. Logic tells me the Default Mail application MIME needs to be mapped. However I do not show
    RemoteApps listed in the list of Programs available to connect to as MIME.
    Is there a way to fix this?
    Raymond Johnson Desktop Support Engineer

    Hi,
    To set Outlook 2010 as the default program, please do the following settings:
    1. Open Outlook, click File > Options.
    2. In General pane, make sure the “Make Outlook the default program for E-mail, Contacts, and Calendar” option is checked.
    3. Click “Default Program”, select the extensions you want Outlook 2010 to open by default, and then click Save.
    4. Click Ok to save the settings in Outlook.
    5. Open Control Pane and search for Default Programs.
    6. Select Set your Default Programs link.
    7. Choose Microsoft Outlook from the list of programs.
    8. Click "Set this program as default".
    9. Click OK to save the setting.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Mail handles .Mac really badly-what's up?

    Since I put my .Mac email account into my Mail application, it has worked really badly and I am considering just deleting off the .Mac account and not using it anymore as it is so annoying. Essentially, having the .Mac account in Mail slows everything else (my other email accounts) down to a ridiculous level. When I check "All", and sometimes when I send even one email, the Activity Viewer shows me that Mail is struggling to open .Mac mailboxes and stuff like that, and while it is struggling to do various things with .Mac, including synchronizing, the other email accounts are held up in the queue (ho hum... very boring). To prevent this, I went into the .Mac account and unchecked the "Include when automatically checking for new mail", but this has no effect whatsoever, probably because I usually check for new mail manually anyway.
    I have two Macs at present, an older G4 flat panel iMac (1.25 Ghz), and a brand new dual core intel MacBook (2Ghz) and the problem is exactly the same on both Macs. Anyone having similar problems or knows a fix to this? Would love to hear!

    There is a setting under the Advanced tab for the
    account preferences to not keep all messages and
    their attachments available for offline viewing but I
    don't use this setting and don't experience the same
    problems.
    To clarify, do you mean that you "do not" keep all messages (etc.) available for offline viewing, or that you "do" keep all messages (etc.) available? At present, I have this option to "keep all messages and attachments available for off-line viewing" checked positive, by default I presume.
    After first creating the account if there
    are a number of server stored mailboxes and messages
    available on the server, the mailbox and message
    synchronization process takes longer than normal and
    the time it takes for subsequent synchronization
    should not be a real long process unless a number of
    changes have been make with server stored mailboxes.
    Odd thing is that I only have one saved message in the .Mac account, and that is a tiny weeny one (about 10K) with no attachments or anything! By the way, since I have just been going through everything all over again, I notice that what really seems to be holding things up (I've now changed synchronization to "manual" on both computers) is when I "Get Mail" and Mail is trying to open the .Mac mailbox - this goes on interminably (as I can see in Activity Viewer).
    Try using the Rebuild Mailbox function on all server
    stored mailboxes. All messages will disappear
    temporarily and the mailbox will be resynchronized
    with the server.
    Sorry for being dense, but I've been all over my Mail application and all over my .Mac settings and I can't find this "Rebuild Mailbox" function. Could you please tell me exactly where I can find this Rebuild Mailbox function?
      Mac OS X (10.4.9)  

  • Mail handling while email server is offline

    When the server is offline and there's email sent to an account on the server, it waits until the server is back online and then the email gets through. Which is pretty awesome. But how long can the server be offline before the email gets bounced back to the sender? (I assume it won't wait around forever, if there's a long outage.) Is the amount of time some kind of internet standard, or does it vary; if the latter, where does it come from?

    Hi Angie33327,
    If you are having issues sending email from Mail on your iMac, you may find the troubleshooting steps outlined in the following article helpful:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    Regards,
    - Brenden

  • CCX8 enable e-mail handling in CAD

    Hi,
    In a test/demo-setup (VMware), I'm attempting to configure the email-enabled CSQs. No matter what I've tried, I've not managed to get the E-Mail ready button within CAD to light up - it just stays greyed out. I have confirmed in the mailbox that the message have been correctly moved from Inbox to the numerical subfolder, there are new mails available. Also tried to send new mails once CAD is open, but without any success.
    What can cause that these buttons stays disabled?
    /M

    ...and indeed a Java-error... :)
    Exception in thread "AWT-EventQueue-2" java.lang.InternalError: couldn't create component peer
    at sun.awt.windows.WComponentPeer.checkCreation(Unknown Source)
    at sun.awt.windows.WComponentPeer.(Unknown Source)
    at sun.awt.windows.WCanvasPeer.(Unknown Source)
    at sun.awt.windows.WPanelPeer.(Unknown Source)
    at sun.awt.windows.WWindowPeer.(Unknown Source)
    at sun.awt.windows.WFramePeer.(Unknown Source)
    at sun.awt.windows.WEmbeddedFramePeer.(Unknown Source)
    at sun.awt.windows.WToolkit.createEmbeddedFrame(Unknown Source)
    at sun.awt.windows.WEmbeddedFrame.addNotify(Unknown Source)
    at sun.plugin2.main.client.PluginEmbeddedFrame.addNotify(Unknown Source)
    at sun.awt.windows.WEmbeddedFrame.(Unknown Source)
    at sun.plugin2.main.client.PluginEmbeddedFrame.(Unknown Source)
    at sun.plugin2.main.client.PluginMain$StartAppletRunner.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Will validate the javaversion and/or try another client combination and get back..
    /M

  • Junk mail handling seems broken in Mail

    I had a rather frustrating experience with Mail this morning, and I'm wondering if anyone else has experienced this. The closest thing I've seen thus far is another topic in this forum about messages being read but being marked as unread when you later go and view the contents of an INBOX. (Incidentally, I've experienced this behavior as well, though seldom.)
    I went through my Mac.com account's inbox and noticed a bunch of messages which I could have sworn I had marked as Junk already. I'd say there were 4 or 5 junk messages. After I marked them as junk, they appeared to be moved to the Junk mail folder. At least, they apparently disappeared from that inbox.
    I then checked my junk mail folders, and noticed a message (not one of the 4 or 5 that I had just identified as junk) that shouldn't have been marked as junk, so I marked it as Not Junk, and then manually dragged it back to my Mac.com inbox. Now, I know that occasionally the junk mail filter gives false positives for mail messages that it shouldn't, and I'm not complaining about that. What I'm complaining about is coming up next.
    See, apparently, the Mail application lied to me when it indicated (visually) that the messages had been moved. After I had convinced myself that I saw only the mail messages in the Junk folder that should be there, I went and did an Erase Junk Mail operation -- which is not reversible.
    Imagine my shock when I discovered the following:
    * The 4 or 5 messages that I marked as junk were back in the inbox. They were still marked as junk, which I confirmed by selecting each of those messages individually; the little "You marked this message as Junk" indicator bar appeared at the top of the view pane. But the junk messages apparently didn't actually get moved into the junk mail folder.
    * The 1 message which I marked as Not Junk and manually removed from the junk mail folder apparently is gone. It would seem that this message was not actually moved back to the inbox as the application visually indicated.
    The first bullet point above is easy enough to take care of: Highlight the messages and do an Apply Rules (or manually move them). The second bullet point, I can't fix, because that message apparently is now gone. I wouldn't be quite so upset about it, except that the message in question was a confirmation message from Pay1040.com and would have been useful to keep around, especially if I needed to provide proof-of-payment to the IRS.
    After this incident, I repaired permissions on my drive and restarted the Mail application; I haven't seen any misbehavior since, but I'm now very nervous about cleaning out my junk folders.
    Dual 2.0 GHz G5   Mac OS X (10.4.6)  

    LionMage,
    Actually, you hit-the-nail-on-the-head when you said - '...but my guess is, some kind of synchronization between the Mac.com IMAP server and my Mail application needed to occur.' Mail gives you the option of how often it checks for new messages. And, since the original message stays on the Apple server, if there are any permission problems or lag in the system, its quit possible that you will receive a message twice because you receive new messages first, then sync your mail boxes last. You can see this in the status messages at the top of the Mail main window when you press 'Get Mail'.
    Hence, they showed up again unexpectantly. And you were right, there may have been a simple problem with your system that you fixed by repairing the permissions and restarting your Mac.
    Its only happened to me once or twice before, but I now let mail delete the Junk mail every 7 days no matter how full it gets (unless of course you get a lot of mail!). That way I've checked the Junk 3 to 4 times before it trashes them and I know that the server is sync'd properly at Apple before they disappear forever.
    PowerMac G5 Dual 1.8ghz   Mac OS X (10.3.9)  

  • Can´t Mail handle smtp/s with authentication?

    My mailserver is running on linux and allows only authenticated connections (unprotected and also protected by SSL (imaps)). Connection to the imap server works when starting mail for the first time.
    However the connection to my outgoing mail server (which is postfix also using authentication and optionally ssl) doesn´t work.
    The following shows up in the logs:
    May 14 04:58:38 daolin postfix/smtpd[22964]: connect from unknown[192.168.9.251]
    May 14 04:58:38 daolin postfix/smtpd[22964]: setting up TLS connection from unknown[192.168.9.251]
    May 14 04:58:38 daolin postfix/smtpd[22964]: SSL_accept error from unknown[192.168.9.251]: -1
    May 14 04:58:38 daolin postfix/smtpd[22964]: lost connection after STARTTLS from unknown[192.168.9.251]
    May 14 04:58:38 daolin postfix/smtpd[22964]: disconnect from unknown[192.168.9.251]
    any chance to get mail working with postfix?
    Thunderbird works like a champ. No problems.
    Macbook Pro   Mac OS X (10.4.6)  

    just have them forward to each other

  • Can Mail handle Exchange Delegates?

    I'm trying to use mail.app at work, with our corporate Exchange server. Most things work ok (see my other post today), but I can't figure out how to read my delegate account. This is an account that I control, but has a different email address. I share reading privs with several other folks on my team. On Outlook, you just add it to the main account in setup, there is an Add/Delete/Edit delegates part. Then you get another inbox for that account.
    Entourage is supposed to support delegates, but I couldn't quite get it working. I can't get anything working with Mail.app.
    Does mail.app even support delegated accounts?

    answer appears to be no; please submit request to apple if you'd like to see this added to future versions of Mail

  • Does Mail handle junk mail across accounts?

    Are all mailboxes affected when you mark a message as Junk, or does it maintain a database for each account under Mail?

    I was referring to new incoming mail after marking one as junk. I have two work accounts and they both receive work announcements, though one of them in theory shouldn't be. The problem is having our not so tech savvy staff delete that account from the mass e-mail list. I was hoping I could mark anything from that list as junk in one box without having it be marked in another.

Maybe you are looking for

  • Can't sign up for 1GB $20 Verizon Data Plan on the Ipad

         I have a 32GB Verizon iPad2.  I have tried repeatedly to sign up for the 1 GB $20.00 Verizon Data Plan but when I click on the Next button after filling out all of the account information (including selecting the 1GB level plan) a summary accoun

  • Do I need a power converter for my ipad in Ireland?

    Do I need a power converter for my ipad2 and my macbook air (11 inch 2010) in Ireland? Sorry, I'm new to this site and just found the answer to my question in another post.

  • Problem with mid-2009 MacBook Pro 13" hard drives

    In May of this year I upgraded my stock hard drive to a 500GB Hitachi from the stock 160. About 5 days ago the computer froze and hung gor several minutes. Mouse still moved but no response from the OS. Forced a restart after several minutes. The com

  • Transporting Mail from  Mac OS 10.4.8 to 10.4.9

    Hello, I need transport mail from a Quad G5 with Mac Os 10.4.8 to a Mac Pro with Mac Os 10.4.9. Can I simply place a copy of the Mail folder which is in the users>home>library folder and the application preference file <com.apple.mail.plist> which is

  • Using an eMac as a TV/DVD monitor?

    I've got what is known today as an eMac, but when I bought it in about 2000 was a Grape iMac. It's now not reading the HD so won't boot up. It's the second time this has happened so I think the fault's fairly permanent. I'm going to remove the HD for