• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

SMTP Headers revealing domain names?

C

chroniton

Guest
All mail received on the Plesk server has an SMTP header which looks like the following:

Received: from other.smtp.server.com (11.22.33.44)
by my.domain.com with SMTP; 20 Apr 2005 02:06:34 -0000

Where "my.domain.com" is a random domain name hosted on my Plesk server.

For example, if somebody sends email to "[email protected]" the header should say "Received... by mail.thedomain.com" but it does not.

Each mail receieved will contain the name of a different random domain hosted by my server, revealing this private information to other users.

Can anybody else confirm this issue?
 
Hello,
To correct this, you need to assign only
1 host in your reverse zone. This host should contain a
record for each ip address. Do not duplicate this accross
all domains. Take a look at your default DNS in plesk.
You will probably find an entry that adds the host record to the
in-addr.arpa zone for that specific IP. Since this is in the
default, all domains receive it.

You will need to correct this for each domains dns.

Cheers.
 
You're right

You're right, I just figured this out and cleaned up my reverse zone.

But... since the default configuration of Plesk triggers this issue, I would still classify this as a bug. Once the server has been setup, and the first reverse entry added to that zone, plesk shouldn't add any more.
 
Hello,
Actually, is probably more of an education issue than
a bug. If you are using IP based. the entry is
legitimate.
AFAIK, the most recent full installation, not upgrade
does not have the in-addr.arpa defined in the default
zone template. You have to manually add it to the
zones/domains as needed.

Glad its working for you.

Cheers.
 
Back
Top