Linux/Windows VPS Server 899/- ($8.99) Monthly

Get 40% Discount - Web Hosting and WordPress Hosting.

Contact Info

SA Khaleq Plaza, Gabtoli, Mirpur, Dhaka-1216

+88 01531693993

[email protected]

Get Started

In today’s digital age, email communication plays a crucial role in both personal and professional spheres. Having your own SMTP (Simple Mail Transfer Protocol) server can offer enhanced control and reliability over your email correspondence at an affordable price.

This guide will walk you through the process of setting up your own SMTP server using aaPanel, a user-friendly control panel, along with a Contabo VPS for hosting, and Cloudflare for added security and performance.

You may also check my FastPanelHestiaCPCyberPanel and Cloudron email server setups.

Table of contents

  1. Understanding the Components
  2. Prerequisites
  3. Build a Free SMTP Server Using aaPanel, Contabo VPS, and Cloudflare 2023
    1. Step 1. Connect to Your VPS Using SSH
    2. Step 2. Install aaPanel
    3. Step 3. Access and Configure aaPanel
    4. Step 4. Setup Email Server
    5. Step 5. Setup SSL and DSN Records (A, MX, TXT)
    6. Step 6. Test the Mail Server
  4. Troubleshooting
  5. Warming Up IP and Domain with aaPanel Mail Server
  6. Best Practices for Maintaining Your SMTP Server
  7. Frequently Asked Questions (FAQs)
    1. What is the advantage of setting up my own SMTP server?
    2. Is aaPanel suitable for beginners with limited technical knowledge?
    3. Can I use the SMTP server for sending and receiving emails on multiple devices?
    4. Can I use this setup for hosting websites in addition to the SMTP server?
  8. Conclusion

Understanding the Components

What is an SMTP Server?: An SMTP server is a computer program or server responsible for sending, receiving, and relaying emails over the internet. It’s a crucial component of the email communication process.

aaPanelaaPanel is a user-friendly, yet free and open-source control panel that simplifies server management tasks, making it accessible to those without advanced technical skills. It is a free alternative to commercial panels like cPanel.

Contabo VPSContabo offers virtual private servers (VPS) that provide the computing power and resources needed to host applications, websites, and services online.

Cloudflare: Cloudflare is a content delivery network (CDN) that offers security and performance enhancements for websites and online services.

Prerequisites

Before you begin, you’ll need:

Note: aaPanel will be installed on a fresh OS Ubuntu 20.04 LTS. Don’t use CentOS 7 because it will reach end of life next year.

Once you have meet these requirements, proceed to step 1.

Build a Free SMTP Server Using aaPanel, Contabo VPS, and Cloudflare 2023

Step 1. Connect to Your VPS Using SSH

First, you need to install a free SSH client. I like Bitvise because it is interactive.

Open Bitvise. Connect to your host which is your server IP address using port 22. A Host key verification will popup, just click Accept and Save.

Then login using ROOT and enter your password you have generated when signing up with Contabo.

Login as ROOT Using SSH Client Bitvise

Once you are logged in, click on New terminal console.

New Terminal Console Bitvise

Step 2. Install aaPanel

We will be installing aaPanel on Ubuntu 20.04 LTS. We need to update packages first if there are any. If you want to install aaPanel on CentOS 7, follow this guide. sudo apt update && sudo apt upgrade -y

Ubuntu Update Packages

Next, we will install aaPanel using the following command.wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel

Install aaPanel Ubuntu 20.04

You will be asked with the following questions. Just type y and yes respectively.

  1. Do you want to install aaPanel to the /www directory now?(y/n):
  2. Do you need to enable the panel SSL? (yes/n):

It will take at least 2 minutes for aaPanel to be installed on your server.

aaPanel Installed on Ubuntu

Step 3. Access and Configure aaPanel

Access aaPanel using the given address.

Access AaPanel

Login using credentials given.

Login to AaPanel

Then choose the software packages to be installed. Don’t forget to select DNS Server and Mail Server.

It will take a long time to install and I hope aaPanel will address this in the near future. Patience is a virtue ????

If the process lags, restart your panel by going to the upper right corner Restart > Restart panel.

Install Software Packages aaPanel

Step 4. Setup Email Server

Once all necessary software packages are installed, we will install Redis.

Just go to App Store > Find Redis and install.

Install Redis aaPanel

One Redis is installed, create a password. Go to Redis setting and choose Performance tuning. Beside requirepass put your password. Don’t forget to store it on a safe place if you’re using password generator.

Add Redis Password

Next, search for Mail Server on App Store. Then go to its Settings.

When asked “Mail Server is not installed, is it installed?” just click confirm.

Then you will be asked to add a Hostname. Add a fully qualified domain e.g. control.webshanks.store or mail.webshanks.store.

Do not forget to add an A Record for this Hostname.

Repair Hostname aaPanel
Add Fully Qualified Domain aaPanel

Then click Submit.

Step 5. Setup SSL and DSN Records (A, MX, TXT)

Next create a free Cloudflare account. Then add a Site. Scroll down and choose Free and click continue.

Cloudflare Add Site

Then change your nameservers in your domain registrar. For Namecheap, go to your dashboard and choose manage for the domain you want to setup DNS with.

Cloudflare Namecheap Nameserver

Change the nameservers with Cloudflare’s.

Cloudflare Nameservers

Next, add an A record for non-www and www for your top-level domain. Do not forget to add your Hostname A records as well.

From your Cloudflare dashboard, choose DNS on the left side menu.

Add A Records for Top Level Domain Cloudflare

Now that we have setup A records, let’s go back to aaPanel.

Click Add Domain from Mail Server.

Add a Mail Domain aaPanel

Next, add SSL. Select DNS verification as Cloudflare.

Go to Cloudflare and choose site and click Get your API token.

Cloudflare API Token Overview

Choose Global API Key.

Cloudflare Global API Key

Fill up the Email and API key. Then click save.

Add SSL Mail Domain with Cloudflare API aaPanel

Check the domain name and click Apply.

Choose Domain to Add SSL

Now we have successfully added SSL.

Successfully Added SSL

Now its time to add DNS records.

Add MX and TXT records on Cloudflare using the following record value.

Add DNS Records on Cloudlfare from aaPanel

This will be your complete DNS records on Cloudflare.

Cloudflare aaPanel Complete DNS Records

Once you successfully added the DNS records, all the values are marked green.

DNS Records OK aaPanel

Troubleshooting: In case you cannot receive an email, try this _dmarc value: v=spf1 a mx ip6:<IPV6Address> ip4:<IPV4Address> -all

Change the <IPV6Address> and <IPV4Address> with your server’s IPv6 and IPv4 respectively.

We will add a user to send and receive email messages.

Under Operating, click User. Then Add user.

Add Mailbox aaPanel

And finally setup a PTR record in your VPS. Be sure to use both IPv4 and IPv6.

Add PTR record in Contabo VPS

Step 6. Test the Mail Server

Finally we will send a test email to our Gmail.

I will be using an email template.

Send a Test Email from aaPanel Mail Server to Gmail

Success! We managed to send a test email to Gmail. What about from Gmail to aaPanel mail server?

Let’s reply with “Confirmed. See you tomorrow.”

Received a Reply from Gmail to aaPanel Mail Server

Flawless! Now we have a fully functional web server. Now you can send and receive email messages.

Let’s see how well we perform on mail-tester.

aaPanel Mail Server Test Results from Mail-Tester

We got 10/10! Remember that do not use tld’s that are known to be abused by spammers. Check out Spamhaus for reference.

Troubleshooting

1. You’re not fully authenticated. We were not able to check your DKIM signature.

You need to change permission to this file from 640 to 644.

chmod 644 /www/server/dkim/domain.com/default.private
/etc/init.d/rspamd restart

Replace domain.com with your domain.

2. Your resverse DNS does not match with your sending domain.

Be sure your reverse DNS matches with your hostname. Also, your MX mail server DNS should match with your hostname.

3. I can’t receive an email.

Replace _dmarc value with v=spf1 a mx ip6:IPV6Address ip4:IPV4Address -all
Change the IPV6Address and IPV4Address with your server’s IPv6 and IPv4 respectively.

4. aaPanel does not use SSL itself.

Go to Settings > Toggle off Panel SSL and Toggle on back

Warming Up IP and Domain with aaPanel Mail Server

Warming up your IP address and domain when using an aaPanel mail server is essential to build a positive reputation with email service providers and ensure your emails land in recipients’ inboxes instead of being flagged as spam.

1. Start Slowly

Begin by sending a small volume of emails to your most engaged subscribers. This helps establish a positive sending reputation.

2. Gradually Increase Volume

Slowly increase the number of emails you send each day. A common rule is to double the sending volume every few days.

3. Monitor Engagement

Keep a close eye on metrics like open rates, click-through rates, and bounce rates. If you notice engagement dropping, pause or reduce your sending volume.

4. Use High-Quality Content

Send engaging and relevant content that encourages recipients to interact with your emails. This improves your sender reputation.

5. Consistency is Key

Be consistent in your sending patterns. Drastic changes in volume or content can trigger spam filters. You can check you IP regularly by using IP spam checkers like https://mxtoolbox.com/blacklists.aspx.

6. Check Blacklists

Regularly check if your IP or domain is blacklisted. If you find any issues, take immediate action to address them.

Best Practices for Maintaining Your SMTP Server

Keeping Software Updated:

Regularly update aaPanel, Postfix, and other server software to ensure security and performance.

Monitoring Server Health:

Use aaPanel’s built-in monitoring tools to keep an eye on server resource usage.

Regularly Backing Up Your Data:

Implement regular backups of your server data and settings to prevent data loss.

Frequently Asked Questions (FAQs)

What is the advantage of setting up my own SMTP server?

Setting up your own SMTP server provides you with more control over your email communications. It can enhance the reliability of sending and receiving emails, and you can customize settings according to your needs.

Is aaPanel suitable for beginners with limited technical knowledge?

Absolutely! aaPanel is designed to be user-friendly and intuitive, making it accessible for beginners without advanced technical skills.

Can I use the SMTP server for sending and receiving emails on multiple devices?

Yes, you can configure email clients on different devices to send and receive emails through your SMTP server. Just make sure to set up the same email account settings on each device.

Can I use this setup for hosting websites in addition to the SMTP server?

Yes, you can host websites and other applications on the same VPS alongside your SMTP server. Just make sure to manage your resources effectively to ensure optimal performance.

Conclusion

By following this step-by-step guide, you’ve successfully set up your own SMTP server using aaPanel, a Contabo VPS, and Cloudflare.

Now you have greater control over your email communications, enhanced security, and improved performance. Remember to maintain your server regularly and enjoy the benefits of having a mail server of your own.

If you have any questions, don’t hesitate to comment them below.

Share this Post
View Price in USD ($)