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

Postfix

B

b

Guest
Hello!

I use plesk panel.
I create user in panel and add domain. When this user send mail on external address, headers in my messages contains

X-Spam-Status: No, hits=1.5 required=5.0
tests=BAYES_50: 1.567,RDNS_NONE: 0,TOTAL_SCORE: 1.567,autolearn=no
X-Spam-Level: *
Received: from luna852.server4you.net ([85.25.109.28])
by mail-server.opc-tender.ru
(using TLSv1/SSLv3 with cipher AES256-SHA (256 bits))
for [email protected];
Tue, 13 Sep 2011 17:40:04 +0700
Received: from luna852.server4you.net (localhost.localdomain [127.0.0.1])
by luna852.server4you.net (Postfix) with ESMTP id 66DA82130364
for <[email protected]>; Tue, 13 Sep 2011 10:32:30 +0000 (UTC)
Received: by luna852.server4you.net (Postfix, from userid 33)
id 5B1AB2664001; Tue, 13 Sep 2011 10:32:30 +0000 (UTC)
To: [email protected]
Subject: the subject
X-PHP-Originating-Script: 0:mail.php
From: no-replay@[B]myvirtualdomain.host[/B]
Reply-To: [email protected]
X-Mailer: PHP/5.3.3-7+squeeze3
Message-Id: <[email protected]>
Date: Tue, 13 Sep 2011 10:32:30 +0000 (UTC)
X-EsetId: DFCC8421F4F80C398D8F

Why headers contains general domain of my server luna852.server4you.net, when he must contain virtual host domain (myvirtualdomain.host)?
 
You probably have PTR records in your DNS zones. If there are multiple PTR records for the local IP address then a random one will be picked for use in the headers. In most cases the PTR records for your server's IP addresses are managed by your hosting provider and in that case you shouldn't have any PTR records on your server.
 
Back
Top