M365 Post-Migration - Thunderbird
On this page:
Overview
Microsoft 365, and other modern mail providers such as Gmail, are moving towards using authentication methods that support two-factor authentication. Generally this means using OAUTH2.
MIT's Office365 implementation supports OAUTH2 authentication for IMAP, but we do not support this for SMTP. All SMTP is handled via outgoing.mit.edu as normal.
Thankfully Thunderbird added support for OAUTH2 in v. 77 (or v. 78 ESR).
Reconnecting your Mailbox
- Import Your personal MIT certificate
- Go to Preferences > Privacy & Security > Certificates > Manage Certificates...
- Select Your Certificates > Import ...
- add $USER-cert.p12 and click enter
- Enter your certificate password and click OK
- Update your mailbox settings
- Go to Account Settings > Server Settings > Security Settings and update the following fields.
- Server Name: outlook.office365.com
- Username: $USER@mit.edu
- Authentication Method > OAuth2
- Click Done
- Click Get Messages
Result: You will be prompted to authenticate. - Choose your just imported MIT certificate and authenticate with Duo as usual.
Result: You will be able to send and receive mail again.