I got the following problem. I got an smtp-relayserver
that collects outgoing mails from other servers and checks them (spam assassin).
Now the headers are showing this:
Received: from customerdomain.com (unknown [xxx.xxx.xxx.xxx])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by relayserver.com (Postfix) with ESMTPS id 1D576101747
for <[email protected]>; Fri, 29 Apr 2016 21:11:14 +0200 (CEST)
Received: from XYZ (some-isp.com [xx.xx.xx.xx])
by outgoing-mailserver.com (Postfix) with ESMTPA id C684DAC4F2F
for < [email protected] >; Fri, 29 Apr 2016 21:11:13 +0200 (CEST)
Okay, fine - my first thought: the IP xxx.xxx.xxx.xxx is missing a RDNS.
But
host xxx.xxx.xxx.xxx
results in
outgoing-mailserver.com
Why is it showing the unknown
-tag?
https://grox.net/doc/postfix/html/faq.html#paranoid