Sports

List of Email Servers: What They Are and How They Work

By 4 min read 185 views
Featured image for List of Email Servers: What They Are and How They Work

What an Email Server Is

An email server is the software and hardware that sends, receives, and stores email messages. When you hit send, your outgoing server relays the message to the recipient's server, where it waits until the recipient retrieves it. Most people never see the server, but every email depends on one (or more) working quietly in the background. Understanding the different types helps you troubleshoot delivery problems, choose a hosting provider, or set up a custom domain.

More from this site

Keep reading the latest coverage

Browse latest →

Incoming vs. Outgoing Email Servers

Email relies on two distinct server roles. The incoming server stores messages until the user downloads or reads them. The outgoing server, sometimes called a relay or submission server, handles mail the user sends. In practice, a single machine can run both roles, but many providers separate them for reliability and security.

  • Incoming servers use IMAP or POP3 to let clients access messages. IMAP syncs folders and keeps messages on the server; POP3 usually downloads and removes them locally.
  • Outgoing servers use SMTP to deliver mail to the next hop or directly to the recipient's mail exchanger.

Common Email Server Protocols

The protocols define how clients talk to servers and how servers talk to each other. The ones you will see on any list of email servers are the foundation of modern email delivery.

ProtocolRoleTypical PortsNotes
SMTPSending / relaying mail25, 587, 465Port 587 with STARTTLS is the standard for client submission
IMAPAccessing mail on the server143, 993Keeps messages synced across devices
POP3Downloading mail locally110, 995Usually removes mail from server after download
Exchange ActiveSyncSync mail, calendar, contacts443Used by Microsoft Exchange and compatible services

Major Public Email Providers and Their Servers

When most people think of an email server, they picture the large providers that host billions of mailboxes. Each provider runs its own fleet of servers and uses specific hostnames for incoming and outgoing connections.

  • Gmail (Google) — Incoming: imap.gmail.com, pop.gmail.com. Outgoing: smtp.gmail.com.
  • Outlook / Microsoft 365 — Incoming: outlook.office365.com (IMAP). Outgoing: smtp.office365.com.
  • Yahoo Mail — Incoming: imap.mail.yahoo.com. Outgoing: smtp.mail.yahoo.com.
  • iCloud Mail — Incoming: imap.mail.me.com. Outgoing: smtp.mail.me.com.
  • ProtonMail — Incoming: imap.protonmail.com. Outgoing: smtp.protonmail.com (with TLS enforced).

Self-Hosted and Institutional Email Servers

Organizations and privacy-focused users often run their own email servers. This gives full control over storage, routing, and data retention, but it also adds responsibility for security, spam filtering, and uptime.

  • Microsoft Exchange Server — A full-featured enterprise mail server with calendar, contacts, and Exchange ActiveSync support.
  • Postfix — A widely used open-source SMTP server common on Linux systems.
  • Dovecot — An open-source IMAP and POP3 server often paired with Postfix.
  • Zimbra — A collaboration suite with its own mail server, web client, and anti-spam tools.
  • Mailcow — A Docker-based groupware solution that bundles Postfix, Dovecot, and a web interface.

What to Look for When Choosing an Email Server

Picking a server means balancing security, deliverability, cost, and features. A generic list of email servers is useful as a reference, but the right choice depends on your situation.

  • Security and encryption. Look for mandatory TLS on SMTP and IMAP, plus support for modern authentication like OAuth2.
  • Spam and malware filtering. Built-in or integrated filtering reduces the risk of phishing and inbound junk reaching users.
  • Uptime and backups. Hosted providers should offer a clear service-level agreement; self-hosted setups need reliable redundancy.
  • Scalability. Enterprise servers like Exchange handle large organizations, while smaller VPS deployments suit Postfix or Mailcow.
  • Compliance. Some providers offer data residency options or certifications that matter for regulated industries.

How Email Servers Are Listed and Troubleshot

If you need to find the mail server for a specific domain, you can query its MX (Mail Exchange) DNS record. That record tells the internet which server accepts email for that domain. On most operating systems, running a simple command like nslookup -type=mx example.com returns the list of servers responsible for that domain. This is the first step when diagnosing delivery delays or setting up a custom email address with your own domain.

Editor's pick

Keep exploring our latest stories

Fresh reads, picked daily.

Browse latest
Share: