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
4
votes
1 answer

Restrict duplication of Alias name while creating a distribution list using Exchange commands

I am trying to create a new distribution list using exchange server commands given in Creating new distribution list command. When I enter a duplicate alias name it is allows me to create the new distribution list. While when I try to create the…
4
votes
5 answers

Outlook 2013 and Exchange 2016 "The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action"

I just installed and get everything to work with my new Exchange 2016 server, but when i adding it to Outlook 2013 i autodiscover setup works and it says restart outlook. After restarted outlook i getting a message saying: "The connection to…
RickardP
  • 141
  • 1
  • 2
  • 5
4
votes
1 answer

Do any versions of Microsoft Exchange Server support RFC 5336 / 6531(Internationalized mailbox names)?

https://en.wikipedia.org/wiki/Extended_SMTP#SMTPUTF8 The SMTPUTF8 extension allows UTF-8 encoding in mailbox names and header fields. This provides the capability for sending email to internationalized addresses such as Pelé@example.com,…
Mr. Boy
  • 281
  • 3
  • 9
4
votes
1 answer

How to log all queries to Outlook Web Access (msexchange 2010)

We have MS Exchange 2010 with Outlook Web Access. IIS logging is enable. It works for everything like : /RPC/* /autodiscover/* ... And it works also for : /OWA /owa/auth/logon.aspx /owa/ev.owa But it doesn't work for queries like…
4
votes
2 answers

Dirty Shutdown - Repair or Reseed?

I have a 3 node Exchange 2010 DAG (2 servers in production, 1 in DR). Each mailbox database has 3 copies (2 in production, 1 in DR). Backup Exec takes a backup from the passive copy in production however this has failed due to dirty shutdown. We…
user272009
4
votes
3 answers

email (Exchange) issues due to lack of RDNS

I'm one of the network operations leads for an ISP and one of our business customers is complaining his emails won't work due to our lack of a DNS server. We opted not to stand up DNS since many other companies with a much larger amount of resources…
Alex Manley
  • 121
  • 11
4
votes
1 answer

Exchange reply all copying sender

Symptom: Users sending emails in Outlook or on a mobile device connected via ActiveSync or Outlook Anywhere reply all to an email message. The sender ends up also being copied on the reply as well as having it show up in the sender's Sent…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
4
votes
1 answer

Exchange 2010: Move all mail mailboxes instead of offline defrag

We are running an Exchange 2010 Standard server with two mailbox databases. We want to make these databases as small as possible since the space is needed for something else. How I have two options: - Offline defrag the DB's >> Downtime - Create a…
Mbrouwer88
  • 163
  • 1
  • 3
  • 11
4
votes
2 answers

When does an ACCOUNTDISABLE value in userAccountControl *not* correspond to a disabled mailbox?

We are querying a number (dozens) of LDAP servers (mostly Active Directory, but not exclusively) to determine which mailboxes are active, for the purpose of a mail gateway/forwarding application. We have come across some instances where…
Flimzy
  • 2,454
  • 18
  • 26
4
votes
5 answers

Sending from alternative addresses in Exchange

One of the most frequent requests I get from users with Exchange, is to be able to send from one of their alternative email addresses, that is one of the addreses there account is configured with in Exchange, but that is not their primary address.…
Sam Cogan
  • 38,736
  • 6
  • 78
  • 114
4
votes
2 answers

Big Trouble with (I think) Outlook X500 addressing

I moved a small client from one hosted Exchange server (Microsoft Office 365) to another (Intermedia.net). Some emails from External senders to the users on the new server host are undeliverable, bouncing off the OLD server w/ no relay errors. It…
4
votes
3 answers

Can't access Exchange OWA from Wireless Subnet - Firewall rule?

The Problem The issue is that I can't access port 80 (or 443) on the Exchange server, unless I add a blanket rule to allow all traffic from the client to the server's subnet. If I add a rule to specifically allow port 80 traffic to the Exchange…
AdamsTips
  • 171
  • 1
  • 9
4
votes
1 answer

Allow ActiveSync to former domain administrator in Exchange 2010

So as you all know security provisions of Exchange Server 2010 and up prohibit active sync access for members of schema admins. Since domain admins are schema admins, members of domain admins can't have active sync access. I have a user who, when he…
ArtK
  • 139
  • 1
  • 2
  • 6
4
votes
0 answers

Exchange 2007 not delivering to primary MX of one domain

I'm trying to send email to a domain that has two MX records. The higher priority record is IPv4 and the 2nd is IPv6. Exchange gives me a delivery is delayed message in my inbox after I've tried to send the email. A look at the connectivity logs…
PHLiGHT
  • 1,041
  • 11
  • 25
4
votes
3 answers

OWA not working from outside the network

I have an Exchange server behind an ISA 2004 server and from inside the network, it's possible to access Outlook Web Access. I have published the server but from outside the network I'm not even getting to the login screen. The ISA log indicates…
Istari
  • 272
  • 2
  • 5
  • 10