RDNS None

KatyComputer

Well-Known Member
Sep 26, 2019
196
16
58
62
St Louis
katycomputer.com
When using PMG as a smarthost, one of the headers is "Received: from mx.sender1.com (localhost [127.0.0.1])"

Code:
Return-Path: <fax@client.com>
Received: from mx.sender1.com ([63.232.199.162]) by mx-ha.gmx.net (mxgmx014
 [212.227.15.10]) with ESMTPS (Nemesis) id 1MfaHK-1ku5yb2EEC-00fygK for
 <wilbur@gmx.com>; Mon, 28 Sep 2020 21:49:45 +0200
Received: from mx.sender1.com (localhost [127.0.0.1])
    by mx.sender1.com (KatyComputer) with ESMTP id EDD591E0CD7
    for <wilbur@gmx.com>; Mon, 28 Sep 2020 19:49:43 +0000 (UTC)

This is firing SA's RDNS_NONE rule (RDNS_NONE Delivered to internal network by a host with no rDNS
This may indicate you do not have a rDNS configured for your hostname or the rDNS does not match your sending IP)

Is there a way to replace or eliminate "localhost [127.0.0.1]"
 
I guess that the problem is due to some other part of the received headers
(at least I have quite a few mails in my inbox which have a 'localhost [127.0.0.1]' line in the received headers without RDNS_NONE matching

maybe the problem is mxgmx014 (which is not a fqdn) and 212.227.15.10 (which resolves to mx00.gmx.net here)?
 
I have the same problem now

Tell me how can I solve it?

Code:
Received: from mail.domain.ru (mail.domain.ru [10.76.1.33])
    by mailgw.domain.ru (Proxmox) with ESMTPS id 69E3E20165E
    for <svetikus3@yandex.ru>; Tue, 31 Oct 2023 16:22:30 +0300 (MSK)
Received: from localhost (localhost [127.0.0.1])
    by mail.domain.ru (Postfix) with ESMTP id 5849B60C77E3
    for <svetikus3@yandex.ru>; Tue, 31 Oct 2023 16:22:30 +0300 (MSK)
Received: from mail.domain.ru ([127.0.0.1])
    by localhost (mail.domain.ru [127.0.0.1]) (amavisd-new, port 10032)
    with ESMTP id HjfZBvjVE7sh for <svetikus3@yandex.ru>;
    Tue, 31 Oct 2023 16:22:29 +0300 (MSK)
Received: from localhost (localhost [127.0.0.1])
    by mail.domain.ru (Postfix) with ESMTP id 394CB60920E3
    for <svetikus3@yandex.ru>; Tue, 31 Oct 2023 16:22:29 +0300 (MSK)
DKIM-Filter: OpenDKIM Filter v2.10.3 mail.domain.ru 394CB60920E3
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=domain.ru;
    s=E792C378-FFE9-11EA-B40B-E7A74F190D24; t=1698758549;
    bh=0JvKMTcwxojANX2gCukznW2HmFEEDo0jW6b+L21zqDI=;
    h=Date:From:To:Message-ID:MIME-Version;
    b=IZT7OnboQgwi13sB4hDgJazEhtADCjPFuDSg9p7PvAlCJaz6wxyMxCbUqdz0uHNCy
     4bWyhDcX68Tazn1PxAZG3PZfx69mvDEmXKNXl006K74jCrg647a1Zdv8/9D77kJIDm
     5/pjCodE5bSzKoeuNnXbdn9WkSa2UziJ39qFFxhqq0GyyA8GDMj5gwuTGEa8sKNuqv
     xsBCs451Hxqexjmm6hqxo3LitkUij+mJdNj8GlgJNBq1yTodqMVntuEvUNJUDNhZ/L
     2hpwTjzk7pPTx0rtfnU3YNneTYKJXrTqsoqdZpxb1fygPydJ1se+fOq3ON7ErAIY6B
     Kcp3N0/4eVD6Q==
X-Virus-Scanned: amavisd-new at domain.ru
Received: from mail.domain.ru ([127.0.0.1])
    by localhost (mail.domain.ru [127.0.0.1]) (amavisd-new, port 10026)
    with ESMTP id Uz0X0D9ifiPF for <svetikus3@yandex.ru>;
    Tue, 31 Oct 2023 16:22:28 +0300 (MSK)
Received: from mail.domain.ru (localhost [127.0.0.1])
    by mail.domain.ru (Postfix) with ESMTP id D60AB60C77E3
    for <svetikus3@yandex.ru>; Tue, 31 Oct 2023 16:22:28 +0300 (MSK)
Date: Tue, 31 Oct 2023 16:22:28 +0300 (MSK)

I assume that this rule is triggered at this stage
Code:
Received: from mail.domain.ru ([127.0.0.1])

    by localhost (mail.domain.ru [127.0.0.1]) (amavisd-new, port 10032)

    with ESMTP id HjfZBvjVE7sh for <svetikus3@yandex.ru>;

    Tue, 31 Oct 2023 16:22:29 +0300 (MSK)