Friday, April 4, 2025

How to build your SMTP server

 sudo hostnamectl set-hostname mail.notuuk.com


sudo nano /etc/hosts    ( navigate to the last line and add ur domain mail.yourdomain.com) 

ctrl x     y   enter

hostname


sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)


RECORDS TO ADD

type: A  name: @    ipv4: IP off proxy status ttl: auto

type: A  name: mail    ipv4: IP off proxy status ttl: auto

type: A  name: www    ipv4: IP off proxy status ttl: auto

type: A  name: www.mailserver    ipv4: IP off proxy status ttl: auto

type: A  name: www.mail    ipv4: IP off proxy status ttl: auto

type: mx  name: @    mailserver: mail.yourdomain.com IP off proxy status ttl: auto

type: txt

type: txt




No comments:

Post a Comment

How to Install and Configure Evilginx2 on a Digital Ocean VPS [2025 Guide]

  Introduction: Evilginx2 is a powerful phishing framework often used by red teamers and ethical hackers to simulate advanced man-in-the-mi...