Hey, all of my output is as expected. The hostname is set, main.cf is also set correctly, there is no mailname file and 'hostnamectl status' also outputs the correct hostname.
When I telnet my IP, I also get the correct hostname.
I made sure to follow all these steps: Mail is not working properly on a Plesk server: incorrect hostname is used
But in the source of the actual E-Mail, there's still a part which says: 'Received: from localhost (localhost.localdomain [127.0.0.1]) by plesk.example.tld (Postfix)'
This is the actual E-Mail
(I changed the true IPv4 and IPv6 address for obvious reasons)
Plesk Obsidian v18.0.27_build1800200522.12 os_Ubuntu 18.04
Plesk Email Security 1.0.5-184
When I telnet my IP, I also get the correct hostname.
I made sure to follow all these steps: Mail is not working properly on a Plesk server: incorrect hostname is used
But in the source of the actual E-Mail, there's still a part which says: 'Received: from localhost (localhost.localdomain [127.0.0.1]) by plesk.example.tld (Postfix)'
This is the actual E-Mail
Code:
Return-Path: <[email protected]>
Received: from plesk.example.tld ([78.46.0.0]) by mx.kundenserver.de (mxeue009
[212.227.15.41]) with ESMTPS (Nemesis) id 1M267l-1jOR0i38zx-002a8w for
<[email protected]>; Tue, 21 Apr 2020 16:26:09 +0200
Received: from localhost (localhost.localdomain [127.0.0.1])
by plesk.example.tld (Postfix) with ESMTP id 61C1314A1545
for <[email protected]>; Tue, 21 Apr 2020 16:26:09 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=example.tld; s=default;
t=1587479169; bh=KCuoaYOtXeygVkx2ABhjX8czcFfYmnR5cejhTZ0RjJY=;
h=Received:Received:Subject:From:To;
b=dUkitjE5OP4Cfqq0wr3mU7wIXKaUB7HgKDkEDWdawNmgVCY3JMTUlgNsL/jvcckUI
mruiKIMF9pnEN4Y78bbnQppcxt1wg70lhpsSu93vLKSP2ffqXAcqOZlM/ALN5DFoa3
OLixuk6nHFP6SQYaG+/jEQAmkUG+0r5G2kReFO+w=
Received-SPF: pass (plesk.example.tld: localhost is always allowed.) client-ip=127.0.0.1; [email protected]; helo=localhost;
X-Spam-Flag: NO
X-Spam-Score: -1.191
X-Spam-Level:
X-Spam-Status: No, score=-1.191 tagged_above=-9999 required=3
tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001,
T_FILL_THIS_FORM_SHORT=0.01] autolearn=ham autolearn_force=no
Received: from plesk.example.tld ([127.0.0.1])
by localhost (example.tld [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id KV8KmPfaLLpi for <[email protected]>;
Tue, 21 Apr 2020 16:26:06 +0200 (CEST)
Received: from www.senderWebsite.tld (mail.deitron.de [213.221.110.210])
by plesk.example.tld (Postfix) with ESMTPSA id 23B9F14A1543
for <[email protected]>; Tue, 21 Apr 2020 16:26:06 +0200 (CEST)
Received-SPF: pass (plesk.example.tld: connection is authenticated)
Message-ID: <[email protected]>
Date: Tue, 21 Apr 2020 14:26:06 +0000
Subject: Subject
From: [email protected]
Reply-To: [email protected]
To: [email protected]
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Priority: 3 (Normal)
X-Mailer: Contao Open Source CMS
Envelope-To: <[email protected]>
X-Spam-Flag: NO
Plesk Obsidian v18.0.27_build1800200522.12 os_Ubuntu 18.04
Plesk Email Security 1.0.5-184
Last edited: