I'm having trouble registering mailboxes and getting the AAA to work. Here's some output from MailboxStatus.vbs:
<MailboxStatus>
<Summary>
<!--address filter = zcol@healthnotes.com Length = 20-->
<CurrentTime>4/25/2006 12:24:34 PM</CurrentTime>
<MailboxCount>1</MailboxCount>
</Summary>
<Mailbox EmailAddress="zcol@healthnotes.com">
<!--Len(sMail) = 20-->
<!--searching <GC://healthnotes.com>;-->
<!--(&(objectClass=user)(mail=zcol@healthnotes.com));-->
<!--<GC://healthnotes.com>;(&(objectClass=user)(mail=zcol@healthnotes.com));msExchHomeServerName,mail,mailNickname;subtree-->
<!--1 records found-->
<!--Checking registration for zcol@healthnotes.com-->
<!--url =
http://EYEBRIGHT/exchange/zcol/-->
<!---->
<!--namespace = xmlns:na='urn:schemas:httpmail:'-->
<!--DAVGet returned empty url for inbox-->
<Server>EYEBRIGHT</Server>
<RegistrationStatus>2</RegistrationStatus>
<RegistrationTime></RegistrationTime>
</Mailbox>
</MailboxStatus>
When I paste the URL from the "url = http......" line, I get successful login to OWA for the account. Also, I had this test account properly process the request, but I got a text-based e-mail confirmation, rather than the pop-up dialog I got on my previous E2k3 server. Thoughts? Thanks -Ben