Postfix – hide client/sender ip
You can hide the client/sender ip and the user agent in the postfix main.cf Thats the way you do it nano /etc/postfix/main.cf smtp_header_checks = pcre:/etc/postfix/smtp_header_checks nano /etc/postfix/smtp_header_checks /^Received:.*with ESMTPSA/ IGNORE /etc/init.d/postfix restart Before The whole client ip was displayed. Received: […]