Apple server - some address can't receive mai

I'm running an Xserve with Tiger Server. I've set up about a dozen users and most of them can receive email just fine. I've got one though, that when I send an email to that address from a company Exchange server, it comes back with this:
Diagnostic-Code: smtp;550 5.7.1 Unable to relay for [email protected]
I checked and her account has Mail enabled. Any ideas? How do I trouble-shoot this??
Mike

Is the user's email address entered in their 'user' record?
Any other history?
What do you see in /var/log/mail.log when you send mail to that user ?

Similar Messages

  • TS1702 My iPhone 4s didn't do it until the latest update so imnpretty sure it's on the apple server some sort of bug maybe? Not sure. But whatever it is I really would like to download apps. It won't let me download any apps and my phone is brand new

    My iPhone 4s didn't do it until the latest update so imnpretty sure it's on the apple server some sort of bug maybe? Not sure. But whatever it is I really would like to download apps. It won't let me download any apps and my phone is brand new.

    Sorry guysy iPhone says unable to download application at this time and I try all day and it still won't let me download no matter how hard I try.

  • IS THE APPLE SERVER DOWN I CAN'T DOWNLOAD ANY THING

    IS THE APPLE SERVER DOWN I CAN'T DOWNLOAD ANY THING

    Is your iPad restricted?
    Check Settings > General > Restrictions

  • I changed my apple ID email address - can't log out of iCloud

    I changed my apple ID email address some time ago - I'm trying to log out of iCloud on my iPad but as 'find my mac' is enabled it wants the password in order to sign out, but the email address is the old one (greyed out); it says password or ID incorrect - yes the ID is incorrect, but can't be changed!
    And BTW in my iCloud account under the new addres, no devices have 'find my mac' enabled

    If you mean that Find My Phone is asking for a password to a different Apple ID to your current Apple IDand that ID is a previous version of your current ID, not an entirely different one.
    This feature has been introduced to make stolen phones useless to those that have stolen them.
    However it can also arise when the user has changed their Apple ID details with Apple and not made the same changes to their iCloud account/Find My Phone on their device before upgrading to iOS 7, or if you restore from a previous back up made before you changed your details and some other circumstances.
    The only solution is to change your Apple ID back to its previous state with Apple at My Apple ID using your current password, you don’t need access to this address if it’s previously been used with your Apple ID, once you have saved these details enter the password as requested on your device and then turn off "find my phone" and delete the account from your device. It may take a short while to remove the account.
    You should then change your Apple ID back to its current state, save it once again and then log back in using your current Apple ID. Finally, turn "find my phone" back on once again.
    This article provides more information about Activation Lock.

  • The server network address can not be reached or does not exist

    Hi all       
        When i am trying to configure Mirroring .i am getting the below error.
     The server network address "TCP://RDEEPA:5022" can not be reached or does not exist. Check the network address name and reissue the command. (Microsoft SQL Server, Error: 1418)
    . TCP/IP and Name pipe connection is enabled in both principle and mirror server configuration.
    I post the complete error message below ,which is in red  
    TITLE: Database Properties
    An error occurred while starting mirroring.
    ADDITIONAL INFORMATION:
    Alter failed for Database 'success'.  (Microsoft.SqlServer.Smo)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Alter+Database&LinkId=20476
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    The server network address "TCP://RDEEPA:5022" can not be reached or does not exist. Check the network address name and reissue the command. (Microsoft SQL Server, Error: 1418)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=1418&LinkId=20476
    BUTTONS:
    OK

    Hi,
    I have the same problem. However beginning over and over again and using other ports did not solve this unfortunately.
    Here is the SQL I used to setup the mirroring.
    * Principal DB
    CREATE ENDPOINT [MirroringEndpoint]
        AUTHORIZATION [DOMAIN\administrator]
        STATE=STARTED
        AS TCP (LISTENER_PORT = 5022, LISTENER_IP = ALL)
        FOR DATA_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS NEGOTIATE
    , ENCRYPTION = REQUIRED ALGORITHM RC4)
    BACKUP DATABASE TEST
        TO DISK = 'C:\full-backup.bak'
        WITH FORMAT
    BACKUP LOG TEST
        TO DISK = 'C:\log.bak'
    ALTER DATABASE TEST SET PARTNER ='tcp://sql2.domain.local:5022';
    * Mirroring DB
    CREATE ENDPOINT [MirroringEndpoint]
        AUTHORIZATION [DOMAIN\administrator]
        STATE=STARTED
        AS TCP (LISTENER_PORT = 5022, LISTENER_IP = ALL)
        FOR DATA_MIRRORING (ROLE = PARTNER, AUTHENTICATION = WINDOWS NEGOTIATE
    , ENCRYPTION = REQUIRED ALGORITHM RC4)
    RESTORE DATABASE TEST
        FROM DISK = 'C:\full-backup.bak'
        WITH NORECOVERY
    RESTORE LOG TEST
        FROM DISK = 'C:\log.bak'
        WITH FILE=1, NORECOVERY
    ALTER DATABASE TEST SET PARTNER ='tcp://sql1.domain.local:5022';
    The last statement on the principal server gives me the following error :
    Msg 1418, Level 16, State 1, Line 1
    The server network address "tcp://sql2.domain.local:5022" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational.
    From the principal server I'm able to ping the mirror server and can establish a telnet connection. When the statement gets executed even netstat gives me the following output :
    TCP    0.0.0.0:5022           0.0.0.0:0              LISTENING       1244  [sqlservr.exe]
    TCP    10.1.1.140:5022       10.1.1.110:1223       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1226       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1216       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1218       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1225       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1222       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1221       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1224       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1219       TIME_WAIT       0
    TCP    10.1.1.140:5022       10.1.1.110:1220       TIME_WAIT       0
    Is it normal so many ports get opened?
    Any help would be greatly appreciated (as this drives me crazy :-( )
    Found the problem eventually. The mirroring ran as the NT_AUTORITY user instead of DOMAIN\administrator.

  • New server in org can't receive mail

    Hi, I have a 2 node Exchange 2013 DAG running CU5 that is having problems and have built 3 new servers to replace the 2.  We will create a new DAG.  Yesterday I installed Exchange 2013 with CU8 and the install completed successfully with no
    issues. I have a mailbox on the new server that I can connect to using OWA and send mail with no issues.  When I send mail to the mailbox on the new server, the message hangs on either of the existing servers in the Unreachable Domain queue with the error
    that "There is currently no route to the mailbox database."
    Troubleshooting to this point:
    Restart Transport service on server1 and server2
    Matched configuration for receive connectors between server3 and the other 2.
    Messages sent from server3 to a mailbox on server1 or server2 is delivered fine.
    Replies and messages sent from server1 or server2 to a mailbox on server3 are not delivered.
    What am I missing?

    Hi Aridaen,
    Thank you for your question.
    We could restart the service of “Microsoft Exchange Active Directory Topology” on all Exchange servers to check if the issue persist.
    When we send email to mailbox which is in new DAG, is there NDR which we could get? I suggest we send NDR to
    [email protected] for our troubleshooting.
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

  • I have iPhoto 11, 9.1.1.  Recently I have not been able to share via e-mail.   Some addresses can receive the photos I send and some cannot.  As soon as I click on send,  the e-mail disappears .   Help   Ray H.

    Help  Ray H.

    That's a bug in iPhoto 11.  You can get around that by filling in all of the  other fields before you add the addresses. 
    Another workaround is to use Mail as your mail client and use it's photo stationary templates.  They may not be the same as from iPhoto but are not too bad and you can use your Address Book email addresses this way.
    Click to view full size in browser window
    OT

  • TS4002 @icloud address can't receive or send mail

    I can't get any maiol action with the @icloud address.  The @mac and @me still work.  Anyone else having this problem?

    I haven't actually heard of anyone receiving this notification email, although a few people, including myself, have found that our @icloud.com email addresses are working both for incoming and outgoing mail already.
    To me that suggests that Apple aren't notifying people on a one-by-one basis as their email address becomes active, rather they will send the same 'blanket' email to everyone once everyone's email addresses is ready.

  • How do i activate my Apple ID when I can't receive the emails??

    I have tried a number of times to access my Apple ID, but I cannot receive the emails!! I get all other emails from Apple, but the one to activate my id is no where. I have checked my junk folders and trash, but it's nowhere.
    Is there a way to do it without using the verification email?? Or do I have to try to do it through apple tech support on the phone??
    Any help would be amazing!!
    Cheers!!!

    The verification emails have been reported to be delayed by a number of users for some time now...not unusual to see a week or two delay.
    Simple test: login and see if your appleid and password are accepted.  If so, you are in the system.

  • HT1430 Can't send mail   ( can only receive mail)

    How can I receive Mai ?

    Your are asking two different and opposite the questions.
    If you can't send mail .... Check the outgoing mail server setting. Make sure that your username and password are in there.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • Can't receive normal text messages after updating to iOS5, only iMessages

    Over the summer I bought iOS5 from a developer and had it on my phone for about a month until it crashed and I had to restore from a backup. So I put iOS5 back on my phone, and it crashed it again. I decided to wait until yesterday to put it back on, because it was legit and through Apple. Now I can't receive normal text messages from non-iPhone users. I'm only receiving iMessages. The only way to fix it is to turn off iMessage, but that's one of the main features of the update. Help?

    i may put my iphone in the toaster tonight i am so $%#@!*^ frustrated.
    i have an iphone 4 which i upgraded to ios5 about 4 days ago. yesterday, i realized i wasn't able to receive any text messages, but was (and am still getting imessages), along with the ever-so-vague 'sms mailbox is full, delete some text messages' alert.
    so i came to the internet to find out about the supposed 15mb (75k*) limit. Apple's solution on their own site was 'hey, crazy hoarder, why don't you delete some texts?? there you go, EASY PEAZY!' except that didn't work...for me, and a ton of other people apparently.
    i came down from 76something to around 67k.
    I hard restarted, i ignored it, i deleted more texts, i bought phoneview, i deleted MORE texts, more restarts, NOTHING. it has now been 48 hours with no texts. NEED I ASSURE YOU THAT I AM A VERY IMPORTANT PERSON (as we all are).
    so i backed up my phone (again, as i did before the upgrade), and restored it to factory nothingness. restart. restart. stare blankly. no texts.
    then, i go to restore from backup (via itunes) so i can at least get all my contacts and whatnot back. lo and behold, my backup is gone. only the option to set up my 'new' iphone. i delay utter panic for a brief second and silently pray to the angel steve, sitting upon his giant white icloud, remembering that i actually paid for extra icloud space and backed up to that as well.
    now i'm just waiting for it to restore AT LEAST my contacts, which it now seems to have done by the time i've typed this. PARTIAL crisis averted.
    alas, i STILL am not getting any text messages. it seems that calling apple does nothing since apparently no one was told about this and/or how to fix this. i cannot receive text messages from my boyfriend, my parents, my colleagues who all are iphoneless and better off than me at this point.
    i am leaving for a business trip in 12 hours. i'd like to figure this out before i put this thing in the garbage disposal or violently smash and use it's parts as confetti. although by the time i do, i will probably have lost all my friends and been disowned by my family for ignoring their jokes / emoticons / cries for help.
    i fear apple has become a sentient being, and this is it's way of forcing all people of earth to use iphones...for there will be no other way to communicate with each other once we evolve and are all born with giant thumbs instead of vocal chords...hold me im scared...
    it's so dark here...

  • Can't receive email form outside accounts

    Hi everyone,
    I am trying to set up a mail server on [nuke dot mgh dot harvard dot edu].
    I can send emails anywhere, I can receive email from the accounts created on this server, but I can't receive anything from any outside account. I know there are other threads with a similar problem, but fixes described there didn't help so far. Any help will be appreciated.
    the postifx config is:
    nuke:~ MP$ postconf -n
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter =
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    luser_relay =
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 52428800
    mydestination = $myhostname,localhost.$mydomain,localhost,nuke.mgh.harvard.edu
    mydomain_fallback = localhost
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdpw_server_securityoptions = plain,login,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_keyfile =
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp

    Do the following tests:
    1. From the server itself, open a Terminal window and issue:
    telnet localhost 25
    If you see your mail server responding, your are fine locally. (enter quit to exit).
    2. From a client machine in the same subnet as the server issue:
    telnet serverip 25
    If the mail server responds you know it's not the firewall on the server. If it doesn't then it's probably the OS X firewall.
    3. If needed, keep going "further" away and repeat above procedure until you know where port 25 is shut.
    Nuke is a subdomain, but what is an MX record? (if "what" is too long to explain, is there a simple instruction somewhere on how to create it?)
    An MX record is a DNS entry that tells the outside world, which server is responsible for handling mail for the domain/subdomain in question.
    If leaving the name untouched in the config was the only ingenious thing I've done today, I could call it a great day
    No to worry. Obfuscating domain names is pretty pointless anyway as they are public.

  • My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    My 10 yr old wants to text from his iPod touch. We have 1 family Apple ID. How can I monitor his texts without receiving all of his friends messages? Do I need a separate Apple ID or can I link a new email address to the same Apple ID?

    Just an email address
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • HT1277 I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    Do you have one, two or more entries in the left colum of Mail.app for your mail server(s)?  That is, do you have your Mail.app set up with either a btinternet entry, with a btyahoo entry, or both?  Or more?
    I'm guessing that you might have one account (btyahoo?) listed for incoming (IMAP server) mail, and with the outbound (SMTP server) mail is configured and named btinternet.
    Based on what little I see posted, it looks like BT uses both btinternet and btyahoo, but I'm not exactly clear on how they have their stuff set up, and their web set gets helpful and tries to help configure my mail — I don't immediately see a single web page with the mail server set-up details.  The BT email client set-up starts here.

  • What is the real ip address to the apple server? Someone changed the host file in windows/system32/drivers/ect, and now I can't do a restore on my iPhone 3gs.

    What is the real ip address to the apple server? Someone changed the host file in windows/system32/drivers/ect, and now I can't do a restore on my iPhone 3gs

    "You have to change your router's IP address to be able to access it. It will not give you the internet."
    I'm not sure what that means Richard, but I did change the router's IP address from 192.168.1.1 to 192.168.5.1- isn't that what you meant in your first post. I know that isn't reflected in my screen capture that I took last night, but I did do that this morning after I read your post.
    "Log on to your router and change two settings.
    Change the setting in Setup from PPPoE to Automatic Configuration-DHCP and click on save.
    Click on Advance Routing and change the setting from Gateway to Router then click on save."
    I did this and still same results as far as I can tell. Can't get online through the router.
    "Click on MAC address clone under setup tab ... click enable & click clone ...click save settings ... Check the IPaddress under WAN page ....
    If getting IP in public range .... try going online ...."
    I tried this- at least to the part about checking the IP address under WAN. I assume you mean the WAN page in the modem setup- nothing looked any different after trying what you suggested, and I'm not really sure where I would be "getting IP in public range" or what that means.
    I'm about to give up and just buy a new router to see if I can get the same lack of results with a different one. My ISP maintains that everything is set up correctly on their end and really can't do anything more for me. The Modem works and is set up correctly and they can give tech support for a router.
    Here's what my basic setup looks like now:
    http://i490.photobucket.com/albums/rr270/SukarUDL/BasicSetup.png
    Here's what the advanced tab looks like now:
    http://i490.photobucket.com/albums/rr270/SukarUDL/AdvancedRouting.png
    Modem setup looks the same
    Message Edited by Writersbloc on 09-25-2008 07:05 PM

Maybe you are looking for

  • I can only delete one old bookmark at a time. How can I delete mutiple old bookmarks at once?

    ''dupe of https://support.mozilla.org/en-US/questions/911712'' I can only delete one bookmark at a time? How Can I delete mutiple old bookmarks?

  • CRM Survey - Radiobutton check?!

    Hello guys, I have survey with 40 question - each question has a group of radio buttons with 5 options! no option is pre-select!!!! how can I check, if all questions answered before you can submit the form?? Please help!

  • How to create help view

    hai, how to create help view

  • URGENT!!! Convert 4.5 to 5.0

    Hi! I need to know how to convert from Developer Forms 4.5 to Developer Forms 5.0, without lose the fonts and dimensions defined in version 4.5. With 4.5 I developed with 800x600 and in 5.0 my resolution is 640x480. How can I resolve this without mod

  • Nokia X6 Contacts Bar Homescreen missing!

    Nokia X6  version 30.003.249.09 RM559 Updated to above version on Orange network in UK and now have no contacts bar on homescreen ( it is ticked in homescreen settings) Have tried soft reset and hard reset. Anyone else updated and having same problem