Exchange 2010 quick q?

Soldato
Joined
28 Sep 2008
Posts
14,187
Location
Britain
I have a user who has access to a Purchasing email inbox. When she sends from this account, it stores the sent message in her normal exchange sent items folder (not the purchasing sent items folder).

Is there a way around this?

Also, I'm looking to add an image as part of the signatures (or disclaimer). Can this be done through HTML?
 
Last edited:
Thanks Eulogy,

So, I know 2010 allows you to use HTML so if we can HTML the image somewhere that should be ok.

Re the 1st point. Is there a way to deploy this VBA across a userbase?
 
Ok, how about this one Exchange gurus...

ActiveSync says it is enabled, but none of the mobile devices connect. We have to CAS role boxes behind a Barracuda NLB. Is this in some way stopping AS from working?
 
You need to ensure all the correct IIS subsites are available externally.

I'd suggest running this:
https://www.testexchangeconnectivity.com/
To diagnose.

On the transport rules, you can do HTML disclaimers, but its limited to 8196 characters long, including the powershell commands it runs in the background to do it. So probably more like 7500 characters if you have a few rules.

As far as I know, they are. I've had 2010 installs work out of the box for ActiveSync. I have a feeling the NLBs are causing an issue with the autodiscover.
 
It says this (for ActiveSync Autodiscover Test)

Code:
Attempting the Autodiscover and Exchange ActiveSync test (if requested). 
  Testing of Autodiscover for Exchange ActiveSync failed. 
   Test Steps 
   Attempting each method of contacting the Autodiscover service. 
  The Autodiscover service couldn't be contacted successfully by any method. 
   Test Steps 
   Attempting to test potential Autodiscover URL https://mydomin.com/AutoDiscover/AutoDiscover.xml 
  Testing of this potential Autodiscover URL failed. 
   Test Steps 
   Attempting to resolve the host name mydomin.com in DNS. 
  The host name resolved successfully. 
   Additional Details 
  IP addresses returned: 88.208.xxx.xxx 
 
 Testing TCP port 443 on host mydomain.com to ensure it's listening and open. 
  The port was opened successfully. 
 Testing the SSL certificate to make sure it's valid. 
  The SSL certificate failed one or more certificate validation checks. 
   Test Steps 
   Validating the certificate name. 
  Certificate name validation failed. 
   Tell me more about this issue and how to resolve it 
   Additional Details 
  Host name mydomain.com doesn't match any name found on the server certificate CN=DSVR010308. 
 
 
 
 
 
 Attempting to test potential Autodiscover URL https://autodiscover.mydomain.com/AutoDiscover/AutoDiscover.xml 
  Testing of this potential Autodiscover URL failed. 
   Test Steps 
   Attempting to resolve the host name autodiscover.mydomain.com in DNS. 
  The host name couldn't be resolved. 
   Tell me more about this issue and how to resolve it 
   Additional Details 
  Host autodiscover.mydomain.com couldn't be resolved in DNS Exception details:
Message: The requested name is valid, but no data of the requested type was found
Type: System.Net.Sockets.SocketException
Stack trace:
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at Microsoft.Exchange.Tools.ExRca.Tests.ResolveHostTest.PerformTestReally()
. 
 
 
 
 Attempting to contact the Autodiscover service using the HTTP redirect method. 
  The attempt to contact Autodiscover using the HTTP Redirect method failed. 
   Test Steps 
   Attempting to resolve the host name autodiscover.mydomain.com in DNS. 
  The host name couldn't be resolved. 
   Tell me more about this issue and how to resolve it 
   Additional Details 
  Host autodiscover.mydomain.com couldn't be resolved in DNS Exception details:
Message: The requested name is valid, but no data of the requested type was found
Type: System.Net.Sockets.SocketException
Stack trace:
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at Microsoft.Exchange.Tools.ExRca.Tests.ResolveHostTest.PerformTestReally()
. 
 
 
 
 Attempting to contact the Autodiscover service using the DNS SRV redirect method. 
  ExRCA failed to contact the Autodiscover service using the DNS SRV redirect method. 
   Test Steps 
   Attempting to locate SRV record _autodiscover._tcp.mydomin.com in DNS. 
  The Autodiscover SRV record wasn't found in DNS. 
   Tell me more about this issue and how to resolve it

Actual domain replaced with "mydomain"

However, I get exactly the same response for an Exchange 2010 domain that I know works so I don't fully know how to interpret the results
 
dunno, can you explain further? I haven't set it up before for the other Exchange 2010 company and their phones connect without issue.
 
Ok, cool. I can't set up the mobile devices manually (pointing them to mail.mydomain.com, which is the same as OWA). It just says Unable to open connection to server.
 
Back
Top Bottom