Search results

  1. P

    SMTP Banner Check Reverse DNS does not match SMTP Banner

    You need to edit the text config file manually on the console with nano/vi/vim/mcedit and locate the line I mentioned. I mostly use nano fo the hotkeys, so if needed: nano /etc/pmg/templates/main.cf.in search for the line with [ctrl] + [w] and typing "myhostname" (look at the bootom of the...
  2. P

    SMTP Banner Check Reverse DNS does not match SMTP Banner

    This should do the trick, I tried it myself, also note, that the /etc/pmg/templates/ will be in included in backup also.
  3. P

    SMTP Banner Check Reverse DNS does not match SMTP Banner

    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...