Exchange 2003 FAQ
Exchange 2003 FAQ
Exchange 2003 FAQ
In a mixed mode Exchange environment the Exchange 2003 Administrative Group and
Routing Group correspond to the Exchange 5.5 site. In a native Exchange 2000 environment, the
Administrative Group is a group of Exchange objects sharing a common set of permissions and
routing groups define how those servers communicate with one another. A single Administrative
Group can contain several Routing Groups. Example: Your North American Exchange servers
might be grouped in a single Administrative Group, but subdivided into several Routing Groups
to optimize interserver communication. An Administrative Group contains zero or more Routing
Groups.
9. What happened to the M: drive?
The EXIFS (M: drive) feature has been disabled by default. If the feature is still needed, it can be
assigned to an available drive letter with a registry setting.
10. Do I need Windows XP to use Outlook RPC over HTTP?
Yes. Windows XP with Service Pack 1 + KB331320
12. How do I configure the Recovery Storage Group?
In Exchange 2003, there is a new feature called the "Recovery Storage Group" (RSG). This is a
special instance of ESE (a 5th instance) which can be spun up to provide:
a. Item/Folder/Mailbox level restore without the need for a spare server
b. "Dial tone" (blank mailbox) support if you lose a database and need to get the users quickly up
and running for send/receive
To create the RSG, go into Exchange 2003 ESM, right-click on your server object and choose to
create a new Recovery Storage Group.
Once the RSG exists, you can add a database to it (any MDB from any Storage Group from any
server inside the same Admin Group). Then, use NTBackup or similar to restore a backup into
the RSG. Now, you can use ExMerge to extract the data from the RSG and merge it into the
production database (for scenario a.), or you can swap the RSG-restored database for the
temporary production database (for scenario b).
One of the goals for the Recovery Storage Group
13. Under Exchange 5.5 I couldn't restore a single mailbox without 3rd party products. With
Exchange 2003, is it any easier to restore a single mailbox or back up a single mailbox?
Yes and no. Under Exchange 2003, a mailbox is not deleted immediately when a Windows
account is deleted. Although restores have been greatly improved with the new Recovery Storage
Group (RSG) and the Volume Shadow Copy Service, there is no built in mechanism for backing
up a single Exchange mailbox. This would still require a 3rd party brick level backup utility.
14. Can I back up the EXIFS drive using NT Backup or another backup application?
You can, but you will be sad. Do NOT back up the EXIFS drive of an Exchange 2003 server. It
can result in messages and attachments being inaccessible via the Outlook client.
15. How can I prevent a user from sending and receiving Internet mail?
Follow the steps outlined below:
1. Create a group called InternalOnly.
2. Create a recipient policy that gives them a fake SMTP address. i.e. @fake.domain. Leave the
X400 address alone so they can receive internal mail.
3. Drill down through Routing Groups > Group Name > Connectors > SMTP internet
connector(s), choose its properties. Choose the Delivery Restrictions tab, and under "reject", add
this group. Do this for each connector.
4. Follow the steps in KB277872, regarding Connector Restrictions.
[Now they can't use the SMTP connector(s) to send external mail]
16. Can I use Exchange 2000 tools to manage Exchange 2003 Servers?
No, the property sheets of the 2003 servers will appear as read-only. You should avoid using
Exchange 2000 ESM in environments where Exchange 2003 is installed. Not only will you not
be able to access new Exchange 2003 features, but there is also the risk of damage to new objects
that Exchange 2000 does not understand. If you must continue to use Exchange 2000 ESM,
apply the latest Exchange 2000 SP3 roll-up to your Admin workstation(s) http://microsoft.com/downloads/details.aspx?FamilyId=E247C80E-8AFA-4C2A-96B3F46D1808C790&displaylang=en
The roll-up includes support for the msExchMinAdminVersion attribute (also known as ESM
versioning). Essentially, each Exchange object in the AD is stamped with a minimum admin
version. If ESM detects that the data value is greater than the version of ESM running, it will not
allow edits to that object.
The following objects may become damag
17. Can I use Exchange 2003 tools to manage Exchange 5.5 and Exchange 2000 Servers?
Yes, with the exception of the following Exchange 2000 components; Key Management Server,
Exchange Instant Messaging, Chat, MS-Mail / Schedule+ / DirSync / cc:Mail Connectors
18. I created a secondary Public Folder Hierarchy, but only the original public folder hierarchy
appears in Outlook.
Current versions of Outlook only support a single public folder hierarchy. Secondary Public
Folder hierarchies can be accessed with the web.
19. In Exchange 5.5, I could have multiple mailboxes associated with a single user account. How
do I do that in Exchange 2003?
Exchange 2003 requires a user object for each mailbox. You can create a disabled user object,
associate a mailbox with it, and then grant another user object 'receive as' and 'send as'
permissions to that mailbox.
20. What is the difference between 'receive as' and 'send as'?
'Receive as' allows a user object to open a mailbox. 'Send as' allows a user to send out a mail
message as the mailbox that has been opened.
21. How do I restrict a user or domain from sending mail to my users?
First, add the address or domain you wish to filter to the Filtering Tab of the Message Delivery
Global Settings. Next, you need to apply the filter to the SMTP virtual server you wish to filter.
(Administrative Group | Server | Protocols | SMTP | <SMTP Virtual Server> | Properties |
Advanced | <select the IP address for which you wish to enable filtering> | Edit | Apply Filter).
Normally, you would only want to apply message filtering to the border SMTP servers (servers
that communicate directly with External servers).
22. I've created more than one address list. Which list will users see for their GAL?
The following criteria are used when determining what a client will see for the Global Address
List.
* Which Address List do you have permissions to see?
* Which Address List contains your mailbox object as an entry?
If your mailbox appears as an object in more than one address list:
* Which of the remaining Address Lists contains more entries?
23. What do the event IDs mean in the message tracking log?
Examples:
Domain: company.com
%g.%s@company.com = Tommy.Jones@company.com
%1g%s@company.com = TJones@company.com
%g%2s@comapny.com = TommyJo@company.com
Less commonly used variables include, %m (alias) and %d (display name).
30. How do I make Exchange automatically send a welcome message to all newly created users?
There is nothing in the product that will do this. You can create a WELCOME.MSG that you
deploy with Outlook, but that only applies the first time Outlook is opened after creating a new
profile. Otherwise, you could script mailbox creation and send a message at the end of the script.
31. How do I determine what version of Outlook applies to a build or version number?
http://www.cdolive.com/build.htm
32. Is there any way to append a text message to all out bound email for Exchange 2003?
On a single Exchange server deployment, there is no 100% reliable way to accomplish this with
an SMTP Transport Event Sink; even though KB273233 suggests that creating a second SMTP
Virtual Server works. However, at startup the Exchange Information Store binds to the SMTP
Virtual Server that starts first and you can not rely on the routing of the mail from SMTP VS 1 to
SMTP VS 2 as the KB273233 proposes. Also note that under special circumstances the database
can become corrupted if you use an SMTP Transport Event Sink to manipulate outgoing (MAPI)
message contents. This is currently under investigation by Microsoft and a QFE to prevent the
store corruption is under development.
There are 3rd party products that will do this too.
33. How do I add a disclaimer to outgoing SMTP messages in Visual Basic/Visual Basic Script?
You can do it, however, see there are limitations. It reliably works only on a border server, which
can be either a Windows 2000 or 2003 SMTP Server with or without Exchange 2000/2003
installed. For more information, see KB317327 and KB317680
34. How do I add a disclaimer to outgoing SMTP messages in Visual Basic?
How To: Add a Disclaimer to Outgoing SMTP Messages in Visual Basic KB317327
35. Resource / Conference room scheduling
Outlook 2003 offers basic resource booking functionality through Direct Booking. For more
information refer to Direct Booking of Resource Without a Delegate Account
There are 3rd party products such as Exchange Resource Manager and AutoAccept Sink for
Exchange that will automatically accept/decline meeting requests for conference rooms and other
resources.
36. How do I find an SMTP mail address in Active Directory if Active Directory Users and
Computers tells me it is in use when I try to create a new user?
Either open Outlook to create a new message with that SMTP address and hit CTRL+K to
resolve it, or use a Windows Scripting Host script to find it. For the latter, see
http://www.cdolive.net/download/adusermanagement.zip (look for FindUserWithADSI.wsf and
FindUserWithCDO.wsf)
37. How do I disable the "Automatically update e-mail addresses based on recipient policy" on
all users or contacts?
' Default setting for "msExchPoliciesExcluded" is empty
' Once disabling the automatic e-mail address update it is:
' "{26491CFC-9E50-4857-861B-0CB8DF22B5D7}"
This problem has been fixed in AN Microsoft Exchange 2000 Server Post-Service Pack 3 MDB
patch. For more information see KB327378
40. How do I limit which Outlook client versions can access my server?
You need to create the Disable MAPI Clients registry value to disable MAPI client access. For
more information, see KB288894
41. What tools are used to administer Exchange 2003?
Active Directory Users & Computers - Used to create users, distribution groups and contacts.
Exchange System Manager - Used to manage the Exchange Server, create address lists, recipient
policies, and now does some user level actions...
42. I created a user in AD Users and Computers, but in the Exchange system manager it doesn't
appear under Mailbox Store | Mailboxes. What did I do wrong?
Probably nothing. A mailbox will not appear under Mailbox Store | Mailboxes until either
someone has logged into the mailbox or the mailbox has received a mail message. Some
administrators send a welcome message to a mailbox shortly after it has been created, which
would cause it to appear.
43. How can you tell the exact version of Exchange you are running?
Here is a list of build numbers for Exchange 2000/2003:
Exchange 2000
Exchange 2003
NO. Microsoft will not support any deployment of Beta 2 into a production environment.
Their official position is, Exchange 2003 Beta 2 should not be deployed in a production
environment. You can deploy Exchange 2003 Beta 2 in a test environment only.
49. Can I upgrade Exchange 5.5 in place to Exchange 2003?
NO. In place upgrades to Exchange 2003 must already be Exchange 2000 SP3 and Windows
2000 SP3 or later. The only upgrade paths from 5.5 to 2003 are; an in place upgrade to Exchange
2000 then an in place upgrade to Exchange 2003 or the leap frog migration which requires
another server.
50. How should I upgrade from Exchange 5.5 to Exchange 2003?
Since Exchange 5.5 can not be upgraded in place, The Active Directory should be upgraded
to AD 2003, setup the new ADC and then install a new Exchange 2003 server. Then move users
from 5.5 to 2003.
51. Where's the Instant Messaging Server?
The Exchange Instant Messaging Service is being replaced by the Microsoft Office Real
Time Communications (RTC) server. It is no longer a component of the Exchange Server. For
more information, see http://www.microsoft.com/office/preview/rtcserver/.
52. What are the Supported FE/BE scenarios? (i.e. E2003 FE with E2k BE etc.)
It is not sufficient to simply upgrade front-end servers to Exchange 2003 for users to get the
new interface.
You must upgrade back-end servers to Exchange 2003 as well
Interface matrix
Ex2000 FE + Ex2000 BE = Ex2000 OWA
Ex2003 FE + Ex2000 BE = Ex2000 OWA
Ex2000 FE + Ex2003 BE = Not supported (AG protected)
Ex2003 FE + Ex2003 BE = Ex2003 OWA
Ability to Reply and Forward to Messages and Posts in Public Folders is only enabled when
the client is using a front-end server. Forms-based authentication (FBA) is functional for
deployments where the FE is Exchange 2003, but the mailbox is still on Exchange 2000.
However, session timeouts are handled much better if the BE are also Exchange 2003
You configure the Active Directory Connector (ADC) for Exchange 2003 between the Active
Directory and Exchange 5.5 Directory Service. Install a new Exchange 2003 server into the
enterprise and move the Exchange 5.5 users to Exchange 2003.
56. Can I install Exchange 2003 on Windows 2000 server?
Yes, but Windows 2000 must have SP3 loaded first.
57. Can I rename or move the default groups created by Exchange during domainprep and
forestprep?
Only if you want to horribly break your Exchange installation.
58. What are the minimum hardware requirements for Exchange 2003?
The minimum practical hardware requirements in our experience are 1.25 times the disk
space one would allocate under Exchange 2000, 1GB RAM (4GB minimum if the Exchange
server also serves any other function) and the fastest processor(s) you can afford.
59. Am I better off with one really fast processor or two somewhat slower processors?
You're better off with two really fast processors. But, with all other things being equal, two
processors are better than one with Exchange 2003. In most instances, a 2-processor machine
would be preferable.
60. Can I have multiple Exchange 2003 organizations in a single forest?
No. Only a single E2K3 organization can exist within a single forest. Delegation of
administration within the organization can be accomplished using OUs in AD and
Administrative/ Routing Groups in the Exchange system manager.
61. Can an Exchange 2003 organization span multiple forests?
No. All domains in a forest share a common schema and the Exchange organization exists
within this configuration naming context. The GC, which provides the Global Address List is
populated only with items within the forest
62. How can I merge multiple directories to create a unified Exchange organization?
* Microsoft's Meta-Directory Services (MMS)
* HP's LDAP Directory Synchronization Utility
* CPS Systems' SimpleSync
* ADSI (code, code code)
63. Can I upgrade from the evaluation edition of Exchange 2003 Enterprise Server to the RTM
standard version of Exchange 2003 Server?
No this is technically a downgrade from enterprise to standard. You can only upgrade the
evaluation version of Exchange 2003 Enterprise to Exchange 2003 Enterprise RTM.
64. How can you tell how many days remain until the evaluation copy of Exchange 2000 Server
expires?
The Exchange Server Setup Progress Log includes the date on which the Exchange server
was installed. Take the difference between that date and today's date and subtract it from 120 to
determine how many days remain in your evaluation.
65. My evaluation version has expired! Are my databases toast?
No. Install a full version of Exchange 2000 Enterprise and you can continue to use your
existing databases.
66. I plan to run Exchange in a hosted environment, where can I find information on how to
configure my Exchange server to host multiple companies
Microsoft Service Providers
67. What ports does Exchange use?
A partial list of the ports your Exchange server might use is included below
* 25 SMTP
* 53 DNS
* 80 HTTP
* 88 Kerberos
* 102 X.400
* 110 POP3
* 119 NNTP
* 135 RPC
* 137 - NetBIOS Session Service
* 139 - NetBIOS Name Service
* 143 IMAP4
A: Do Not delete the Default Domain Policy or Default Domain Controller Policy in your
Active Directory.
The Exchange domain prep operation targets a policy with GUID 6AC1786C-016F-11D2945F-00C04fB984F9 for its operations. If it doesn't find it, domain prep will fail.
69. What are the Supported FE/BE scenarios? (i.e. E2003 FE with E2k BE etc.)
It is not sufficient to simply upgrade front-end servers to Exchange 2003 for users to get the new
interface.
You must upgrade back-end servers to Exchange 2003 as well
Interface matrix
Ex2000 FE + Ex2000 BE = Ex2000 OWA
Ex2003 FE + Ex2000 BE = Ex2000 OWA
Ex2000 FE + Ex2003 BE = Not supported (AG protected)
Ex2003 FE + Ex2003 BE = Ex2003 OWA
Ability to Reply and Forward to Messages and Posts in Public Folders is only enabled when the
client is using a front-end server. Forms-based authentication (FBA) is functional for
deployments where the FE is Exchange 2003, but the mailbox is still on Exchange 2000.
However, session timeouts are handled much better if the BE are also Exchange 2003
70. Can I use Exchange 2003's OWA to access a mailbox on an Exchange 5.5 or Exchange 2000
server?
Yes and No. Exchange 2003 can access a 2000 back-end server however, it will remain the same
as Exchange 2000 OWA. As for Exchange 5.5, the enhanced OWA is built directly into the store
technology and only a mailbox residing on an Exchange 2003 server can be accessed using the
enhanced OWA interface. Nice try, though.
71. Can I use Exchange 5.5's OWA to access a mailbox on an Exchange 2003 server?
Yes. But you will not get the look and feel or the added features from the 2003 servers.
72. How do I remove the ADC after moving all of my users to an Exchange 2003 server?
First, you need to use the Exchange 5.5 Admin program to delete the directory replication
connectors (Org | Site | Configuration | Connections). Once you have deleted the connections,
you need to be logged on with an account with Schema Admin privileges to delete the ADC
connector.
1. Create the recipient filter using the Connection Filtering tab on the Message Delivery
Properties under Global Settings.
2. Apply the filter at the SMTP virtual server level.
The Directions are in the document entitled Exchange Titanium Getting Started Guide
81. How do I move SMTP queues and badmail directories?
Exchange 2003 allows you to change the location of queue directories for SMTP virtual
servers and X.400.
The Directions are in the document entitled Exchange Titanium Getting Started Guide
82. How do I filter incoming mail by subject or attachment?
Exchange 2003 does not have any built-in function to accomplish that. Either look for a third
party tool or develop your own Windows SMTP Transport Event Sink.
See http://www.cdolive.net/download/SMTPTransportEvent-AttachmentFilter.zip and
http://www.cdolive.net/download/SMTPTransportEvent-SenderFilter.zip for two samples to get
you started. More information about Windows SMTP Transport Event Sinks can be found at
http://msdn.microsoft.com
83. How do I limit the maximum amount of messages the SMTP queue can hold?
You have to use the MaxMessageObjects registry key. For more information, see KB258748
84. How do I strip the attachment from an NDR?
You can do this through a registry entry. But there are two drawbacks. Once this is done, the
details that are necessary to display the notification in the preview pane are stripped, and the
originator of the message cannot use the Send Again option. For more information, see
KB308303
85. What is the STM file?
The .stm file is part of the information store database that contains the native internet formatted
items. It is used to improve the performance of the database.
86. Why does the size of the EDB file not change when I move users out of that store?
The .edb file will only decrease in size once a database defrag is performed.
Win2k3 Enterprise and Datacenter both support 8-node clusters. MSCS (Microsoft
Clustering Services) is now available for high availability. NLB Manager allows the
administrator to configure the NLB service in a central location thus avoiding mistakes from
repetitive actions. For more information see the Technical Overview of Clustering in Windows
Server 2003 and Windows Server 2003 Server Cluster Architecture documents.
96. Why am I getting the 9582s and what is VM Fragmentation?
VM fragmentation is when the virtual memory becomes fragmented and can prevent stores
form mounting. The 9582 event is the event that warns about this condition. For more
information refer to The Extensible Storage Engine Database Engine Contributes to Virtual
Memory Fragmentation (324118)
97. Can I use the Windows 2003 Active Directory connector with Exchange 2003?
No, you need to install the Exchange 2003 ADC.
98. How can I get a list of connection agreements in Exchange 2003 ADC?
Run the ExchDump utility with the /CA switch.
99. What are the new ADC Tools?
The Active Directory Connector management console now contains an ADC Tools option.
ADC Tools is a collection of wizards and tools that help you set up connection agreements by
scanning your current Active Directory and Exchange 5.5 Directory and organization, and
automatically creating the recommended connection agreements. The following wizards are
included in the ADC Tools:
Resource Mailbox Wizard This wizard identifies Active Directory accounts that match more
than one Exchange 5.5 mailbox. Using this wizard, you can match the appropriate primary
mailbox to the Active Directory account and stamp other mailboxes with the NTDSNoMatch
attribute, which designates the mailboxes as resource mailboxes. You can either make these
changes online or export a commaseparated value (.csv) file that you can update and import into
the Exchange 5.5 directory.
100. What are the Supported FE/BE scenarios? (i.e. E2003 FE with E2k BE etc.)
It is not sufficient to simply upgrade front-end servers to Exchange 2003 for users to get the
new interface.
You must upgrade back-end servers to Exchange 2003 as well
Interface matrix
Ex2000 FE + Ex2000 BE = Ex2000 OWA
Ex2003 FE + Ex2000 BE = Ex2000 OWA
Ex2000 FE + Ex2003 BE = Not supported (AG protected)
Ex2003 FE + Ex2003 BE = Ex2003 OWA
Ability to Reply and Forward to Messages and Posts in Public Folders is only enabled when
the client is using a front-end server. Forms-based authentication (FBA) is functional for
deployments where the FE is Exchange 2003, but the mailbox is still on Exchange 2000.
However, session timeouts are handled much better if the BE are also Exchange 2003
101. How do I disable OWA for a single user in Exchange 2000/2003?
In Active Directory Users and Computers (Advanced Features view) open the properties for
the user object and choose Exchange Advanced | Protocol Settings | HTTP | Settings | and
uncheck the 'Enable for mailbox' check box.
102. How do I stop users from going to a bookmarked /LOGON.ASP page after conversion to
2003 OWA?
After converting from Exchange 5.5 OWA to 2000 OWA, all the users had book marked the
URL of mail.company.com/exchange/logon.asp, since in 5.5 OWA it automatically would pull
the user from the root URL into a logon page (since it used ASP) but now the user only sees the
same base URL of mail.company.com/exchange. So once the users used the book mark or in
some cases the "autocomplete" feature in IE they would be pulled to a dead address.
* Once the virtual root has been created, right click it, select properties then select the tab
labeled "Virtual Directory"
* Select the "A redirection to a URL" and then in the "Redirect to" URL enter /exchange/
What happens is when the user hits the virtual root of /exchange/logon.asp it pulls the user
back to only /exchange*
103. How do I activate session timeouts for OWA users?
Outlook Web Access user credentials are now stored in a cookie. When the user logs out of
Outlook Web Access, the cookie is cleared and is no longer valid for authentication. Additionally,
by default the cookie is set to expire automatically after 20 minutes of user inactivity. See Logon
Modifications for OWA Users for the instructions.
104. How do I disable potions of the OWA interface?
Exchange 2000 SP2 introduced the concept of OWA segmentation. This is where you can
selectively enable/disable certain features in the web client. Exchange 2003 extends the
segmentation options found in Exchange 2000. You can either set global (per server)
segmentation via a registry parameter, or set the msExchMailboxFolderSet attribute on user
objects. A bit mask determines the functionality available to the user. For a list of fields, see
OWA Segmentation .
105. What are the new OWA Hot Keys?
* Ctrl+N: New Mail (or Post, if in public folders)
* Ctrl+R: Reply to currently selected mail in view
* Ctrl+Shift+R: Reply all to currently selected mail in view
* Ctrl+Shift+F: Forward currently selected mail
* Ctrl+U: Mark currently selected message(s) as unread
* Ctrl+Q: Mark currently selected message(s) as read
Note: You need al least IE 5.0 or better for these to work.
106. How do I make OWA work properly with Extended Characters?
Beginning in Exchange 2000, messages with extended characters are encoded with UTF-8,
by default. For more information see KB273615 and KB281745
4. Welcome to OMA!
111. I have just upgraded and I cant use OMA, why?
The setting to enable/disable OMA Browse is actually set during ForestPrep. Exchange 2003
ForestPrep will no longer enable OMA Browse by default. Exchange 2003 ForestPrep/Reinstall
will keep it enabled if it was already enabled. This means that OMA Browse WONT be enabled
when running ForestPrep to upgrade from Exchange 2000. You can find OMA Browse settings in
ESM, under Global Settings -> Mobile Services -> Properties
Note: ActiveSync and AUTD remain unchanged.
112. I have an Exchange 2003 server on a member server that I promoted to a DC, what
happened to my OMA, it no longer works?
Amongst other problems, the ASP.NET account changes which causes OMA to cease
functioning.
113. What do I need to get RPC over HTTP working?
Client
* Outlook 2003, Windows XP with Service Pack 1 + Q331320
Server-side
* Exchange 2003 on Windows 2003 for FE (if FE is deployed)
* Exchange 2003 on Windows 2003 for BE
* Exchange 2003 on Windows 2003 for Public Folders
* Exchange 2003 on Windows 2003 for System Folders
* Windows 2003 for Global Catalog server
When used with the Microsoft Windows Server 2003 RPC Proxy Service and Exchange
2003, Outlook 2003 clients can connect simply using HTTP or HTTPS, thereby reducing the
need for virtual private networks (VPNs) or dial-up remote access. If remote users only need to
gain access to corporate messaging information, your IT department may not need to deploy
VPN infrastructure. VPN-less access reduces costs and provides for increased security by
ensuring that remote Outlook users dont need access to the entire network.
114. Do I need Windows XP to use Outlook RPC over HTTP?
Yes. Windows XP with Service Pack 1 + Q331320
115. How can I enable/disable an attribute used by the Outlook client for ambiguous name
resolution
* "Registry Modification Required to Allow Write Operations to Schema" - KB216060
* "Setting an Attribute's searchFlags Property to Be Indexed for ANR" - KB243311.
116. What are the differences in compression between Outlook 2002/2003 and Exchange
2002/2003?
The following tables illustrate how RPC compression and buffer packing works on the wire
between the Outlook client and Exchange Server.
Data Flow
Network
Client
Buffer
Size
32Kb
4Kb/8Kb
32Kb
Data Buffer
Size
32Kb
4Kb/8Kb
32Kb
Size on
Wire
32Kb
4Kb/8Kb
32Kb
Compressed
No
No
No
All
All
All
All
All
All
Buffer
Size
32Kb
32Kb
96Kb
32Kb
32Kb
32Kb
Data Buffer
Size
32Kb
32Kb
>96Kb
32Kb
>32Kb
32Kb
Size on
Wire
<32Kb
<32Kb
96Kb
<32Kb
32Kb
<32Kb
Compressed
Yes
Yes
Yes
Yes
Yes
Yes
The compression technology used between Outlook 2003 and Exchange 2003 is called
XPRESS(tm) and is based on the Lempel-Ziv (LZ-77) algorithm. This is the same technology
that Active Directory uses to perform compression of its RPC data when replicating between
servers. All data over the size of 1 KB is compressed, and the technology is built into both client
and server; therefore the compression is full duplex.
The compression gain is dictated by the message format and attachment(s) type. Because the
compression is performed at the RPC level, all message data is compressed.
Plain text and HTML messages usually compress between 60% and 80% (on the wire
saving)
Rich-text (RTF) messages usually compress up to 20% (on the wire saving)
e-mail, calendaring, and unified messaging. The release of Exchange Server 2007 is closely
aligned with the Microsoft Office 2007 wave of products, which together deliver a best-inclass enterprise messaging and collaboration solution.
Q Will Exchange Server 2007 be part of Microsoft Windows Small Business Server
. (SBS)?
A Yes, Exchange Server 2007 will be an integral part of the "Longhorn" (code name for the next
. Windows release) version of Small Business Server (SBS). SBS is expected to be released six
to twelve months following the release of the "Longhorn" version of Microsoft Windows
Server.
Q What is the upgrade process to Exchange Server 2007? Where can I get more
. detailed technical information on upgrading?
A When upgrading to Exchange Server 2007, you cannot perform an in-place server upgrade on
. an existing Exchange server. Instead, you must install a new Exchange Server 2007 system
into the existing organization, and then move the required data to the new server. Exchange
Server 2007 will also support mixed environments that include Exchange 2000 Server and/or
Exchange Server 2003, allowing for an easier and more gradual transition. You can find more
detailed information about upgrading in the product documentation on the Exchange Server
TechCenter, including the upgrade path from Exchange Server 5.5.
Q What is happening with Public Folders?
.
A
. Public Folders are included and supported in Exchange Server 2007. Microsoft has
communicated that future releases of Exchange Server may not include public folders. If you
use Public Folders, read the Exchange Team Blog on the topic of public folders for more
guidance.
64-bit
Q Why did Microsoft make the decision to offer Exchange Server 2007 as a 64-bit
. application?
A Exchange has been operating within the same 32-bit architecture for the past 10 years, since
. Exchange 4.0. The messaging environment has evolved over time into a mission-critical
application for most businesses today, and demands placed on messaging systems will
continue to grow. We witness this growth through the increase of e-mail traffic and larger
attachments that now require larger mailboxes to store these messages. Users are also
accessing their e-mail in more ways, such as with mobile devices, through Web browsers using
Outlook Web Access, and other applications, including Microsoft Office Communicator, MSN
desktop search, and Microsoft Customer Relationship Management (CRM) applications.
Trends indicate that demands on messaging systems will continue to grow and 64-bit servers
provide the system architecture to meet these demands while reducing costs within
organizations through server and disk storage consolidations. With a larger addressable space,
the Exchange servers can utilize more memory thereby reducing the required input/output per
user (IOPS), enabling the use of larger disks as well as low cost storage such as SATA2 drives.
Testing at Microsoft has shown an IOPS decrease of approximately 70 percent with Exchange
Server 2007 on 64-bit hardware. Early customer deployments have been able to directly
translate this into an increased utilization of current drives in their storage area networks
(SAN) as well as new direct attached storage (DAS) topologies, thus significantly reducing
their storage costs, which make up roughly 80 percent of hardware capital costs today.
Q Why isn't Microsoft also delivering a 32-bit version of Exchange Server 2007?
.
A Exchange Server 2007 is designed to be a stable, reliable enterprise messaging platform that
. delivers the fundamentals of e-mail and calendaring while providing innovative new
capabilities. These new capabilities make the messaging system more cost effective and
scalable for your organization and at the same time more productive for users accessing the
system. Simply put, given the new capabilities of Exchange Server 2007, Microsoft could not
guarantee a high-quality 32-bit version.
with processors from Intel and AMD that include this x64 support, called Intel Extended
Memory 64 Technology (EM64T) by Intel and AMD64 by AMD. Exchange Server 2007 will
not offer support for Itanium (IA-64) processors, which are intended for more processorintensive database and business applications.
You can use Exmerge to extract mail from a damaged private information store. Exmerge puts
this mail into .pst files that you can import back into an undamaged private information store.
You can use Exmerge to locate and remove a specific e-mail message from the private
information store (for example, virus mail).
You can use Exmerge to migrate users between different organizations and sites by copying the
users' mail to .pst files that you can then import into the new organization or site.
You can use Exmerge to extract folder rules.
In some situations, you can even use Exmerge as a brick-level backup agent, although Exmerge
does not have the ability to write the data to a backup tape.