我试图弄清楚如何删除/隐藏使用OpenSMTPD发送的每个邮件的原始源IP地址?
若要在后缀中执行相应的操作,则如下所示:
http://integer13.wordpress.com/2013/01/03/hide-your-source-ip-with-emails-relayed-by-postfix/
http://blog.tenak.net/2011/04/2011-04-dont-send-client-ip-postfix.html
http://serverfault.com/questions/413533/remove-hide-client-sender-ip-from-postfix
我在用OpenBSD。
谢谢!
发布于 2017-08-06 00:44:37
https://www.mail-archive.com/misc@opensmtpd.org/msg01483.html
(在下面,mask-source被更改为mask-src以反映当前选项名)
在某种程度上,是的。你可以使用“掩码-src”:
收听...掩码-src
这将隐藏提交消息的客户端的IP地址:
接收:来自本地主机(localhost 127.0.0.1);debug.poolp.org (OpenSMTPD)与ESMTP id 2028cae9;
将成为:
接收:由debug.poolp.org (OpenSMTPD)使用ESMTP id f8e66416;for gil...@poolp.org;
https://serverfault.com/questions/866992
复制相似问题