On Thu, Dec 11, 2014 at 12:46:56AM -0800, Seth wrote:
> I was inspired by the article below and want to implement this on the
> OpenSMTPD servers I administer. Is this possible?
> 
> Stop Including Sender IPs in Email Headers
> https://blog.ageispolis.net/page/4/
> 

To some extent, yes. You can use "mask-source":

   listen on [...] mask-source

This will hide the IP address of the client submitting the message:

Received: from localhost (localhost [127.0.0.1]);
          by debug.poolp.org (OpenSMTPD) with ESMTP id 2028cae9;
          for <gil...@poolp.org>;

Will become:

Received: by debug.poolp.org (OpenSMTPD) with ESMTP id f8e66416;
          for <gil...@poolp.org>;




-- 
Gilles Chehade

https://www.poolp.org                                          @poolpOrg

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to