What is Email Authentication?

About

By default, the SMTP protocol does not have any authentication mechanism when the email is received.

There may be an authentication when you try to send but not when you receive.

Authentication mechanism

To prevent spoofing and spam, 2 authentication mechanisms have been created:

  • SPF that check if the sender sends from a known host for the domain
  • DKIM that signs the message that can be controlled with a public certificate.

Fix messages that aren't authenticated

If you get a message that your emails are not authenticated, you should:

Unauthenticated messages and spam classification

Because spammers can also authenticate emails, authentication by itself isn't enough to guarantee that your messages can be delivered, but Unauthenticated messages are very likely to be rejected or classified as spam.

How to monitor

You can monitor the authentication:





Discover More
Email - Spoofing

Email spoofing is the creation of email messages where the sender email is not the owner of the mailbox (ie the sender email has just been forged). Because the core email protocols do not have any mechanism...
How does the email system work? SMTP, POP, IMAP explained

This page gives you the foundations of the email system. At the end, you should be able to understand why when you configure your email client, you need to set up: The SMTP configuration And the...
Dkim Record Text Format Ovh Dns Zone
How to configure DKIM with PostFix, a step by step guide

This article will show and explain you how to install DKIM with OpenDkim as a milter for Postix on CentOS
How to configure your server to send Email properly?

Configuring your domain to manage email is not an easy task, this article groups them in one place
What is DMARC (Domain-based Message Authentication)?

Domain-based Message Authentication, Reporting and Conformance (DMARC) is a text DNS Record that indicates to the receiving server what actions should be taken if the emails do not pass the email authentication...
What is DNS authentication?

A host can not really authenticate their internet requests on the Internet, therefore authentication methods has been created via DNS. The DNS authentication methods are: for a host, the PTR record...
Map Of Internet 1973
What is a DNS Record?

A DNS record is a row in a DNS database. Example of a A record. where: api is a relative name IN is the INTERNET class (An other value is ANY) A is the A record 164.132.99.202 is the Ip address...
Spam Ham Ratio
What is a Spam (Not Ham) or Junk in Email or Comment?

A spam is an unsolicited mail. It's also known as: Unsolicited Bulk Email (UBE) or Unsolicited Commercial Email (UCE) The opposite of Spam is known as Ham for a legit email The ratio of ham/spam...
Spf Dns Zone
What is the Sender Policy Framework (SPF) in Email?

The Sender Policy Framework (SPF) is a framework that determines if the sender of a email transaction is valid. It's part of the email authentication framework with DKIM where the goal is to: prevent...



Share this page:
Follow us:
Task Runner