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
5
votes
2 answers

How to suppress an unwanted external Autodiscover lookup?

In a small network with Exchange 2007, when starting Outlook 2010 (and once in a while afterwards), users get a prompt to confirm that it's safe to get account configuration information from…
chris
  • 292
  • 2
  • 7
  • 14
5
votes
3 answers

Does Outlook continue to auto-discover account settings for already configured accounts? Can it be prevented?

fail2ban just locked me out of our website because something from my desktop was hammering port 443 on the server (which is not in use). I saw my IP also requesting "GET /autodiscover/autodiscover.xml HTTP/1.1", so I assume that's what's going on on…
Oliver Salzburg
  • 4,635
  • 17
  • 55
  • 82
5
votes
5 answers

"Microsoft" has an online tool for troubleshooting Exchange issues - is it nifty?

**please note, I've changed the question in response to the suspicion that this site is dubious.* I found this today - https://www.testexchangeconnectivity.com/ Pretty nifty! (or maybe not?) There's a post about this site on a site called…
chickeninabiscuit
  • 1,104
  • 6
  • 20
  • 33
5
votes
1 answer

Exchange with active directory and child domains

We have the following AD topology: ourcompany.com east.ourcompany.com west.ourcompany.com We are looking to install Exchange in the root ourcompany.com. Are there any issues that we need to be aware of if for users in the child domains east and…
morleyc
  • 1,150
  • 13
  • 47
  • 89
5
votes
1 answer

Can I configure OWA (2010) to tell a user when their account is locked out?

When one of our users attempts to log into OWA while their account is locked out, they receive a message stating that their username or password was incorrect. Is it possible to configure OWA so that it tells them if their account has been locked…
bshacklett
  • 1,378
  • 4
  • 19
  • 39
5
votes
2 answers

NTLM with cURL returns 401

Goal: connecting to an Exchange server (EWS) Method: cURL Problem: Cannot get authenticated (NTLM), request returns 401.1 There seems to be an old, well documented 2 issue that started with cURL's move from OpenSSL to NSS. I read that the…
Nanne
  • 612
  • 2
  • 8
  • 26
5
votes
1 answer

iTunes Sync erasing Exchange calendar / contacts

We have had a handful of instances where corporate iPhone users will be syncing Calendar/Contacts/etc in their iTunes settings, and we would like to prevent this. Unfortunately, when they sync their empty home Outlook calendars it then overwrites…
Garrett
  • 1,638
  • 4
  • 15
  • 25
5
votes
1 answer

What are the minimal permissions required to run Enable-Mailbox via Exchange Powershell?

We want a user that is only able to create mailboxes (Enable-Mailbox) for any user in our AD on any of our mailbox servers. So far, we've seen a range of suggestions as far as what permissions are required for that. Microsoft's documentations isn't…
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
5
votes
1 answer

In a multi-tenanted Exchange 2010 installation is it possible to route to different send connectors for different organizations

We host mail for other organizations using a multi-tenanted Exchange 2010 installation. We want to route to one of two different outbound relays based on which organization is sending the mail. Is it possible to choose which send connector is used…
tophatsteve
  • 163
  • 5
5
votes
6 answers

Error in New-MailboxExportRequest - "Couldn't find the Enterprise Organizational Container" even though permissions seem right

When disabling users I typically will be asked to retain a copy of their mailbox. I accomplish this by literally creating their mailbox in Outlook and then exporting to PST. Is there some way around having to do this just to save a…
tacos_tacos_tacos
  • 3,250
  • 18
  • 63
  • 100
5
votes
3 answers

Need to associate Exchange mailbox from user X to user XY

Situation: We accidentally deleted a user from AD who has an Exchange mailbox. The mailbox remained intact. We subsequently recreated the user in AD, but we are having issues with some third party software, SIDs etc. We therefore created a new,…
Mark Saluta
  • 151
  • 1
  • 1
  • 2
5
votes
1 answer

Exchange 2010: Log in to another user's mailbox with an admin user that does not have a mailbox

We have Exchange 2010 users that are part of the following Exchange groups: Organization Management Server Management However, these accounts do not have Exchange mailboxes. We could log in to ECP and Exchange Management Console. My question: How…
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
5
votes
1 answer

Will Amazon SES improve spam filtering through typical spam filtering packages

We built web applications which create a fair amount of transactional emails, such as tickets, reminders and logging messages. These emails are typically sent to end users, but most of them are also sent to users inside the client organisation,…
jdog
  • 121
  • 7
  • 29
5
votes
1 answer

Exchange security monitoring tools

I am trying to identify tools that can perform security monitoring of Exchange. Ideally, the tools should be able to pick up things like: permission changes for high risk mailboxes multiple connections to same mailbox Bonus points if it can be…
Konrads
  • 870
  • 2
  • 20
  • 40
5
votes
2 answers

Can spammers extract valid email addresses from my mail server?

I have a 12 letter and number email address. The email address have never been used on the web or have been used to send email to others, yet I get spam on it. This has happened to me on both Linux and Exchange. Is it because spammers can connect to…
Sandra
  • 10,303
  • 38
  • 112
  • 165