TUTORIAL ON HOW TO BUILD SMTP IN WHM IN VPS
COMMANDS
Login Into VPS With Putty
INSTALLATION COMMANDS
sudo root passwd - Change Passwd For Vps [Optional]
su root
hostnamectl set-hostname cpanel.something.lan - Use It IF got any errors while installing whm Hostname issue Shown In video
yum update
yum install wget
yum install perl
yum install nano
curl -o latest -L https://securedownloads.cpanel.net/latest
sh latest
OR
sudo hostnamectl set-hostname name.yourdomainname.com
sudo nano /etc/hosts
hostname
sudo apt update && sudo apt upgrade -y
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
Close putty
NOTE: Every os and its Commands, and not all Support them, and some use “sudo ,apt ,yum….”
SMTP COMMANDS
- Open putty Again and Login your vps
- Copy and paste Open Ports Cmds and paste in putty and press Enter,Do it 1 after the other
Open SMTP Ports
sudo apt update
sudo apt install ufw
sudo ufw allow 25
sudo ufw allow 587
sudo ufw allow 465
sudo ufw allow out 22
sudo ufw allow out 25
sudo ufw allow out 587
sudo ufw allow out 465
sudo ufw enable
sudo ufw status verbose
Domain Required is NAMECHEAP / HOSTHINGER And use a .com Domain,it’s most trusted
SSL RECORDS (A)ALL A RECORDS
1. @
2. mail(Important 4 smtp)
3. webmail
4. cpcontacts
5. cpanel
6. webdisk
7. ftp
8. www
9. cpcalendars
Email DELIVERABILITY IN CPANEL,NAME VARIES DEPENDING ON CPANEL
TXT RECORDS
DMARC Guide
===========
https://dmarcguide.globalcyberalliance.or
Next and No’s Mostly,Read before Answering
SPF Guide
Copy record from cpanel and paste in domain / point to domain
Reverse DNS Guide
Copy record from cpanel and paste in domain/ point to domain
HOW TO USE SMTP
- First Create an email in cPanel which would be used in SMTP and Save/Remember Password
Format:
Get an Smtp Sender like Ultra Mailer/Lufix/WWS Sender/https://www.gmass.co/smtp-test
SMTP TESTING
Test Smtp Score here - https://www.mail-tester.com, Above 5 is Good, meaning it needs a good reputation and you can do that by sending a message using smtp to your friends and when it hits spam tell them to mark it as not spam to be sent to inbox which gives it a good reputation,and when building reputation dont send spammy messages,and message must be sent from small to bulk,So 150 messages first day then 300 second day and keep increasing amount been sent till ya ready to blast with it.