• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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