Postfix regexp auk.riseup.net problem

Karl34

New Member
Hallo
Ich versuche grade folgendes hier auf ner Test Maschiene zu Testen.
http://dev.riseup.net/privacy/postfix/

Folgendes war sehr einfach:
Code:
smtpd_sasl_authenticated_header = yes
Welches ich durch
Code:
postconf -e smtpd_sasl_authenticated_header=yes
setzen konnte.

Aber jetzt, habe ich ein problem. Wie stelle ich folgendes an:
Code:
The regular expression needs to be on one line, with a newline between the expression and the REPLACE line. Also, you will need to change the (auk.riseup.net) in the regexp below:

/^Received: from (.* \([-._[:alnum:]]+ \[[.[:digit:]]{7,15}\]\)).*?([[:space:]]+).*\(Authenticated sender: ([^)]+)\).*by (auk\.riseup\.net) \(([^)]+)\) 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

This will replace the SASL authenticated hostname with 'localhost' and the resulting header will look like this:

Received: from [127.0.0.1] (localhost [127.0.0.1])   (Authenticated sender: micah@auk.riseup.net) with ESMTP id 17E6C86A for <micah@riseup.net>;   Sun, 12 Nov 2006 16:54:56 -0800 (PST)

Wie stelle ich das an?
danke
 
Danke, habs mir mal kurz angeschaut.
Verstehe es noch nicht, werde es mir morgen mal mit ruhe durchlesen.
 
Back
Top