Re: postfix duplicated dkim signature

2012-02-16 Thread li...@coffeehabit.net
On 16/02/12 09:46, Birta Levente wrote: Hello I use postfix 2.7.2 with amavisd-new, opendkim and dk-milter. I'm curious to know why you're using opendkim and dk-milter instead of using the built-in DKIM signing/checking in amavisd-new? > My problem is dkim signature appear 2 times in mail

Re: Suppressing received-from line when mail is from authenticated MUA

2012-02-13 Thread li...@coffeehabit.net
Noel, thanks for your patient response. On 13/02/12 16:17, Noel Jones wrote: On 2/13/2012 9:49 AM, li...@coffeehabit.net wrote: I have been trying this, but for some reason it does not work. I assume the wrapping doesn't matter, since the lines are different lengths depending on the reci

Re: Suppressing received-from line when mail is from authenticated MUA

2012-02-13 Thread li...@coffeehabit.net
On 13/02/12 15:24, Alex Bligh wrote: So, what I did for future readers of the archives is have the following line in header_checks: /^Received: .*by (mail\.example\.com \(Postfix\) with (ESMTPSA|SMTPSA|ESMTPA|SMTPSA).*)$/ REPLACE Received: by $1 This removes the inbound IP addresses data, but k