• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Issue Postfix E-Mails allways expose sender IP-Address in Authentication-Results header

hansitheking

Basic Pleskian
Hello I have already replaced the received headers (IP-REMOVED) which are exposing the client IP-Address of users sending mails from their local clients like explained here: Remove sensitive information from email headers with postfix

But since I am using SPF and DKIM, I have another privacy issue: In every E-Mail the sender IP (93.187.66.176 in my example) is included in the Authentication-Results header. How can I remove this header or the IP-Address in the header.

Code:
Received: from [IP-REMOVED] (HOST-REMOVED [IP-REMOVED])
   by server.example.com (Postfix) with ESMTPSA id A1A1666685;
   Thu, 17 May 2018 10:54:48 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=domain.com; s=default;
   t=1526547289; bh=+RRrSiY... tgJUcPY=;
   l=24129; h=From:Subject:To;
   b=nYoHtZg ... bDB0=
Authentication-Results: server.example.com;
        spf=pass (sender IP is 93.187.66.176) [email protected] smtp.helo=macbook.fritz.box

I am using, Ubuntu 16.04.4 LTS‬ with Plesk Onyx, Version 17.8.11 Update #7 with postfix
 
Back
Top