diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 10:34:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 10:34:36 -0300 |
commit | cc90e80a1e3a330d3e2069fa4da19c91493fff41 (patch) | |
tree | 168a05570ccca9894076760a8f1ecbbcb15256fc /templates/postfix | |
parent | 23c31dc2655078f04c0d772585672ceaa2ab35d3 (diff) | |
download | puppet-mail-cc90e80a1e3a330d3e2069fa4da19c91493fff41.tar.gz puppet-mail-cc90e80a1e3a330d3e2069fa4da19c91493fff41.tar.bz2 |
Using $postfix_anon_sasl
Diffstat (limited to 'templates/postfix')
-rw-r--r-- | templates/postfix/header_checks.erb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/postfix/header_checks.erb b/templates/postfix/header_checks.erb deleted file mode 100644 index bca5914..0000000 --- a/templates/postfix/header_checks.erb +++ /dev/null @@ -1,2 +0,0 @@ -/^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 |