When your organization operates in a multi-forest environment, users often need access to mailboxes located in a trusted forest without switching profiles or logging in again. A linked mailbox is an Exchange mailbox in one forest that is associated with a user account from another trusted forest. This article explains how to add such a linked mailbox to an existing Outlook profile using the Exchange Autodiscover service and manual configuration steps. You will learn the exact settings required for Outlook to connect to a mailbox from a trusted forest.
Key Takeaways: Adding a Linked Mailbox to Outlook
- Control Panel > Mail > Show Profiles > Add: Creates a new Outlook profile that can be configured to connect to a mailbox in a trusted forest.
- Auto Account Setup with email address and password: Uses Autodiscover to locate the Exchange server and mailbox in the trusted forest automatically.
- Exchange mailbox permissions and forest trust: The user must have Full Access permission to the linked mailbox and a two-way forest trust must exist between the user’s forest and the mailbox forest.
What Is a Linked Mailbox and Why You Need to Add It Manually
A linked mailbox is an Exchange mailbox that is created in one forest but is linked to a user account that resides in a different trusted forest. The mailbox itself lives in the Exchange forest, while the user logs in using credentials from the account forest. This setup is common in organizations that have merged or have separate resource forests for Exchange.
Outlook does not automatically discover linked mailboxes when you sign in with your account forest credentials. The Autodiscover service looks for a mailbox tied directly to your user principal name. Because the mailbox is in a different forest, Outlook cannot map it without additional configuration. You must explicitly add the linked mailbox to your Outlook profile, either by creating a new profile or by adding an additional Exchange account to an existing profile.
Prerequisites for Adding a Linked Mailbox
Before you start, confirm the following conditions are met:
- A two-way forest trust exists between the account forest and the Exchange forest.
- Your user account has Full Access permission to the linked mailbox. This permission is typically granted by an Exchange administrator using the Add-MailboxPermission cmdlet.
- You know the SMTP email address of the linked mailbox.
- Outlook can reach the Exchange server in the trusted forest over the network.
Steps to Add a Linked Mailbox to Your Outlook Profile
Follow these steps to add a linked mailbox from a trusted forest to your Outlook profile. The process uses the Auto Account Setup wizard, which relies on the Autodiscover service in the Exchange forest.
- Open the Mail Control Panel
Press Windows key + R, typecontrol panel, and press Enter. In Control Panel, set View by to Large icons and click Mail (Microsoft Outlook). Alternatively, search for Mail from the Start menu. - Create a New Outlook Profile
In the Mail Setup dialog, click Show Profiles. Click Add. Type a descriptive name for the profile, such as “Linked Mailbox – Trusted Forest”. Click OK. - Start Auto Account Setup
The Add Account dialog opens automatically. Select Email Account and enter the following information:
– Your Name: Your display name as you want it to appear on sent messages.
– Email Address: The SMTP address of the linked mailbox (for example, user@trustedforest.com).
– Password: Your account forest password (not the mailbox forest password).
– Retype Password: Confirm the password. - Configure Server Settings Manually If Autodiscover Fails
If Outlook cannot automatically configure the account, check the box Manually configure server settings or additional server types and click Next. Select Microsoft Exchange Server or compatible service and click Next.
Enter the following:
– Server: The FQDN of the Exchange server in the trusted forest (for example, exchange.trustedforest.com).
– User Name: Your account forest username in the formatdomain\usernameoruser@accountforest.com.
Click Check Name. If prompted for credentials, enter your account forest credentials. The server name and user name should become underlined when Exchange resolves them. - Complete the Setup and Open Outlook
Click Next, then Finish. Back in the Mail Setup dialog, select Always use this profile and choose the profile you just created from the dropdown. Click OK. Open Outlook. The linked mailbox should appear in the folder pane.
If Outlook Still Has Issues After the Main Fix
Even after following the steps above, you may encounter errors or missing mailbox data. Below are the most common problems and how to resolve them.
Outlook Prompts for Credentials Repeatedly
This usually means the forest trust is not fully functional or the user account lacks the required permissions. Verify with your Exchange administrator that the two-way forest trust is active and that your account has Full Access permission to the linked mailbox. Also check that the Autodiscover DNS record for the Exchange forest resolves correctly from your workstation. Run nslookup autodiscover.trustedforest.com in Command Prompt to confirm.
Linked Mailbox Does Not Appear After Adding the Profile
If the mailbox does not appear, the Autodiscover service may have returned the wrong mailbox. Remove the profile and recreate it using the manual configuration method described in step 4 above. Ensure you enter the exact server FQDN and your user name in the correct format. If the mailbox still does not appear, ask the Exchange administrator to run Get-MailboxPermission -Identity "linkedmailbox@trustedforest.com" to confirm you have Full Access.
Cannot Send Email From the Linked Mailbox
By default, adding a linked mailbox with Full Access permission allows you to read and manage items in the mailbox but not send messages as the mailbox owner. To send email, you need the Send As permission. Contact your Exchange administrator to grant this permission using the Exchange Admin Center or the Add-ADPermission cmdlet.
Autodiscover vs Manual Configuration for Linked Mailboxes
| Item | Autodiscover | Manual Configuration |
|---|---|---|
| Setup speed | Fast, one-click after entering email and password | Slower, requires entering server and user name manually |
| Reliability in multi-forest | May fail if Autodiscover points to the wrong forest | More reliable when server FQDN is known |
| Required permissions | Full Access to linked mailbox | Full Access to linked mailbox |
| DNS dependency | Requires valid Autodiscover record for Exchange forest | No Autodiscover required |
| Best for | Single-forest or well-configured multi-forest environments | Complex multi-forest setups where Autodiscover fails |
Now you can add a linked mailbox from a trusted forest to your Outlook profile using either Autodiscover or manual server settings. If Outlook prompts for credentials repeatedly, verify the forest trust and your mailbox permissions. For sending email from the linked mailbox, request the Send As permission from your Exchange administrator. As an advanced step, you can add multiple linked mailboxes to a single profile by repeating the Add Account process and selecting the same Exchange server.