Forum Discussion
TimGawne_92272
Jun 06, 2011Nimbostratus
Exchange 2010 Deployment Guide
I had documented all the configuration steps needed for our Exchange 2010 deployment from the previous deployment guide. Now that the guide has been updated, I noticed that it has removed several con...
TimGawne_92272
Jun 06, 2011Nimbostratus
Thanks Dayne. The main difference in our environment for the templates, is that we have to re-encrypt on the backend between the LTM and the servers. The templates seem to be focused on modifying Exchange to run on port 80, which we won't be doing.
For the persistence iRule, I'm confused about which I should use. Th new one seems to have added a section for ActiveSync and Autodiscover traffic, disables caching for Outlook Anywhere, and adds specific pools. I guess I should use these new additions, but do I just remove all of those pool entries since I only have one pool?
The previous version only had this configuration:
when HTTP_REQUEST {
switch -glob [HTTP::path] {
"/rpc/rpcproxy.dll" {
switch -glob [HTTP::header "User-Agent"] {
"MSRPC" {
if { [HTTP::cookie exists "OutlookSession"] } {
persist uie [HTTP::header "OutlookSession"] 3600
}
else {
persist uie [HTTP::header "Authorization"] 3600
}
}
"*Microsoft Office*" {
persist uie [HTTP::header "Authorization"] 3600
}
default {
persist source_addr
}
}
HTTP::disable
COMPRESS::disable
}
default {
persist cookie
}
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects