Questions tagged [exchange]

Questions about any version of Microsoft Exchange Server or Exchange Online, Microsoft's email and unified communications server product. Because of tight integration with other systems, related questions may overlap with Active Directory, Office 365, and Skype for Business (aka Lync Server or Office Communications Server). Questions about Microsoft Outlook may be a gray area, with Super User as an alternative site to ask on.

Overview

The main feature of Microsoft Exchange is delivery of email messages, however it has many other features such as calendaring, contact lists and to-do lists. Microsoft Exchange works by storing all information in a users Mailbox, with a master copy saved on the server. Because the master copy is on the server, this allows a user to connect to their Mailbox using many different methods (such as Microsoft Outlook, with a web browser or a mobile device) and have each instance of the users mailbox always up to date.

High Availability

High availability is a key design goal of Microsoft Exchange, and it has been designed with several important features to ensure a single server failure does not cause an outage of the whole messaging environment. Servers can be configured in clusters, so if one should fail the remaining members of the cluster can still service user requests.

Later versions of Microsoft Exchange (Exchange 2007 and greater) introduce the concept of separation of Exchange roles so each component can be made highly available as well as distributing the load between multiple servers.

Backup and Restore

The backup capabilities of Microsoft Exchange are designed so that it can remain online and continue servicing requests, while still generating a complete and consistent backup. It is important that Active Directory is also frequently backed up as a lot of configuration data for Microsoft Exchange is stored in Active Directory.

As part of the recovery strategy, Microsoft Exchange utilises a write-ahead transaction log for all operations it performs on an Exchange database. Write-ahead transaction logs work by writing all intended modifications to the Exchange database to a transaction log file before it performs the operation on the actual database. It is best practice to store transaction logs on a separate physical disk than the Exchange databases so that in the event of a failure, any transactions made since the last full backup can be rolled forward to restore the database to the point of failure.

Two types of online backup can be performed: a full backup and a transaction log backup. Both types of backup will flush the transaction logs when completed.

  • A full backup will back up the Exchange databases. This may take many hours and is typically done over a weekend.
  • A transaction log backup will back up only the transaction logs created since the last backup. This takes a relatively small amount of time and is typically done each night.

If the disk containing the transaction logs is filled to capacity, Exchange will dismount any associated databases and will not accept mail for Mailboxes in these databases until the problem is rectified.

Links

Microsoft Exchange product homepage.

3564 questions
6
votes
2 answers

Outlook: how do I display the email address in TO:, rather than the account?

I have an exchange mailbox called "Support" with two email addresses: foo@company.com (primary) bar@company.com Mail to both addresses goes to the same inbox correctly and message show as To: Support. if I check the details of the To: field it…
DrStalker
  • 6,946
  • 24
  • 79
  • 107
6
votes
1 answer

How the Postmaster@domain address works

I'm very new to Exchange (in fact, an apprentice and studying it at the moment) and am wondering how the Postmaster@domain.com address works. An example: A smarthost configured with one mailbox, Postmaster@serverfault.com, with an *@serverfault.com…
PnP
  • 1,684
  • 8
  • 39
  • 65
6
votes
1 answer

How to send outbound messages only through some Edge servers and not others?

I have an Exchange 2010 infrastructure with multiple Hub servers and multiple Edge servers; all Edge servers are subscribed to the organization and are used to deliver both inbound and outbound messages. I need to perform some pretty invasive…
Massimo
  • 70,200
  • 57
  • 200
  • 323
6
votes
3 answers

How to turn off MS Exchange Server requests for “Activate Device Administrator” permissions on mobile devices

I have a Microsoft Exchange server for a small business and we just upgraded to 2010. It's now prompting people on Android with: Activate device administrator? - Erase all data: Perform a factory reset, deleting all of your data without any…
Don Rhummy
  • 403
  • 4
  • 8
  • 16
6
votes
1 answer

How to migrate 200+ people company from hosting to Exchange 2010 in most non distruptive way

We want to implement Exchange 2010 in our organization which is spread over couple of locations. Right now we're using POP3/SMTP at hosting and all people are using Outlook 2007 and 2010. Mail for our company (and many more) is crucial form of…
MadBoy
  • 3,725
  • 15
  • 63
  • 94
6
votes
2 answers

Converting a Maildir to a PST

Does anyone know of any solutions to convert a Maildir to a PST in linux? I'm able to use a program in Windows called Aid4Mail, but that requires me to pull the Maildir down from the server. I've got a bunch of users' boxes to convert, so that route…
Devar-TTY
  • 213
  • 1
  • 4
  • 12
6
votes
2 answers

Outlook 2003 (with Exchange 2007) error: You cannot respond to a meeting without an Organizer

The company recently upgraded to Exchange 2007. Since the upgrade users who are still on Outlook 2003 (SP3) get the following error for some meeting requests: You cannot respond to a meeting without an organizer. You must add an Organizer field to…
6
votes
1 answer

Exchange 2010 Out of office doesn't show original senders email address

When one of our users is on holiday they will set their Out of office message and change the Out of office rule to forward all emails received to a colleague. This has always worked very well for us while we were using Exchange 2003, but now we have…
Ben Pilbrow
  • 12,041
  • 5
  • 36
  • 57
6
votes
3 answers

How to configure sendmail to use a different SMTP server?

I'm trying to configure sendmail on Centos 5 so that all mail goes through another SMTP server. In this case, it happens to be an Exchange Server. I've edited the sendmail.mc file with this line: define(`SMART_HOST', `10.1.1.30')dnl But when I…
user43049
  • 163
  • 1
  • 1
  • 4
6
votes
4 answers

Can I send HTML mails in Outlook Web Access?

In my organization some of the employees are located elsewhere from headquarters and therefore they are using Outlook Web Access (OWA) to receive and send E-mails. The problem lies in the format in how E-mails are sending and forwarded. When…
Mestika
  • 275
  • 3
  • 4
  • 11
6
votes
1 answer

MS Exchange Calendar Filter

I would like to create a server-side Exchange calendar that is: A combination of a group of people's calendars (e.g., "Marketing Department Members") Filtered only to show those items marked "Out of Office" Are there some ideas out there for…
Mark A Johnson
  • 210
  • 1
  • 5
6
votes
12 answers

Recommendations for handling Directory Harvesting spam on Exchange 2003

Our Exchange server is getting slammed with anywhere between 450,000 and 700,000 spam messages per day. We receive about 1700 legitimate messages in the same time frame. Roughly 75% of the spam is directory harvesting. We currently have GFI…
Aaron Alton
  • 1,138
  • 11
  • 10
6
votes
2 answers

Setting up two Exchange servers to receive mail on their old domains while sending and receiving using the same new domain

The scene: A merger of two companies. One running Exchange 2010, the other Exchange 2003, both having Active Directory Schemas at Server 2003, SP 2. Short term goal: Establish a trust between both domains to allow each company to access each other’s…
Nathan Hartley
  • 1,660
  • 5
  • 26
  • 40
5
votes
3 answers

On SBS2003: Unable to access OMA, receiving 1503 and 3005 Events

On my SBS 2003 Server, I've been trying to access OMA unsuccessfully all day. When I first checked, the OMA mapping was missing, so I recreated the Vdirs per http://support.microsoft.com/kb/883380. At this point, OMA was returning "A System error…
Wolfgame
  • 61
  • 3
5
votes
1 answer

Meeting room calendar in Exchange (Office 365)

We are using Office 365 but the meeting room is a shared resource between multiple companies with different policies, so we need to support Apple iCal, Gmail etc. As far as I have understood, publishing a calendar will not let users edit it (or at…
Jay
  • 199
  • 1
  • 9