Office 365 (Outlook for Windows) - Outlook can't set up a new profile using Exchange Autodiscover When you try to set up a new mail account for Outlook by using the Add New Account Wizard, your Outlook profile may not automatically set up. Setting up Outlook 365 The instructions below will guide you through configuring the Email Account with us on Microsoft Outlook 365. Note: In the example below, we will be configuring the email account using SSL Hostnames for SMTP and IMAP protocols. To set up another email account in Microsoft Outlook, follow the instructions that are listed in the section Setting Up Another Email Account. Initial Setup of an Email Account When you open Microsoft Outlook 2019 for the first time, the Select Profile window appears. Below are the steps for setting up Office 365 accounts in Outlook. Step 1: To add Office 365 account to Outlook, go to Control panel of the system and there click on Mail (32-bit). Step 2: A new dialog box will open named as Email Setup-Outlook.
- Set Up Office 365 Email
- Setting Up Office 365 Email On Outlook
- Setting Up Office 365 Email On Iphone Outlook App
- Setting Up Outlook With Office 365 Standard
- Set Up Office 365 Email On Outlook 2010
Get Outlook for Mac
Outlook is included with Microsoft Office 365. Faculty and staff with full-service SUNet IDs can download Microsoft Office for Mac via webmail for free. See the Microsoft Office page for more information.
Configure Outlook
You can configure Microsoft Outlook to access your Office 365 account by setting up an Exchange connection. An Exchange connection provides access your email, calendar, contacts, and tasks in Outlook.
Note: Two-step authentication may also be required.
- Launch Outlook.
- On the Outlook menu, click Preferences and then click Accounts.
- Select Exchange or Office 365 for the account type
- Enter the following information for your Exchange account:
- Email Address: your @stanford.edu email address
- Method: User Name and Password
- User name: sunetid@stanford.edu
- Password: your SUNet ID password
- Configure automatically: checked
- Click Add Account.
- A message displays asking whether you want to allow the Outlook autodiscover server to configure your settings. Check Always use my response for this server and click Allow.
- Your Exchange account settings display. Close this window.
Set Up Office 365 Email
This article describes how to update a Domain Name Service (DNS) record so that you can use Sender Policy Framework (SPF) email authentication with your custom domain in Office 365.
SPF helps validate outbound email sent from your custom domain (is coming from who it says it is). It's a first step in setting up the full recommended email authentication methods of SPF, DKIM, and DMARC.
- Create or update your SPF TXT record
- What does SPF email authentication actually do?
Prerequisites
Important
If you are a small business, or are unfamiliar with IP addresses or DNS configuration, call your Internet domain registrar (ex. GoDaddy, Bluehost, web.com) & ask for help with DNS configuration of SPF (and any other email authentication method).
If you don't use a custom URL (and the URL used for Office 365 ends in onmicrosoft.com), SPF has already been set up for you in the Office 365 service.
Let's get started.
The SPF TXT record for Office 365 will be made in external DNS for any custom domains or subdomains. You need some information to make the record. Gather this information:
The SPF TXT record for your custom domain, if one exists. For instructions, see Gather the information you need to create Office 365 DNS records.
Go to your messaging server(s) and find out the External IP addresses (needed from all on-premises messaging servers). For example, 131.107.2.200.
Domain names to use for all third-party domains that you need to include in your SPF TXT record. Some bulk mail providers have set up subdomains to use for their customers. For example, the company MailChimp has set up servers.mcsv.net.
Figure out what enforcement rule you want to use for your SPF TXT record. The -all rule is recommended. For detailed information about other syntax options, see SPF TXT record syntax for Office 365.
Important
In order to use a custom domain, Office 365 requires that you add a Sender Policy Framework (SPF) TXT record to your DNS record to help prevent spoofing.
Setting Up Office 365 Email On Outlook
Create or update your SPF TXT record
- Ensure that you're familiar with the SPF syntax in the following table.
Element | If you're using... | Common for customers? | Add this... |
---|---|---|---|
1 | Any email system (required) | Common. All SPF TXT records start with this value | v=spf1 |
2 | Exchange Online | Common | include:spf.protection.outlook.com |
3 | Exchange Online dedicated only | Not common | ip4:23.103.224.0/19 ip4:206.191.224.0/19 ip4:40.103.0.0/16 include:spf.protection.outlook.com |
4 | Office 365 Germany, Microsoft Cloud Germany only | Not common | include:spf.protection.outlook.de |
5 | Third-party email system | Not common | include:<domain_name> <domain_name> is the domain of the third-party email system. |
6 | On-premises email system. For example, Exchange Online Protection plus another email system | Not common | Use one of these for each additional mail system:
<IP_address> and <domain_name> are the IP address and domain of the other email system that sends mail on behalf of your domain. |
7 | Any email system (required) | Common. All SPF TXT records end with this value | <enforcement rule> This can be one of several values. We recommend the value |
Setting Up Office 365 Email On Iphone Outlook App
If you haven't already done so, form your SPF TXT record by using the syntax from the table.
For example, if you are hosted entirely in Office 365, that is, you have no on-premises mail servers, your SPF TXT record would include rows 1, 2, and 7 and would look like this:
The example above is the most common SPF TXT record. This record works for just about everyone, regardless of whether your Microsoft datacenter is located in the United States, or in Europe (including Germany), or in another location.
However, if you bought Office 365 Germany, part of Microsoft Cloud Germany, you should use the include statement from line 4 instead of line 2. For example, if you are hosted entirely in Office 365 Germany, that is, you have no on-premises mail servers, your SPF TXT record would include rows 1, 4, and 7 and would look like this:
If you're already deployed in Office 365 and have set up your SPF TXT records for your custom domain, and you're migrating to Office 365 Germany, you need to update your SPF TXT record. To do this, change
include:spf.protection.outlook.com
toinclude:spf.protection.outlook.de
.Once you have formed your SPF TXT record, you need to update the record in DNS. You can only have one SPF TXT record for a domain. If an SPF TXT record exists, instead of adding a new record, you need to update the existing record. Go to Create DNS records for Office 365, and then select the link for your DNS host.
Test your SPF TXT record.
Setting Up Outlook With Office 365 Standard
How to handle subdomains?
It's important to note that you need to create a separate record for each subdomain as subdomains don't inherit the SPF record of their top-level domain.
A wildcard SPF record (*.
) is required for every domain and subdomain to prevent attackers from sending email claiming to be from non-existent subdomains. For example:
Troubleshooting SPF
Having trouble with your SPF TXT record? Read Troubleshooting: Best practices for SPF in Office 365.
What does SPF email authentication actually do?
Set Up Office 365 Email On Outlook 2010
SPF identifies which mail servers are allowed to send mail on your behalf. Basically, SPF, along with DKIM, DMARC, and other technologies supported by Office 365, help prevent spoofing and phishing. SPF is added as a TXT record that is used by DNS to identify which mail servers can send mail on behalf of your custom domain. Recipient mail systems refer to the SPF TXT record to determine whether a message from your custom domain comes from an authorized messaging server.
For example, let's say that your custom domain contoso.com uses Office 365. You add an SPF TXT record that lists the Office 365 messaging servers as legitimate mail servers for your domain. When the receiving messaging server gets a message from joe@contoso.com, the server looks up the SPF TXT record for contoso.com and finds out whether the message is valid. If the receiving server finds out that the message comes from a server other than the Office 365 messaging servers listed in the SPF record, the receiving mail server can choose to reject the message as spam.
Also, if your custom domain does not have an SPF TXT record, some receiving servers may reject the message outright. This is because the receiving server cannot validate that the message comes from an authorized messaging server.
If you've already set up mail for Office 365, then you have already included Microsoft's messaging servers in DNS as an SPF TXT record. However, there are some cases where you may need to update your SPF TXT record in DNS. For example:
Previously, you had to add a different SPF TXT record to your custom domain if you were using SharePoint Online. This is no longer required. This change should reduce the risk of SharePoint Online notification messages ending up in the Junk Email folder. Update your SPF TXT record if you are hitting the 10 lookup limit and receiving errors that say things like, 'exceeded the lookup limit' and 'too many hops'.
If you have a hybrid environment with Office 365 and Exchange on-premises.
You intend to set up DKIM and DMARC (recommended).
More information about SPF
For advanced examples, a more detailed discussion about supported SPF syntax, spoofing, troubleshooting, and how Office 365 supports SPF, see How SPF works to prevent spoofing and phishing in Office 365.
Next Steps: DKIM and DMARC
SPF is designed to help prevent spoofing, but there are spoofing techniques that SPF can't protect against. To defend against these, once you've set up SPF, you should configure DKIM and DMARC for Office 365.
DKIM email authentication's goal is to prove the contents of the mail haven't been tampered with.
DMARC email authentication's goal is to make sure that SPF and DKIM information matches the From address.
For advanced examples and a more detailed discussion about supported SPF syntax, see How SPF works to prevent spoofing and phishing in Office 365.
Select 'This page' under 'Feedback' if you have feedback on this documentation.