š Using Microsoft Exchange Autodiscover with Mailbird
ā ļø PLEASE NOTE: This article does not apply to Office365 setups.
Autodiscover is a service provided by Microsoft Exchange that allows email clients (such as Mailbird) to automatically configure email settings using only your email address.
For Mailbird to use the Autodiscover service, it must be active and accessible over your network. There are two ways to check or configure this:
-
Using PowerShell (recommended for system administrators)
-
Using Outlook
š„ļø Using PowerShell
You can test the Autodiscover service via PowerShell using Test-OutlookWebServices cmdlet
. This tool is included with your Exchange server installation and can be found in:
ā ļø Replace
v14
with your actual Exchange version.
Then, run the following command:
-
Enter a valid email address and password when prompted.
-
Ensure all results display Success.
-
Any failure may indicate a misconfiguration in your Exchange server.
For more information, we suggest referring to the official Microsoft documentation here regarding Test-OutlookWebServices
.
š¼ Using Outlook
You can also test Autodiscover from within Outlook:
-
Hold down CTRL and right-click the Outlook icon in your system tray.
-
Click Test Email AutoConfigurationā¦.
-
In the new window:
-
Enter valid email credentials.
-
Ensure only "Use Autodiscover" is checked.
-
Click Test.
-
-
Go to the Log tab and look for a line stating:
-
"Autodiscover to [...] Succeeded"
-
If this line is missing, the Autodiscover service is likely misconfigured.
š Verifying DNS Configuration
To allow email clients to discover your Autodiscover service correctly, your domainās DNS must include a special SRV record.
Hereās how it should be set up:
-
Type: SRV
-
Name:
_autodiscover._tcp.@
-
Value:
0 0 443 autodiscover.example.com
(Replaceautodiscover.example.com
with your actual subdomain and domain.)
ā ļø Note: DNS changes may take a few hours to propagate. Be sure to allow enough time before retesting Autodiscover.
š ļø Setting Up Your Exchange Account in Mailbird
If Autodiscover doesn't work or you prefer not to expose it publicly, you can manually configure your Exchange account in Mailbird.
Youāll need the Exchange Web Services (EWS) URL, which typically looks like this:
ā ļø URLs ending in
/Microsoft-Server-ActiveSync
,/OWA
, or/EAS
are not supported.
To manually enter the EWS URL:
-
Add your account in Mailbird as usual.
-
When you reach the āSettings foundā window, click āEdit server settingsā.
-
Enter the correct EWS URL in the āServer URLā field.
Make sure the domain matches the correct structure and service.
š Need More Help?
We hope this guide was helpful! If you need further assistance or guidance, donāt hesitate to contact our support team.