Configure IMAP Secured Email Accounts in Outlook

February 09, 2026
less than a minute read read
3 tags

Complete guide for Windows and Linux hosting environments


Overview

The latest version of Outlook for Windows (New Outlook) provides streamlined email account configuration with enhanced security protocols. This guide will help you set up IMAP secured email accounts for both Windows and Linux hosting environments.

Supported Account Types
  • Automatic Setup: Microsoft 365, Gmail, Hotmail
  • Manual Setup Required: IMAP/SMTP accounts (when autodiscover fails)
  • Authentication: OAuth2 required for Outlook.com and Exchange accounts

New Outlook Setup Methods

  1. Open Outlook for Windows
  2. Navigate to ViewView settings
  3. Select Accounts
  4. Click Add Account
  5. Enter your email address and follow prompts

  1. Click the Settings icon (gear icon) in the top right
  2. Select Accounts
  3. Click Add Account
  4. Choose your account type or enter manual settings

Manual IMAP Configuration

When autodiscover fails or you’re configuring a custom email server, use these manual IMAP/SMTP settings:

Incoming Mail Server (IMAP)
Serverimap.yourdomain.com
Port993
EncryptionSSL/TLS
UsernameYour full email address
Outgoing Mail Server (SMTP)
Serversmtp.yourdomain.com
Port587 (STARTTLS) or 465 (SSL)
EncryptionSTARTTLS or SSL/TLS
UsernameYour full email address

Alternative: Windows Control Panel Method

For more advanced configuration options or if you prefer the classic setup interface:

Step-by-Step Instructions
  1. Press Windows Key + R to open Run dialog
  2. Type control and press Enter
  3. In Control Panel, search for “Mail”
  4. Select Mail (Microsoft Outlook)
  5. Click Email Accounts
  6. Click New to add a new profile
  7. Choose “Manual setup or additional server types”
  8. Select “POP or IMAP”
  9. Enter your account information and server settings
  10. Click Test Account Settings to verify

Linux Hosting Considerations

Server-Side Requirements

When your email is hosted on a Linux server, ensure the following are configured:

  • SSL/TLS Certificates: Valid SSL certificate installed on the mail server
  • Firewall Rules: Ports 993 (IMAP) and 587/465 (SMTP) are open
  • DNS Records: Proper MX, SPF, DKIM, and DMARC records configured
  • Mail Server Software: Dovecot (IMAP) and Postfix/Exim (SMTP) properly configured
Common Linux Mail Servers
  • cPanel/WHM
  • Plesk
  • Zimbra
  • Dovecot + Postfix
  • Mail-in-a-Box
Typical Server Addresses
IMAPmail.yourdomain.com
SMTPmail.yourdomain.com
Alternativeimap.yourdomain.com
smtp.yourdomain.com

Modern Authentication (OAuth2)

OAuth2 Supported Providers
  • Microsoft 365 / Office 365
  • Outlook.com / Hotmail.com
  • Gmail / Google Workspace
  • Yahoo Mail (requires app password)
  • Exchange Server 2016+
  • Azure AD integrated services

Troubleshooting

IssuePossible Solution
Cannot connect to server
  • Verify server address and port numbers
  • Check firewall settings
  • Ensure SSL/TLS is enabled
  • Test connection from webmail
Authentication failed
  • Double-check username (use full email address)
  • Verify password is correct
  • For OAuth2 accounts, re-authenticate
  • Check if account requires app-specific password
Cannot send emails
  • Verify SMTP server settings
  • Ensure “My outgoing server requires authentication” is checked
  • Try port 587 instead of 465 (or vice versa)
  • Check ISP doesn’t block port 25/587
SSL/TLS certificate errors
  • Ensure server has valid SSL certificate
  • Verify server name matches certificate
  • Update Windows certificates if needed
  • Contact hosting provider for certificate issues
Autodiscover fails
  • Use manual configuration instead
  • Check DNS autodiscover records
  • Verify SRV records are properly configured
  • Bypass autodiscover and enter settings manually

Additional Tips

Security Best Practices
  • Always use SSL/TLS encryption
  • Use strong, unique passwords
  • Enable two-factor authentication
  • Keep Outlook updated
  • Use app-specific passwords when required
Performance Tips
  • Limit folder synchronization depth
  • Use cached mode for better performance
  • Archive old emails regularly
  • Disable unnecessary add-ins
  • Compact mailbox periodically
Common Ports Reference
IMAP SSL993
IMAP143
SMTP TLS587
SMTP SSL465
POP3 SSL995
Tags:outlookoutlook configurationplesk email
Was this article helpful?

Let us know if you found this article useful