• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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