Re: "Authentication-Results" header order

2021-07-04 Thread PGNet Dev
On 7/4/21 4:10 PM, Juri Haberland wrote: On 03/07/2021 13:29, Markus E. wrote: By the way, I like the way Google merges the headers into one, like: an additional option is: https://github.com/fastmail/authentication_milter very config'able, a typical header appears as: Authenticati

Re: "Authentication-Results" header order

2021-07-04 Thread Juri Haberland
On 03/07/2021 13:29, Markus E. wrote: > By the way, I like the way Google merges the headers into one, like: > > Authentication-Results: mx.google.com; > dkim=pass header.i=@example.net header.s=example header.b=lXmpAXoJ; > spf=pass (google.com: domain of u...@example.net designates X.X

Re: "Authentication-Results" header order

2021-07-03 Thread Markus E.
On Mon, 28 Jun 2021, Kevin N. wrote: Super. Thank you for all the info :) Cheers, Kevin By the way, I like the way Google merges the headers into one, like: Authentication-Results: mx.google.com; dkim=pass header.i=@example.net header.s=example header.b=lXmpAXoJ; spf=pass (google.c

Re: "Authentication-Results" header order

2021-06-27 Thread Kevin N.
Super. Thank you for all the info :) Cheers, Kevin On 28/06/2021 00:04, David Bürgin wrote: Kevin N.: Milters decide themselves where they want to insert headers, by index. Depending on the order in which milters run, insertion done by one milter can shift the insertion point of the next mi

Re: "Authentication-Results" header order

2021-06-27 Thread David Bürgin
Kevin N.: > > Milters decide themselves where they want to insert headers, by index. > > Depending on the order in which milters run, insertion done by one > > milter can shift the insertion point of the next milter. > > > > The sendmail milter API that milters use to insert headers has a bit of >

Re: "Authentication-Results" header order

2021-06-27 Thread Kevin N.
Hi David, Thank you for the detailed explanation. Milters decide themselves where they want to insert headers, by index. Depending on the order in which milters run, insertion done by one milter can shift the insertion point of the next milter. The sendmail milter API that milters use to inse

Re: "Authentication-Results" header order

2021-06-27 Thread Kevin N.
Thank you for the clarification, Cheers, Kevin On 27/06/2021 02:36, Wietse Venema wrote: Kevin N.: 3. From what I've read, the milters are called in the order they are specified. But does that mean that for each SMTP event Postfix will call the milters in the specified order? Yes. Each ev

Re: "Authentication-Results" header order

2021-06-27 Thread David Bürgin
Hi Kevin, > I am using two milters to check incoming mail for DKIM signatures and SPF > records. They are specified in main.cf using the "smtpd_milters" parameter. > > Now, > when I place the DKIM milter before the SPF milter, like so: > > > smtpd_milters = inet:dkim-milter-host:port, inet:spf-

Re: "Authentication-Results" header order

2021-06-26 Thread Wietse Venema
Kevin N.: > 3. From what I've read, the milters are called in the order they are > specified. > > But does that mean that for each SMTP event Postfix will call the > milters in the specified order? Yes. Each event is given to the first milter, then the second milter, and so on. Not: all events

"Authentication-Results" header order

2021-06-26 Thread Kevin N.
Hello everybody, I am using two milters to check incoming mail for DKIM signatures and SPF records. They are specified in main.cf using the "smtpd_milters" parameter. Now, when I place the DKIM milter before the SPF milter, like so: smtpd_milters = inet:dkim-milter-host:port, inet:spf-milte