Mail Server issues: non-SMTP command from localhost

I just installed Yosemite server. Noticed these messages showing up in the log:
Oct 28 06:32:08 my_server.net postfix/smtpd[28380]: warning: non-SMTP command from localhost[127.0.0.1]: From: Mrs. M.M Macheda <[email protected]>
Oct 28 06:32:08 my_server.net postfix/smtpd[28382]: warning: non-SMTP command from localhost[127.0.0.1]: From: Mrs. M.M Macheda <[email protected]>
Oct 28 06:32:08 my_server.net postfix/smtpd[28380]: disconnect from localhost[127.0.0.1]
Oct 28 06:32:08 my_server.net postfix/smtpd[28382]: disconnect from localhost[127.0.0.1]
Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: CONNECT from [127.0.0.1]:52786 to [127.0.0.1]:25
Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: WHITELISTED [127.0.0.1]:52786
Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: CONNECT from [127.0.0.1]:52787 to [127.0.0.1]:25
Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: WHITELISTED [127.0.0.1]:52787
Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: CONNECT from [127.0.0.1]:52788 to [127.0.0.1]:25
Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: WHITELISTED [127.0.0.1]:52788
Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: CONNECT from [127.0.0.1]:52789 to [127.0.0.1]:25
Oct 28 06:32:08 my_server.net postfix/postscreen[27405]: WHITELISTED [127.0.0.1]:52789
Oct 28 06:32:08 my_server.net postfix/smtpd[28371]: connect from localhost[127.0.0.1]
Oct 28 06:32:08 my_server.net postfix/smtpd[28371]: improper command pipelining after EHLO from localhost[127.0.0.1]: MAIL FROM:<[email protected]>\\r\\nRCPT TO:<[email protected]\\r>\\r\\nDATA\\r\\nFrom: Mrs. M.M Macheda
Oct 28 06:32:08 my_server.net postfix/smtpd[28386]: connect from localhost[127.0.0.1]
Oct 28 06:32:08 my_server.net postfix/smtpd[28386]: improper command pipelining after EHLO from localhost[127.0.0.1]: MAIL FROM:<[email protected]>\\r\\nRCPT TO:<[email protected]\\r>\\r\\nDATA\\r\\nFrom: Mrs. M.M Macheda <he
Here is output of postconf -n
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
html_directory = /usr/share/doc/postfix/html
inet_interfaces = loopback-only
inet_protocols = all
mail_owner = _postfix
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
message_size_limit = 10485760
mynetworks = 127.0.0.0/8, [::1]/128
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = _postdrop
smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated permit
smtpd_tls_ciphers = medium
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
Except me nobody has access to the server yet. Nobody is sending out any emails. Appreciate any help.

What does /var/log/mail.log have to say (you may need to increase logging level to "Information")?

Similar Messages

  • Outgoing Mail server issues

    ooutgoing mail server issues. Rebooted phone, changed password, changed port everything and still no luck !!

    Its something to do with my phone it's self. The exact details in another phone works !! Just can't figure it out.

  • Mailer object error message "SMTP: invalid from address. SMTP error 530 5.7.0 Must issue a STARTTLS command first. d5sm35857280yhl.19".

    I am trying to send an email from Lookout V6.6 using the Mailer object.  I have an email address setup through GMAIL and have verified it works.  Also, Lookout Mailer object is able to verify GMAIL server.  I get the following error message when trying to send the email: "SMTP: invalid from address. SMTP error 530 5.7.0 Must issue a STARTTLS command first. d5sm35857280yhl.19".  Anyone know what is causing this?

    Another method is to use a SMTP relayer, we have deployed them in the past.
    http://www.hmailserver.com/index.php?page=welcome
    Mike
    Forshock - Consult.Develop.Solve.

  • 10.9.5 mail server issue

    Hi,
    I am having an issue since this afternoon with my mail server.
    In a nutshell, port 25 does not allow any connections on the internal network.
    From the server I can:
    telnet 127.0.0.1 25
    telnet 192.168.0.5 143
    cannot:
    telnet 192.168.0.5 25
    Makes no sens to me at all.
    Any suggestions?

    It appears that the server is not "listening"to port 25??
    bash-3.2# netstat -atp tcp | grep -i "listen"
    tcp6       0      0  *.imaps                *.*                    LISTEN    
    tcp4       0      0  *.imaps                *.*                    LISTEN    
    tcp6       0      0  *.imap                 *.*                    LISTEN    
    tcp4       0      0  *.imap                 *.*                    LISTEN    
    tcp6       0      0  *.pop3s                *.*                    LISTEN    
    tcp4       0      0  *.pop3s                *.*                    LISTEN    
    tcp6       0      0  *.pop3                 *.*                    LISTEN    
    tcp4       0      0  *.pop3                 *.*                    LISTEN    
    tcp6       0      0  *.sieve                *.*                    LISTEN    
    tcp4       0      0  *.sieve                *.*                    LISTEN    
    tcp46      0      0  *.http                 *.*                    LISTEN    
    tcp46      0      0  *.https                *.*                    LISTEN    
    tcp4       0      0  *.7654                 *.*                    LISTEN    
    tcp46      0      0  *.8843                 *.*                    LISTEN    
    tcp46      0      0  *.pcsync-https         *.*                    LISTEN    
    tcp46      0      0  *.sunwebadmin          *.*                    LISTEN    
    tcp46      0      0  *.http-alt             *.*                    LISTEN    
    tcp4       0      0  *.8843                 *.*                    LISTEN    
    tcp4       0      0  *.pcsync-https         *.*                    LISTEN    
    tcp4       0      0  *.sunwebadmin          *.*                    LISTEN    
    tcp4       0      0  *.http-alt             *.*                    LISTEN    
    tcp4       0      0  localhost.11311        *.*                    LISTEN    
    tcp6       0      0  localhost.submissi     *.*                    LISTEN    
    tcp4       0      0  localhost.submission   *.*                    LISTEN    
    tcp6       0      0  localhost.smtp         *.*                    LISTEN    
    tcp4       0      0  localhost.smtp         *.*                    LISTEN    
    tcp4       0      0  192.168.31.62.domain   *.*                    LISTEN    
    tcp4       0      0  *.apple-sasl           *.*                    LISTEN    
    tcp4       0      0  *.3com-tsmux           *.*                    LISTEN    
    tcp4       0      0  *.apple-sasl           *.*                    LISTEN    
    tcp4       0      0  *.3com-tsmux           *.*                    LISTEN    
    tcp6       0      0  *.ldaps                *.*                    LISTEN    
    tcp4       0      0  *.ldaps                *.*                    LISTEN    
    tcp6       0      0  *.ldap                 *.*                    LISTEN    
    tcp4       0      0  *.ldap                 *.*                    LISTEN    
    tcp4       0      0  *.kerberos             *.*                    LISTEN    
    tcp6       0      0  *.kerberos             *.*                    LISTEN    
    tcp4       0      0  *.49160                *.*                    LISTEN    
    tcp4       0      0  localhost.xns-ch       *.*                    LISTEN    
    tcp4       0      0  server.independe.domai *.*                    LISTEN    
    tcp4       0      0  localhost.domain       *.*                    LISTEN    
    tcp6       0      0  *.kerberos             *.*                    LISTEN    
    tcp4       0      0  *.kerberos-adm         *.*                    LISTEN    
    tcp4       0      0  *.kpasswd              *.*                    LISTEN    
    tcp6       0      0  *.kpasswd              *.*                    LISTEN    
    tcp4       0      0  localhost.5941         *.*                    LISTEN    
    tcp4       0      0  localhost.62308        *.*                    LISTEN    
    tcp4       0      0  localhost.asip-webadmi *.*                    LISTEN    
    tcp6       0      0  localhost.asip-web     *.*                    LISTEN    
    tcp6       0      0  localhost.krb524       *.*                    LISTEN    
    tcp6       0      0  localhost.pharos       *.*                    LISTEN    
    tcp4       0      0  localhost.krb524       *.*                    LISTEN    
    tcp4       0      0  localhost.pharos       *.*                    LISTEN    
    tcp4       0      0  localhost.31415        *.*                    LISTEN    
    tcp4       0      0  *.ssh                  *.*                    LISTEN    
    tcp6       0      0  *.ssh                  *.*                    LISTEN    
    tcp4       0      0  localhost.ipp          *.*                    LISTEN    
    tcp6       0      0  localhost.ipp          *.*                    LISTEN    
    tcp4       0      0  *.cert-responder       *.*                    LISTEN    
    tcp6       0      0  *.cert-res             *.*                    LISTEN    
    tcp4       0      0  *.microsoft-ds         *.*                    LISTEN    
    tcp6       0      0  *.microsof             *.*                    LISTEN    
    tcp4       0      0  *.rfb                  *.*                    LISTEN    
    tcp6       0      0  *.rfb                  *.*                    LISTEN    
    tcp4       0      0  *.dec_dlm              *.*                    LISTEN    
    tcp6       0      0  *.dec_dlm              *.*                    LISTEN    
    tcp4       0      0  *.appleugcontrol       *.*                    LISTEN    
    tcp6       0      0  *.appleugc             *.*                    LISTEN    
    tcp4       0      0  *.afpovertcp           *.*                    LISTEN    
    tcp6       0      0  *.afpovert             *.*                    LISTEN

  • Mac mail server issue?

    All of a sudden, from out of nowhere, my mac mail connection has gone dead. This is one of the error messages I receive:
    "The SMTP server “smtp.mac.com” rejected the password for user _____."
    I re-enter the correct password... then I get this:
    "There may be a problem with the mail server or network. Check the settings for account “________” or try again.
    The server error encountered was: The connection to the server “mail.mac.com” on port 143 timed out."
    Repeat process... on and on and on.
    Can anyone help?

    There are server issues with .Mac - incoming and outgoing mail servers.
    I copied this from under Support via webmail access for my .Mac account.
    +100% of members might experience slower than normal response when using IMAP mail. Mail can be sent and received using .Mac webmail. Normal service will be restored ASAP.+

  • Outgoing mail server issue

    I cannot send outgoing my mail from my email account. Its saying
    two servers marked with
    alert icons are in conflict and cannot be saved.
    two servers cannot share the same address and authentication settings
    . resolve the certificate and try again.
    Ive delete the account now and re set them up but it still has an issue with the outgoing server which are the same .... Can anyone help?
    jen

    Is this MobileMe or dot Mac?
    If so...
    Do not delete the old account yet. sign up for an iCloud account if you haven't.
    MAKE A NEW ACCOUNT - DO NOT TRY TO ALTER YOUR EXISTING ACCOUNT.
    I understand .mac mail will still come through. Do not delete the old account yet.
    You cannot use .mac or MobileMe as type of Account, you have to choose IMAP when setting up, otherwise Mail is hard coded to change imap.mail.me.com to mail.me.com & smtp.mail.me.com to smtp.me.com, no matter what you try to enter.
    iCloud Mail setup, do not choose .mac or MobileMe as type, but choose IMAP...
    On second step where it asks "Description", it has to be a unique name, but you can still use your email address.
    IMAP (Incoming Mail Server) information:
    • Server name: imap.mail.me.com
    • SSL Required: Yes
    • Port: 993
    • Username: [email protected] (use your @me.com address from your iCloud account)
    • Password: Your iCloud password
    SMTP (outgoing mail server) information:
    • Server name: smtp.mail.me.com
    • SSL Required: Yes
    • Port: 587
    • SMTP Authentication Required: Yes
    • Username: [email protected] (use your @me.com address from your iCloud account)
    • Password: Your iCloud password
    Also, you must upgrade your password to meet the new criteria:  8 characters, including upper and lower case and numbers.  If you have an older password that does not meet these criteria, when you try to setup mail on your mac, using all of the IMAP criteria listed above, it will still give a server error message.  Go to   http://appleid.apple.com         then follow directions to change your password, then go back to setting up your mail using the IMAP instructions above.
    Thanks to dpepper...
    https://discussions.apple.com/thread/3867171?tstart=0

  • Mail server issues after upgrading

    Hello,
    After upgrading my iMac to Mountain Lion 3 of our 5 email account are not working.
    The 5 accounts are [email protected] However 3 of them are not able to come online.
    I tried MANY times to delete them and recreate them coming ALWAYS to the same issue.
    What I noticed is that the INCOMING mail is different from the incoming mail from the accounts that are working. (the accounts that are working use an incoming mail server: p05-imap.mail.me.com or p01-imap.mail.me.com) However the accounts in trouble only show a grey out "MAIL.EXAMPLE.COM" unable to switch it.
    The outcoming mail in those accounts is "ICLOUD - OFFLINE".
    Even if I tried to switch servers I get a notice " SERVERS MARKED WITH ALERT ICONS ARE IN CONFLICT AND CANNOT BE SAVED. TOW SERVERS CANNOT SHARE THE SAME ADDRESS AND AUTHENTICATION SETTINGS. TRY AGAIN".
    I get this notice even after deleting all the problem accounts.
    Also I tried switching ports like some people suggested on other posts and does not help either.
    The account are working perfectly on ipads, ipods and iphones.

    David,
    You are right, theer are some changes incorporated in the latest MLR # 16 on the configurations files and on the dehydration store metrics(such as performance, fields,..).
    However, I would not suggest to continue working on olite, even for Development/Test purposes as you might get stuck with strange errors...and the only solution would be to re-install SOA Suite if your olite gets corrupted. There might be ways to gets your olite back to position, but trust me..its not so simple.
    Also, when you develop and stress test all your testcase scenarios in an TEST Adv installation, its simple to mimic the same in actual production box, as you exactly know its behavior.
    So, go for a brand new SOA 10.1.3.4 MLR # 5 (or) 10.1.3.3.1 MLR # 16 SOA Suite Advanced installation with Oracle DB 10.2.0.3 as its dehydration store.
    Hope this helps!
    Cheers
    Anirudh Pucha

  • OSX 10.5 Server - Mail Server Issue

    This is a clean install of OSX 10.5.6 on a new Xserve.
    I've setup the Mail Server and it kind of works. The problem I'm having the email seems to get stuck in the queue and have to manually force it to get delivered. There is an error when the message initially arrives with a temporary error. I can't find the error. Once I tell the server to retry delivery the message comes in fine.
    Here's an example from the mail log:
    Mar 6 13:24:55 ppo-mail postfix/pipe[1539]: 6ADF54A56A: to=<[email protected]>, relay=cyrus, delay=0.05, delays=0/0/0/0.04, dsn=4.3.0, status=deferred (temporary failure)
    Mar 6 13:28:15 ppo-mail postfix/anvil[1528]: statistics: max connection rate 1/60s for (smtp:68.142.236.161) at Mar 6 13:21:56
    Mar 6 13:28:15 ppo-mail postfix/anvil[1528]: statistics: max connection count 1 for (smtp:68.142.236.161) at Mar 6 13:21:56
    Mar 6 13:28:15 ppo-mail postfix/anvil[1528]: statistics: max cache size 1 at Mar 6 13:21:56
    Mar 6 13:33:48 ppo-mail postfix/qmgr[114]: 6ADF54A56A: from=<[email protected]>, size=2243, nrcpt=1 (queue active)
    Mar 6 13:33:48 ppo-mail postfix/pipe[1701]: 6ADF54A56A: to=<[email protected]>, relay=cyrus, delay=533, delays=533/0.01/0/0.1, dsn=4.3.0, status=deferred (temporary failure)
    Mar 6 13:34:26 ppo-mail postfix/qmgr[114]: 6ADF54A56A: from=<[email protected]>, size=2243, nrcpt=1 (queue active)
    Mar 6 13:34:26 ppo-mail postfix/pipe[1701]: 6ADF54A56A: to=<[email protected]>, relay=cyrus, delay=572, delays=572/0/0/0.02, dsn=2.0.0, status=sent (delivered via cyrus service)
    Mar 6 13:34:26 ppo-mail postfix/qmgr[114]: 6ADF54A56A: removed
    Any suggestions?

    Check /var/log/mailaccess.log for the same time you see the error in mail.log. You may need to increase the logging level for IMAP to "Information" first.

  • TLS mail server issues

    I have a customer with Snow Leopard server running mail services. Some hosts cannot email them due to what we think is a TLS related issue. These hosts have TLS enabled for the mail server and they receive the below error message when sending to my customer:
    15:27:41.044 3 SMTP-406902(domain.com) failed to establish a secure connection with http://xx.xx.xx.xx:25. Error Code=X509: signature algorithms do not match.
    When the host sender turns off TLS emails make it to my customer. The host that cannot send seems to think it's a Postfix configuration issue but I don't know where to begin. It's not a firewall issue as we've tried that with no success.
    Any ideas would be appreciated. Thanks.

    You'll want to provide more details around the "hosts" here. Is this, for instance, mail clients connecting to the mail server? (It's comparatively rare to have encrypted traffic on port 25 between mail servers.)
    If this is mail clients connecting to a remote mail server via port 25, then have a look at switching over to the authenticated ports; moving off of submissions via port 25, as those can run afoul of anti-spam mechanisms.
    You'll want to provide more details around the sorts of certificates involved here, as well.
    And if the mail server's DNS is stuffed up - you've been asking a whole lot of SMTP questions around the forums, and you've been unfortunately rather "cagey" on the details and the configuration details - you'll have SMTP-related issues sending to some hosts. The forward and reverse and MX records have to match up or the mail will be rejected during the reception-related processing performed by various remote servers; your server will be marked as a spam host.

  • Ipowerweb and outgoing mail server issues

    getting my POP account on my iPhone to send mail successfully has proven to be difficult.
    why is it that on my old Nokia E61 my incoming and outgoing mail server settings "mail.mydomain.net" worked regardless of whether i was on edge or wifi -- yet on my iPhone the only way i can send email is to turn wifi off, and input "cwmx.com" as my outgoing mail server and send sloooowly over edge?
    i guess my question is, what is different about the way the iPhone connects to different servers, if my old phone did not have any issues with it at all - and how can i remedy this? shouldnt it be as simple as sycing the settings from my POP account on my G5? what am i missing here...and is this specific to ipowerweb hosting?
    thanks

    aegez,
    As a point of clarification, if you are going to use Port 25 on EDGE you have to use cwmx.com. Many networks filter port 25 traffic because of port 25 traffic has been abused by people sending unsolicited bulk email (aka spam). AT&T's EDGE network is not the only network to filter port 25.
    The iPhone in some situations will try other common ports, many of which will require authentication.
    If you are using an outgoing mail server that requires authentication on a port besides port 25 it should work on both WiFi and EDGE in most situations. The exception would be on networks that filter traffic on all ports as a security major, such as some work environments.
    This article includes more information on outgoing mail:
    http://docs.info.apple.com/article.html?artnum=305634
    This article indlues settings for some ISPs:
    http://docs.info.apple.com/article.html?artnum=306074
    Hope this helps,
    Nathan C.

  • Eem on cisco 877, trouble with mail server action and smtp auth

    hello all,
    i'm using a router 877 at home and i really need to check out what this router do during the day.
    So some time ago i configured it using some eem actions and sending to me email, without any problems.
    Yesterday I changed my internet provider and now i need to use smtp autheticantion to send emails.
    I read about how to authenticate, like username:password@host and also made a fast search here, without solve my problem.
    I need to put as username the email of the provider like: [email protected]:[email protected]
    So, i want to know if someone had the same problem and solved it. Of course i couldn't use @ two times or eem would think that host.com is my smtp server! And right now is going in this way!
    My IOS version is 15.1(2)T2, eem version is 3.1.
    Hope someone could help me!
    Thank you in advance.
    Sandro

    Hello,
    Thank you very much in advance for any help you can offer. Debugging I get this but stunnel.conf is edited and started
    %HA_EM-3-FMPD_SMTP: Error occured when sending mail to SMTP server: smtp.gmail.com : error in reply from SMTP server
    Router Cisco 877 with IOS version is 12.4(15)T16
    Router Config:
    ip host gmail.com pc_host*
    track 1 rtr 1 reachability
    delay down 10 up 60
    ip route 0.0.0.0 0.0.0.0 Dialer0 track 1
    ip sla 1
    icmp-echo 8.8.8.8 source-interface Dialer0
    timeout 2000
    frequency 4
    ip sla schedule 1 life forever start-time now
    event manager environment to@gmail
    event manager environment [email protected]
    event manager environment smtp.gmail.com*
    event manager applet TRACK-1-OK
    event track 1 state up
    action 1.0 mail server "smtp.gmail.com" to "[email protected]" from "[email protected]" subject "E2E up/down" body "DSL is UP"*
    * I use several possible key combinations:
    ip host smtp.gmail.com pc_host
    event manager environment [email protected]:[email protected]
    action 1.0 mail server "[email protected]:[email protected]" to "[email protected]" from "[email protected]" subject "E2E up/down" body "DSL is UP"*
    stunnel.conf config:
    cert = stunnel.pem
    socket = l:TCP_NODELAY=1
    socket = r:TCP_NODELAY=1
    client = yes
    options = NO_SSLv2
    [pop3s]
    accept  = 110
    connect = pop.gmail.com:995
    [imaps]
    accept  = 143
    connect = pop.gmail.com:993
    [ssmtp]
    accept  = 25
    connect = smtp.gmail.com:465
    Greetings,
    Guiller

  • ICloud outgoing Mail server Issues

    Have issues sending email from my Mac today - Outgoing mail server not found!
    I can do from Safari/iCloud, but not MAIL?  anybody else seeing this?
    Bob D.

    No
    Sign out of iCloud (System Preferences>iCloud) restart and sign back in, make sure to turn on any services you require (Mail etc)

  • Options of fetching mails from mail server into PI and also from oracle system

    hi All,
    Pls extend your help in looking out the possiblity of fetching mails from mail server into SAP PI
    and also from oracle system into PI ,earliest help would be appreciated.
    and also the types of sources for both the scenarios.
    Regards
    Vidya Sagar Manda

    Hi Vidya,
    you can use the email adapter to read/pick up email from mail box.
    and use JDBC adapter to read data from table of any database. Please refer the links given to your old thread
    Fetch Mails From MailServer using PI and integrate the message into BPM
    regards,
    Harish

  • Why do I get an "unable to connect - There may be a problem with the mail server or network." message from iCloud.  I have verified the settings.  I can access my iCloud account online but can't send or receive e-mail via the mail account.

    Text limits to the "Question" link prevents a full explanation:
    This is a long-time problem.  I have tried to resolve it with Apple but their "Customer Support" is merely a name.
    I can go online and access my e-mail but when I try to send or receive e-mail via iCloud through my internet server (Google fiber now but the same situation existed with my prior service), I receive "There may be a problem with the mail server or network.  Verify the settings for 'Apple Email' and try again.
    "The server returned the error:  The server 'p0-imap.mail.me.com' refused to allow a connection on port 143."
    Well, I have verified the setting and tried again and again and …
    Well, you get the idea …

    JungleTaxi Cabbie wrote:
    Csound1: iCloud: Configuring Mail with Mac OS X v10.6 or iOS 4
    Enter your Incoming Mail Server, User Name, and Password using the following settings:
    Incoming Mail Server: mail.me.com
    User Name: Your iCloud email address (excluding @me.com)
    Password: Your password
    Last Modified: Jun 27, 2013
    Maybe you should test these things before calling people out, because these settings do function perfectly well.
    iCloud is not supported on Snow Leopard or lower, why bother to mention it?
    The OP has an iCloud account, and that can not be opened without Lion or Mountain Lion (on a Mac), IOS5 or 6 (on an iPhone/iPad)
    The document I linked to is Apples documentation for iCloud on current devices,I don't care whether you believe that you know better than they do, but it will affect the people who follow your advice as it won't work
    JungleTaxi Cabbie wrote:
    Also, if you're not running Lion or Mountain Lion, there is no "Mail, Contacts & Calendars" prefpane.
    I never said that there was, perhaps you imagined it.

  • Incoming Mail Server Issue

    On my iMac I notice that my incoming mail server address is different.  It is p99-imap.mail.me.com.  On my MacBook Air which I have not updated it is mail.me.com.   I have made no changes myself.  I am unable to access my mail on my iMac while my updated iPhone and iPod Touch mail works fine.

    I have the opposite probem, mail is coming in on my MAC but not on my iphone via mobile me.

Maybe you are looking for