On Mon, May 18, 2009 at 15:42, Noel Jones <[email protected]> wrote:

> Easy way:
> smtpd_tls_received_header = no
> Postfix will still indicate TLS was used by presence of the ESMTPS (for TLS
> only) or ESMTPSA (for TLS+SASL) tag.

For the record;
This doesn't work. Adding this does not make the

(No client certificate requested)

disappear. I'm usng Postfix version 2.5.5 The other (header-checks reg-exp);

    # If $mail_name is not "Postfix" adjust accordingly...
    /^(Received: from \S+ \S+ \S+\n\t\([^\n]*\)\n)\t\(No client certificate
requested\)\n((?:\t\([^\n]*\)\n)*?\tby mail\.example\.com \(Postfix\).*)/
        REPLACE ${1}${2}

doesn't work (anymore) either. Question re-opened;

How do I kill the entire line saying "(No client certificate
requested)" from the postfix generated headers? Current real example
(except for domain-name);


Received: from [192.168.1.2] (somePCname [78.115.147.143])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by mail.huppelepup.org (Postfix) with ESMTPSA id 64C86CA0C0
        for <[email protected]>; Fri,  9 Feb 2010 09:40:28 +0100 (CET)


Thanks in advance for any and all hints.


Julius

Reply via email to