JavaMail and Exchange Server

Hi All,
I am having trouble reading from an Exchange Server. I am running my application from a windows machine and I can connect to the exchange server but when I try to open the folder, I get an error saying:
javax.mail.MessagingException: A3 NO There is no replica for that mailbox on this server.;
nested exception is:
     com.sun.mail.iap.CommandFailedException: A3 NO There is no replica for that mailbox on this server.
     at com.sun.mail.imap.IMAPFolder.doCommand(IMAPFolder.java:2125)
     at com.sun.mail.imap.IMAPFolder.exists(IMAPFolder.java:406)
     at com.sun.mail.imap.IMAPFolder.checkExists(IMAPFolder.java:280)A3 NO There is no replica for that mailbox on this server.
     at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:779)
     at htmlparse.HtmlParserTest.readInBox(HtmlParserTest.java:123)
     at htmlparse.HtmlParserTest.main(HtmlParserTest.java:407)
Here is my code:
// Get a Properties object
Properties props = System.getProperties();
// Get a Session object
Session session = Session.getInstance(props, null);
session.setDebug(debug);
// Get a Store object
Store store = session.getStore(protocol);
if (host != null || user != null || password != null)
store.connect(host, port, user, password);
System.out.println("isConnected = [" + store.isConnected() + "]");
IMAPFolder inBox = (IMAPFolder)store.getFolder("INBOX");
inBox.open(Folder.READ_WRITE);
//try {
// folder.open(Folder.READ_WRITE);
//} catch (MessagingException ex) {
// folder.open(Folder.READ_ONLY);
System.out.println("isOpen = [" inBox.isOpen() "]");
//folder = folder.getFolder(mbox);
System.out.println("###################### 1");
if (inBox == null) {
System.out.println("Invalid folder");
System.exit(1);
System.out.println("###################### 2");
//System.out.println("folderExist = [" + folder.exists() + "]");
System.out.println("######################### " + inBox.getFullName());
// try to open read/write and if that fails try read-only
//try {
// folder.open(Folder.READ_WRITE);
//} catch (MessagingException ex) {
// folder.open(Folder.READ_ONLY);
// try to open read/write and if that fails try read-only
//folder.open(Folder.READ_WRITE);
//System.out.println("************************** 1");
int totalMessages = inBox.getNewMessageCount();
if (totalMessages == 0) {
System.out.println("Empty folder");
inBox.close(false);
store.close();
System.exit(1);
The protocal is "IMAP".
Appreciate any help that you can provide.
Thanks in advance.
-r

Late reply to this, but i just went through this excercise and was not able to "google" a good solution..
We solved it by asking our exchange admin where the mailbox we were trying to access actually resides.
This will be a different domain than your "refering" exchange server..
We then modified our session store code to access that specific server.. this will be the value you use for mailHost
store.connect(mailHost,storeUsername,storePassword);[more info on IMAP referrals|http://support.microsoft.com/kb/217388]
hope this helps.

Similar Messages

  • Deploying Windows Server 2012 and Exchange Server 2013

    Hi All,
    Our Clinet is planning to implement Exchange Server 2013 as an email solution. There is no Active Directory Domain exists in the environment. So, we have planned to configure a Windows Server 2012 R2 Standard as a Domain Controller and Exchange
    Server 2013 Standard would be installed on another Windows Server 2012 R2 Standard.
    The setup would be for 250 users. Please guide me about the Cost of OS + Exchnage and CAL for 250 Users.
    Warm Regards,
    Prosenjit Sen
    Thanks & Regards, Prosenjit Sen.

    Another option would be to consider signing up for Office 365 instead of setting up the hardware and software for such a small number of users.  It will take a long time for the cost of the hardware, maintenance, and support to be less costly than Office
    365, if it would ever be less expensive.  There is a lot of maintenance required for Exchange, so unless your client already has someone experienced in configuring and maintaining Exchange, there is a lot of expense in bringing someone up to speed to
    perform those functions capably.
    Just a suggestion.  I do not work for Microsoft and I have no financial incentive to propose an Office 365 environment.  I just know that if I were running my own business, I would have to be convinced that my business required its own internal
    mail system when there are so many fully functional and capable mail systems available via subscription.
    . : | : . : | : . tim

  • Upgrading from SBS 2008 and Exchange Server 2007 and Adding Modest Failover Protection

    I haven't seen anyone describe this scenario, so maybe it can't be done, but it seems it should work. Can someone either confirm this is viable or set me straight and tell me it's not wise (and if not, why not).
    I currently have SBS 2008 (2008 Server + Exchange Server 2007 + some other components). I use redirected folders so all my user data is stored primarily on the server, and then sync'd with their local harddrives for roaming use and as an additional
    backup precaution. I want to upgrade to a modern version of Exchange (don't care too much about the underlying server OS, but seems like a good time to upgrade everything). I also want to improve the reliability for rapid recovery in the event of a system
    failure. I have always felt nervous with SBS because it only runs on a single server.
    My plan is:
    Install Windows Server 2012 Standard on a new server machine
    Join that new server to the existing SBS domain and sync the users, etc.
    Install Exchange Server 2013 on the new 2012 Server
    Migrate the existing Exchange data and account info to the new server
    Demote the SBS Server and promote the new server to primary DC
    Reformat the old SBS server and install Windows Server 2012 on it too, and join it to the domain as a second DC
    Set up DFS Replication and keep all my user data folders between the two servers (so if one server fails, the other can take over, just not automatically like with a cluster)
    Install Exchange Server 2013 on the reformatted 2012 Server box (so second instance on the domain) and set it up to sync with the first Exchange Server 2013 via DAG (so if either computer crashes, the other can take over for both Exchange Server and file
    services)
    Wouldn't that give me a complete slow-response failover system without the need for setting up a cluster (I know a cluster would provide instant failover protection, but I don't need that kind of speed - a manual switchover in the rare event of a server
    failure is acceptable for us)? I could do this using cheap hardware for each server, because unless both servers fail at the same time, clients can point to the other server. And because it's not a formal cluster, I don't need to buy anything for a shared
    SAN. This seems like such an obvious more cost-effective solution for a small network, I don't understand why this isn't a common approach, which makes me wonder if there is some reason it won't work.
    Any suggestions or feedback? Are Redirected Folders still recommended for users on a Server 2012-based domain?
    Thanks,
    Colin
    Colin

    Ed, thanks again for your help. OK, so here's my updated plan (I realize I should probably check on some of these pieces on the Server group, instead of this Exchange group).
    Constraints/objectives:
    None of the machines are truly server grade hardware, but only 5 people on the network, so performance is generally not an issue, unless a given server is just pegged on CPU or HD due to its own internal maintenance tasks and can't respond to user requests.
    Haven't seen any problems, since upgrading server from 4GB RAM to 8GB a few years ago.
    Not going to buy any new hardware at this time, but do have several unused consumer-grade computers I can deploy as wimpy or moderate servers.
    Main issue is to limit repair time in the event of a system failure (instant failover is not required, but want to be able to restore network functions within less than 24 hours in the event of a hardware failure) and minimize time spent on IT
    maintenance.
    Because of light IT maintenance (not anyone's primary job and we're too small to justify a dedicated IT person or to pay for outside help), almost every touch takes me research and time to re-learn what I haven't done in weeks, months, or years -- so also
    want to keep all IT tasks as simple as possible.
    We philosophically want to invest now for the next 5 years and avoid ongoing cloud fees (so zero interest in Windows Server Essentials with Exchange Online)
    A little nervous about using VM's, just because I never have before, but I do respect that's probably the right way to do many of these things...
    Currently I have SBS 2008 (Windows Server 2008 R2, Exchange Server 2007, WSUS 3, all with latest SP's, also includes SharePoint and other stuff, but I don't really care about most of it) on a single 8GB consumer grade system, which functions as a file
    server and Exchange server. We use Redirected Folders and Offline files for all users, which works great for us and provides additional file redundancy (if server goes down, all of each user's files are also on their own machine and they can even continue
    to work just fine w/o the server, losing only ability to send and receive e-mail). It has been sufficient, but I want to upgrade our version of Exchange and I am nervous that if that current one server fails, it would take me a long time to restore everything
    from backup, easily many days, especially if I need to buy any replacement hardware. It is RAID1, so a single drive failure is easy to handle, but that's the only hardware redundancy for the current server.
    New Plan:
    Install Windows Server 2012 R2 Standard on a new modest machine (16GBR RAM, Core i7, 1TB RAID1 (may upgrade to 3 or 4 TB), 256 GB SSD boot drive, this had been my old personal computer)
    Join that new server to the existing SBS domain (2008 R2/Exchange 2007), make it a DC, sync the users, etc.
    Install Windows Server 2012 R2 Standard on a wimpy computer (4GB RAM Core i3 processor), leave it as a member server
    Install Exchange Server 2013 on the wimpy new 2012 R2 Server (and nothing else, this will be dedicated to Exchange to make the most of such a wimpy machine)
    Migrate the existing Exchange data from the old SBS Exchange 2007 server and account info to the new server
    (or should I just create new accounts and copy the data from the user end through Outlook -- is that safer and cleaner than attempting any kind of server-level Exchange data migration?)
    Demote the old SBS Server and promote the new 16GB server to primary DC. Now it's OK to take the old SBS server off the network.
    Reformat the old SBS server and install Windows Server 2012 R2 on it too, and join it to the domain as a second DC (and possibly DCPROMO it to be the main server)
    Install Exchange Server 2013 in a VM on the reformatted 2012 R2 Server box (so second instance on the domain for Exchange redundancy) and set it up to sync with the first Exchange Server 2013 via DAG OR set up another physical wimpy member server and install
    it there. In any case, do NOT install Exchange directly on either DC.
    Set up DFS Replication or a Failover Cluster (still need to research this, but I had planned on DFS, thinking Cluster required shared drive, but Ed corrected me on this) between the two DC's for redirected files and keep all my user data folders between
    the two servers. We don't need automatic failover, like with a cluster, a manual switch would be acceptable, but if no additional cost or risk to clustering the two DC's, then the auto-failover protection that provides would be better than DFS.
    I think this incorporates all of your points, Ed. Does this sound right now? What's your advice on #5 (how to best migrate user data)?
    Thanks so much for all your help,
    Colin

  • I need my home calendar to sync with both a google cal and exchange server. What is the best way?

    I need my home calendar to sync with both a google cal and exchange server. What is the best way?

    use the same google mail addy for the razr you use for the calander
    also make sure that when you put it in the phone it is a google event and not a phone event

  • VLAN and Exchange server

    Hi everyone,
    We need help on the configuration of our Exchange server and VLAN.
    Since I'm a beginner in VLAN configurations.
    We are using Cisco SG300 switch and Exchange server.
    We have 2 NICs on our server, with 1 having a static Public(internet) IP for internet which is directly connected to our ISP modem(complete with IP Address, Subnet Mask, Default Gateway and DNS), the other NIC has a static Local(intranet) IP for local network(with IP Address and Subnet Mask only).
    Our Problem is we cannot add an Default Gateway on the 2nd NIC(intranet) because it says conflict with the gateway specified on the other NIC.
    We want to add a Default Gateway on the 2nd NIC(intranet) to be become accessible from other VLANs.
    How can the server be accessible to other different VLANs on our network?
    What will be the best approach on this?
    Thanks in advance.
    J

    You should add routes to your windows routing table.
    So if your server is in VLAN 10.10.10.0/24 and has the IP of 10.10.10.2 and your router is 10.10.10.1 then you can add routes to all your VLANs by adding the networks and routing them through 10.10.10.1.
    For example, in your command prompt on Windows you would type:
    route -p ADD 10.10.11.0 MASK 255.255.255.0 10.10.10.1
    route -p ADD 10.10.12.0 MASK 255.255.255.0 10.10.10.1
    route -p ADD 10.10.13.0 MASK 255.255.255.0 10.10.10.1
    That would make your computer access all the internal VLANs as well as make it reachable from those VLANs.

  • What is available on new Windows servers that allow you to write scripts that can work directly with Windows, SQL Server, and Exchange Server?

    What is available on new Windows servers that allow you to write scripts that can work directly with Windows, SQL Server, and Exchange Server?
    a. PowerShell
    b. isql
    c. osql
    d. sqlcmd

    All questions seem to be from the interview or a test. I think I even took this test once, it's KForce test.
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles

  • SBS Server 2003 and Exchange Server - need to access but only have HDD

    Hi,
    I have been redirected here from a Microsoft Community Forum. I am reasonably conversant with windows systems but am not a computer professional, just trying to see if I can solve a problem without spending a great deal of cash at this stage as
    our office has been completely flooded out and we are still struggling to regroup....Here is the original question.
    A couple of years ago our sever died completely, we kept the HDD's, but unfortunately not the CD's with the software on or the software keys. So I have now 2HDD's, the original boot partition and one with data on. both clean and fully working and
    connected now to an old desktop. I can see everything fine, but I cannot boot from the original boot drive (I have tried simply disconnecting the desktop's boot drive and the windows logo shows for 1 second an d then chucks me back to the initial (DOS?) load.
    The point is that I need to boot into SBS2003 with the exchange server installed in order to access a handful of old emails which have become extremely important, and also to run an old version of Filemaker server which will not run on any newer O.S.
    I have tried, incidentally, a converter for the exchange files and I can see the directories but I think that unless I pay $xxx for something, which I cannot afford now, then I will not get the emails and all attachments back.
    So my question is this - is there anyway I can use the original boot disk in a new hardware environment to restore both sbs 200 and exchange to working condition? I have paid vast sums for both so I do feel that I should be able to use them still!
    Many thanks
    Gor

    Hello
    tip:
    get one pc with hyper-v or VMware. with enough memory.
    install 2003 OS with sp2
    run dcpromo  add same domain name wich is old.
    install exchange 2003  /with same ORG name / and install exch 2003 sp2
    open exch console and Enabling the database to be overwritten on mailbox database
    dismount database, rename database, and copy old database to new and mont database
    run clean mailbox
    create new user without mailbox.
    select disconect mailbox and connect to new user.
    sorry my english

  • Address Book and Exchange Server - NO NOTES SYNCING???

    I have my address book syncing very nicely with my exchange server, but notes do not seem to want to sync. If I create a note on the web access, it doesn't copy to the address book, and none of the address book notes copy to the exchange.
    I can't get an answer out of Apple Support either if they are supposed to sync or not! Has anyone here gotten notes to sync with exchange?
    Thanks so much. I have searched for over 4 hours on Google and these boards, and noone even mentions notes, leaving me to believe that they SHOULD sync.

    Arrgggh! That's a bummer, they could just strip out the notes if they had attachments or something.. or give an error. I have no attachments, and notes are extremely important to me.
    Oh well.. there goes my ability to do away with Entourage!

  • MacBook Pro, Snow Leopard and Exchange Server

    My wife is considering a MacBook Pro for her business (we have one at home). At her work they have Exchange Server. With our home MacBook Pro I have been able to connect to her Exchange server through Entourage. (however I think her Exchange server is version 4 and not 7). Anyway, we are getting mail, contacts and her calendar through Exchange but we are not getting shared calendars and I don't know how to access her files on the Exchange server. I really want her to buy a MacBook but we need to make sure that shared calendars and file sharing works. Can someone inform me about this?
    Her company is upgrading to Exchange server 7 in December and I know that Snow Leopard allows Exchange to work through Mail, Address Book and iCal. Again, I need to know if calendar sharing and file sharing can work. Thanks.

    Hello,
    Wondering if you had any luck getting this issue resolved (I have the exact same question).
    Thanks,
    -Todd / Chicago

  • Mail.app and Exchange Server Problems?

    I am an Apple Mail user and my university just switched to an Exchange Server 2003 for student e-mail. The university is only supporting Entourage, but I have configured Mail to work with Exchange without any major problem. This week, I have noticed that I have a problem where Mail.app will say that I have four new e-mails in my Exchange in-box. When I click on my Exchange in-box, no new e-mail appears. After experiencing this problem for about a week, I finally logged onto our Exchange web access site for the university. I discovered that I did indeed have four new e-mails in my in-box, but these e-mails were not showing up in Mail.app. Interestingly, all of the e-mails were undeliverable e-mails that had popped back because I had the wrong address. I am wondering why these e-mails would show up in on web access, but not show up in Mail.app.
    I have spoken with our university tech. support numerous times and they have been unable to figure out the problem. It seems this may be a Mail.app isse as opposed to an Exchange problem.
    Thanks,
    Joe Biedlingmaier

    I use Exchange at work and have 5 Macs working with it w/o problems. The trick is to correctly specify SMPT and Outlook Web Access Server.
    Do the following:
    When you create a new mail account, choose IMAP or Exchange (if it shows on the list)
    for Email Address specify your exchange email address
    continue
    for Incoming Mail Server: use name of the server without any prefixes such as mail. (The example shown under the box is wrong. It took me forever to figure it out)
    for username and password use the same one you use when log in into exchange webmail
    continue
    for outgoing email server use the name of the server, again without smtp.
    you may need to use authentification in order to send mail. In that case use the same user and password as when you log into your exchange
    I was doing it as I was writing this to make sure it workes. It does.

  • Outlook for Mac and Exchange Server 2010

    I am a customer of Office 365 and I am using it on my Mac. Unfortunately Outlook for Mac (version 15.6 150113) is not able to connect to my Exchange account. Tried to reinstall it many times and also reinstalled from zero the Yosemite OS X, but no way. I
    try to make the automatic connection and it doesn't work, so I manually insert the server address but unfortunately it doesn't happen anything and the bullet on the left signs a yellow color indicating that it is not connected. I use the same information that
    I use in the native "Mail" application where it works perfectly. I tried also other applications like foxmail and airmail 2, and using the same server and id they all work perfectly. Also Lynch is working great. Can somebody help me to solve this
    "outlook for Mac and Exchange" problem?
    Thank you in advance

    Hi Sylvain, Thank you for the attention. Hereafter the result of the test and sorry if it is in italian since my account is italian. I forgot to say that my exchange account is my Company's exchange server while office 365 is my personal account.
    Il test della connettività non è stato superato
    Dettagli del test
    <input class=" __ecpStyleButton" id="testSelectWizard___CustomNav3_buttonStartOver" name="testSelectWizard$__CustomNav3$buttonStartOver"
    style="padding:8px 8px 8px 29px;text-align:left;border-style:none;cursor:pointer;background-image:url(https;background-background-repeat:no-repeat no-repeat;" type="submit" value="Ricomincia" /><input class=" __ecpStyleButton"
    id="testSelectWizard___CustomNav3_buttonRunAgain" name="testSelectWizard$__CustomNav3$buttonRunAgain" style="padding:8px 8px 8px 29px;text-align:left;border-style:none none none solid;cursor:pointer;background-image:url(https;border-left-color:#cccccc;border-left-width:1px;background-background-repeat:no-repeat
    no-repeat;" type="submit" value="Esegui di nuovo il test" />
    <input class=" __ecpStyleButton" id="testSelectWizard_ctl12_btnExpandAll" name="testSelectWizard$ctl12$btnExpandAll" style="padding:8px 8px 8px 29px;text-align:left;border-style:none
    solid none none;cursor:pointer;background-image:url(https;border-right-color:#cccccc;border-right-width:1px;background-background-repeat:no-repeat no-repeat;" type="submit" value="Espandi tutto" /><input class="ecpStyleButtonImageOnly
    __ecpStyleButton" id="testSelectWizard_ctl12_btnSaveXml" name="testSelectWizard$ctl12$btnSaveXml" style="padding-padding-bottom:6px;padding-text-align:left;border-style:none;cursor:pointer;background-image:url(https;background-background-repeat:no-repeat
    no-repeat;" title="Salva come XML" type="submit" value="" /><input class="ecpStyleButtonImageOnly __ecpStyleButton" id="testSelectWizard_ctl12_btnSaveHtml" name="testSelectWizard$ctl12$btnSaveHtml"
    style="padding-padding-bottom:6px;padding-text-align:left;border-style:none;cursor:pointer;background-image:url(https;background-background-repeat:no-repeat no-repeat;" title="Salva come HTML" type="submit" value=""
    />
    Analizzatore connettività di Microsoft sta tentando di testare il servizio di individuazione automatica per [email protected].
    Il test del servizio di individuazione automatica non è stato superato.
    Altri dettagli
    Passi del test
    Sto tentando di contattare il servizio di individuazione automatica con ciascun metodo disponibile.
    Non sono riuscito a contattare il servizio di individuazione automatica con nessun metodo.
    Altri dettagli
    Passi del test
    Sto tentando di testare il possibile URL del servizio di individuazione automatica https://xx.com:443/Autodiscover/Autodiscover.xml
    Il test di questo potenziale URL del servizio di individuazione automatica non è stato superato.
    Altri dettagli
    Passi del test
    Sto tentando di risolvere il nome host xx.com in DNS.
    Sono riuscito a risolvere il nome dell'host.
    Altri dettagli
    Indirizzi IP restituiti: aaa.bbb.aaa.bb
    Tempo trascorso: 376 ms.
    Sto testando la porta TCP 443 sull'host xx.com per controllare che sia aperta e in ascolto.
    La porta specificata è bloccata, non è in ascolto o non produce la risposta prevista.
     <label for="testSelectWizard_ctl12_ctl06_ctl00_ctl00_ctl01_tmmArrow">Altre
    info su questo problema e su come risolverlo</label>
    Altri dettagli
    Ho rilevato un errore di rete durante la comunicazione con l'host remoto.
    Tempo trascorso: 21252 ms.
    Sto tentando di testare il possibile URL del servizio di individuazione automatica https://autodiscover.xx.com:443/Autodiscover/Autodiscover.xml
    Il test di questo potenziale URL del servizio di individuazione automatica non è stato superato.
    Altri dettagli
    Passi del test
    Sto tentando di risolvere il nome host autodiscover.xx.com in DNS.
    Sono riuscito a risolvere il nome dell'host.
    Altri dettagli
    Indirizzi IP restituiti: aaa.bbb.aaa.bb
    Tempo trascorso: 368 ms.
    Sto testando la porta TCP 443 sull'host autodiscover.xx.com per controllare che sia aperta e in ascolto.
    La porta è stata aperta correttamente.
    Altri dettagli
    Tempo trascorso: 377 ms.
    Sto testando la validità del certificato SSL.
    Il certificato ha superato tutti i requisiti di convalida.
    Altri dettagli
    Passi del test
    Analizzatore connettività di Microsoft sta tentando di ottenere il certificato SSL dal server remoto autodiscover.xx.com sulla porta 443.
    Analizzatore connettività di Microsoft ha ottenuto il certificato SSL remoto.
    Altri dettagli
    Soggetto del certificato remoto: CN=autodiscover.xx.com, OU=xx, O=xx, L=ll, S=Italy, C=IT, Autorità emittente: CN=xx, DC=xx, DC=xx, DC=com.
    Tempo trascorso: 722 ms.
    Sto convalidando il nome del certificato.
    Ho convalidato il nome del certificato.
    Altri dettagli
    Ho trovato il nome host autodiscover.xx.com nel nome comune dell'oggetto del certificato.
    Tempo trascorso: 0 ms.
    Sto convalidando l'attendibilità dei certificati.
    Il certificato è ritenuto attendibile e tutti i certificati sono presenti nella catena.
    Passi del test
    Analizzatore connettività di Microsoft sta tentando di generare catene di certificati per il certificato CN=autodiscover.xx.com, OU=xx, O=xx, L=ll, S=Italy, C=IT.
    Ho costruito una o più catene di certificati.
    Altri dettagli
    Ho generato 1 catene totali. La catena di qualità massima termina con il certificato radice CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE.
    Tempo trascorso: 33 ms.
    Sto analizzando le catene di certificati per verificare se sono presenti problemi di compatibilità con le versioni di Windows.
    Ho identificato potenziali problemi di compatibilità con alcune versioni di Windows .
    Altri dettagli
    Analizzatore connettività di Microsoft può convalidare la catena di certificati solo usando la funzionalità di aggiornamento dei certificati radice da Windows Update. Il tuo certificato potrebbe non essere attendibile su Windows se la funzionalità di aggiornamento
    dei certificati radice non è abilitata.
    Tempo trascorso: 5 ms.
    Sto testando la data del certificato per verificarne la validità.
    Sono riuscito a convalidare la data. Il certificato non è scaduto.
    Altri dettagli
    Il certificato è valido. NotBefore = 6/24/2014 12:44:45 PM, NotAfter = 6/23/2016 12:44:45 PM
    Tempo trascorso: 0 ms.
    Sto verificando la configurazione IIS per l'autenticazione del certificato client.
    Non ho rilevato l'autenticazione dei certificati client.
    Altri dettagli
    Accetta/Richiedi certificati dei client non è configurata.
    Tempo trascorso: 924 ms.
    Sto tentando di inviare una richiesta POST di individuazione automatica a possibili URL di individuazione automatica.
    Non sono riuscito a ottenere le impostazioni di individuazione automatica durante l'invio della richiesta POST.
    Altri dettagli
    Passi del test
    Analizzatore connettività di Microsoft sta tentando di recuperare una risposta del servizio di individuazione automatica XML dall'URL https://autodiscover.xx.com:443/Autodiscover/Autodiscover.xml per l'utente [email protected].
    Analizzatore connettività di Microsoft non è riuscito a ottenere una risposta XML del servizio di individuazione automatica.
    Altri dettagli
    Ho ricevuto una risposta HTTP 401 Non autorizzato dal server remoto Unknown. In genere questo dipende dall'uso di una password o un nome utente non corretto. Se stai tentando di accedere a un servizio di Office 365, controlla che il valore usato sia il
    tuo nome dell'entità utente (UPN).
    Intestazioni risposte HTTP:
    Connection: Keep-Alive
    Content-Length: 58
    Content-Type: text/html
    Date: Mon, 09 Feb 2015 07:47:30 GMT
    Server: Microsoft-IIS/7.5
    WWW-Authenticate: Negotiate,NTLM,Basic realm="autodiscover.xx.com"
    X-Powered-By: ASP.NET
    Tempo trascorso: 3904 ms.
    Verrà verificato se in DNS è presente un record CNAME di individuazione automatica per il tuo dominio 'xx.com' per Office 365.
    Non è stato possibile convalidare il record CNAME di individuazione automatica in DNS. Se la tua cassetta postale non è presente in Office 365, puoi ignorare questo avviso.
     <label for="testSelectWizard_ctl12_ctl06_ctl00_ctl02_tmmArrow">Altre
    info su questo problema e su come risolverlo</label>
    Altri dettagli
    Non esiste nessun record CNAME di individuazione automatica per il dominio 'xx.com'.
    Tempo trascorso: 173 ms

  • CUCM 7.1.2 and Exchange Server 2010

    Hi,
    I have a cucm 7.1.2 installed and configured and an exchange server 2010 box as mail server on another system.
    If I want to send voice mail from Cisco IP phone through the cucm to the exchange server, do I need an external voice mail like Cisco Unity, or the cucm should have everything I need.
    Thank you!

    Hi -
    If you want to use Exchange 2010 as your voicemail system, you need an Exchange server hosting the Unified Messaging server role.  Microsoft has specific requirements for using Exchange unified messaging as well as licensing for your voicemail subscribers.  Here is a good review - http://technet.microsoft.com/en-us/library/bb125141.aspx.  Plus there should be an integration document for voicemail functionality, I found the CUCM version 7 integration doc here - http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d5db0297-7850-4f52-b965-b8006b4c05f5&displaylang=en
    Regards, Ginger

  • Windows Azure and Exchange Server

    Hi,
    Do Azure VMs support installation of Exchange Server 2010 or 2013. I am sure technically you can install.
    QUESTION IS: But is that a supported scenario (like sql server 2012)?
    -Phani
    Technical Architect | BrainScale Consulting | AllThingsAzure.com

    Hi,
    Yes. Here are some articles about how to do it with steps:
    http://theroadchimp.com/2012/11/02/installing-exchange-2013-in-windows-azure/
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/migration-deployment/installing-exchange-2010-test-environment-windows-azure-part1.html
    http://social.msdn.microsoft.com/Forums/en/WAVirtualMachinesforWindows/thread/2a750e53-d0f2-4f52-a6c7-d4a471bbe1ee
    Thanks,
    QinDian Tang
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Time Capsule and Exchange server 2010.

    I want to Buy an time capsule 2tb and make this the hard of my network.
    I' am running my own Windows 2011 small business server and I'am using Exchange to sync my e-mail to our iphones, iPad and MacBook. The router I want to replace is an linksys wrt54g. I'am forwarding ports 80 (http) and 443 (https) to internet so we can sync our mail when we are on the road. But when we are at home we also need to connect localy to the Exchange server. In the wrt54g I have an selection box:      Filter Internet NAT Redirection .
    This means: This  feature uses Port Forwarding to prevent access to local servers from your local networked computers.
    I have unchecked this box so  I can connect the Exchange server from both wan and lan.
    Is this also posible with the time capsule (to connect to these ports via lan and wan)? This will be the only thing that is keeping me from buying one now.
    Ps. I only use the Exchange server for personal use so i don't need an full firewall.
    Thanks,
    Alexander

    You can certainly forward the ports.. any router can do that.
    I am not too sure what your second part means.. as long as you access the server on its local lan address you will have no issues.. but if you try and access it via the the full url address it will fail. The TC AFAIK has no NAT loopback. A quick google says no such luck.
    What is the function of the TC in the network because there might be alternative boxes that work better??

  • Address Book template and Exchange server

    We're in the process of upgrading about 250 Macs from OS 9 to Mac OS X 10.4.3 at my work. We're now binding our Mac workstations to the Active Directory and having folks log in against the network. One byproduct of this is that the Apple Address Book now can search/display folks in the Exchange Server's Global Address Book. However, the template that the Address Book uses to display each person's information is pretty limited. We get the full name, LAN ID, a business group, a location/building, a "work" phone number (which is an internal number) and the internal e-mail address. The Global Address Book contains significantly more information than this, including a true local phone number. In Outlook, this field is defined as a "Business 2" phone number. Editing the default Address Book template does not seem to allow any of this additional information to be displayed. Is there somewhere else that we could edit a file so some of these options are mapped correctly to the Apple Address Book?
    -Doug

    The template preference should work for you. If you hit the green + button you can add fields with all kinds of different default names. If those field names don't match your needs you just select the field name (the bold typeface one) and scroll down in the resulting box and use the "custom" field to add any title you wish. It should change the name of that field to the name you wish to use and that will match the named fields you all area already used to using. You can do this with any field so you should be able to match any fields you wish.
    I hope I understand your question correctly. If not...sorry.

Maybe you are looking for