summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-03-05 04:55:18 +0100
committerintrigeri <intrigeri@boum.org>2011-03-05 04:58:57 +0100
commit1f99fcdfdbe73be25c7a5ea80853bbc4618d4f76 (patch)
tree5e14c92e42121b2d34c822b7cbaaac33f5e4f2da /templates
parent0583cf4988aec251f129ac4c595e38ff5bb93132 (diff)
Support hiding the originating IP in email relayed for an authenticated SASL client.
Untested as I've no Puppet-managed relaying email server yet. Reference: https://we.riseup.net/debian/anonymizing-postfix
Diffstat (limited to 'templates')
-rw-r--r--templates/anonsasl_header_checks.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/anonsasl_header_checks.erb b/templates/anonsasl_header_checks.erb
new file mode 100644
index 0000000..bca5914
--- /dev/null
+++ b/templates/anonsasl_header_checks.erb
@@ -0,0 +1,2 @@
+/^Received: from (.* \([-._[:alnum:]]+ \[[.[:digit:]]{7,15}\]\)).*?([[:space:]]+).*\(Authenticated sender: ([^)]+)\).*by (<%= fqdn.gsub(/\./, '\.') %>) \(([^)]+)\) with (E?SMTPS?A?) id ([A-F[:digit:]]+).*/
+ REPLACE Received: from [127.0.0.1] (localhost [127.0.0.1])$2(Authenticated sender: $3)${2}with $6 id $7