Email - How to test if your server email configuration was done correctly ?

About

This article will show different server configuration testing in order to validate your email server configuration.

In our case, we had installed Postfix

Technics

Sending an email to Provider

Testing an email configuration is done by sending an email to a provider that will:

  • show you if you pass the tests
  • eventually score your email.

Mail Tester

The most easy way is to send an email at mail-tester

Opendkim Test Mailer

Gmail

Send an email and check the original email, Gmail will show you if you have passed the test:

Gmail Original Message Dkim Test

Testing locally with netcat

Network - netcat (nc, ncat)

nc mail.example.com 25
EHLO $hostname
250-server01.bytle.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN

MAIL FROM:<[email protected]>
RCPT TO:<[email protected]>
DATA
Subject: Test email

Body of the email
.
QUIT





Discover More
Email - Mille and one way to send an email (professional and user)

This article shows you Mille and one way to send an email (ie known as transport in SMTP. submission port Before continuing, you need to know the basics of email and how it works with SMTP. If you...
Email - Score

An email score is a number from 0 to 10 that indicates the quality of the email An email with a score of 0 is surely spam while an email with a score of 10 si genuine. To get a score of 10 if you have...
How to configure your domain and your server to send and receive email

Configuring your domain to manage email is not an easy task, this article groups them on one place



Share this page:
Follow us:
Task Runner