Hi,
I'm using proxmox mail gateway 7.3-3, when i check my domain through https://dnschecker.org/domain-health-checker.php it returns "Reverse DNS does not match SMTP Banner", i've found this post to fix it https://forum.proxmox.com/threads/smtp-banner-check-reverse-dns-does-not-match-smtp-banner.101161/ and it advices to do;
The problem is "/var/lib/pmg/templates/main.cf.in" or "/var/lib/pmg/templates/main.cf" is not exist on my server, post belongs to 2021 so i assume that things have changed since then, any advice?
I'm using proxmox mail gateway 7.3-3, when i check my domain through https://dnschecker.org/domain-health-checker.php it returns "Reverse DNS does not match SMTP Banner", i've found this post to fix it https://forum.proxmox.com/threads/smtp-banner-check-reverse-dns-does-not-match-smtp-banner.101161/ and it advices to do;
Code:
Hello,
if you want to be fully green with mxtoolbox, then do this:
cp /var/lib/pmg/templates/main.cf.in /etc/pmg/templates/
Edit the file /etc/pmg/templates/main.cf.in
and replace this:
myhostname = [% dns.hostname %].[% dns.domain %]
to this to the fqdn you need:
myhostname=mail.domain.com
Then reload the pm filter service:
systemctl restart pmg-smtp-filter.service
The problem is "/var/lib/pmg/templates/main.cf.in" or "/var/lib/pmg/templates/main.cf" is not exist on my server, post belongs to 2021 so i assume that things have changed since then, any advice?