Re: suppressing (No client certificate requested) from TLS header

2010-02-09 Thread Charles Marcus
Thijssen wrote: > Sorry, it *does* work. > I had a secondary entry of the same line in main.cf which made the > "no" turn to "yes" again. :-/ This is why postconf -n output is valuable... -- Best regards, Charles

Re: suppressing (No client certificate requested) from TLS header

2010-02-09 Thread Thijssen
On Tue, Feb 9, 2010 at 10:27, Thijssen wrote: >> smtpd_tls_received_header = no > For the record; > This doesn't work. Adding this does not make the > > (No client certificate requested) > > disappear. Sorry, it *does* work. I had a secondary entry of the same line in main.cf which made the "no

Re: suppressing (No client certificate requested) from TLS header

2010-02-09 Thread Thijssen
On Mon, May 18, 2009 at 15:42, Noel Jones 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 certific

Re: suppressing (No client certificate requested) from TLS header

2009-05-19 Thread Victor Duchovni
On Tue, May 19, 2009 at 05:21:54PM +0200, Julius Thijssen wrote: > Hmm.. the reason I wanted to do this is precisely because it already caused > harm > by upsetting silly users that worried they were doing something wrong in the > way their clients were configged. Explaining that it does no harm

Re: suppressing (No client certificate requested) from TLS header

2009-05-19 Thread Julius Thijssen
On Mon, May 18, 2009 at 17:36, Victor Duchovni wrote: > On Mon, May 18, 2009 at 09:42:08AM -0500, Noel Jones wrote: > > > IF /^Received: .*by mail.my.domain/ > > IF /no client certificate/ > > /(.*)\(No client certificate requested\)(.*)/ > >   REPLACE $1 $2 > > ENDIF > > ENDIF > > This will leave

Re: suppressing (No client certificate requested) from TLS header

2009-05-18 Thread Victor Duchovni
On Mon, May 18, 2009 at 09:42:08AM -0500, Noel Jones wrote: > IF /^Received: .*by mail.my.domain/ > IF /no client certificate/ > /(.*)\(No client certificate requested\)(.*)/ > REPLACE $1 $2 > ENDIF > ENDIF This will leave a blank line in the middle of the folded header, which violates RFC5322.

Re: suppressing (No client certificate requested) from TLS header

2009-05-18 Thread Noel Jones
Julius Thijssen wrote: OK, I'm using SMTP with TLS, and I'd like to eliminate part of the header it generates; Received: from system (ip-address [1.2.3.4]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.some.serverdomain (Postfi

suppressing (No client certificate requested) from TLS header

2009-05-18 Thread Julius Thijssen
OK, I'm using SMTP with TLS, and I'd like to eliminate part of the header it generates; Received: from system (ip-address [1.2.3.4]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.some.serverdomain (Postfix) with ESMTPSA id 75F61C