Re: SMTP session caching

2018-03-21 Thread Viktor Dukhovni
> On Mar 21, 2018, at 9:46 PM, Wietse Venema wrote: > > Just like the SMTP conection cache service, the tlsproxy service > must not try to do clever things. It receives TLS requirements, > does a TLS handshake, and returns TLS session properties that can > later be used

Re: SMTP session caching

2018-03-21 Thread Wietse Venema
Viktor Dukhovni: > My point was that we'd still want a single proxy service, so it will need > to be aware of the connecting transport name, and configure a suitable > SSL_CTX when that name is seen for the first time. Session resumption > would also need to convey the delivery agent name to

Re: postfix 2.6.6 / always_add_missing_headers behavior question

2018-03-21 Thread /dev/rob0
On Wed, Mar 21, 2018 at 07:06:33PM +, Aaron Bennett wrote: > I'm confused by the docs at > http://www.postfix.org/postconf.5.html#always_add_missing_headers, > to wit: > "Always add (Resent-) From:, To:, Date: or > Message-ID: headers when not present.

Re: Configure many users accounts.

2018-03-21 Thread /dev/rob0
On Wed, Mar 21, 2018 at 05:10:00PM -0300, Rodrigo Cunha wrote: > In my enviroment i write a script, this need sending mails from > 3 accounts operad...@gmail.com, operad...@gmail.com and > operad...@gmail.com; in my posftix file config i have configure > only operad...@gmail.com and all mail

Configure many users accounts.

2018-03-21 Thread Rodrigo Cunha
Dears, i have a question. In my enviroment i write a script, this need sending mails from 3 accounts operad...@gmail.com, operad...@gmail.com and operad...@gmail.com; in my posftix file config i have configure only operad...@gmail.com and all mail output from operad...@gmail.com, setting default.

postfix 2.6.6 / always_add_missing_headers behavior question

2018-03-21 Thread Aaron Bennett
Hello, I'm confused by the docs at http://www.postfix.org/postconf.5.html#always_add_missing_headers, to wit: "Always add (Resent-) From:, To:, Date: or Message-ID: headers when not present. Postfix 2.6 and later add these headers only when clients match the

Re: SMTP session caching

2018-03-21 Thread Viktor Dukhovni
> On Mar 21, 2018, at 10:48 AM, Wietse Venema wrote: > >> It is probably time to refactor the original Postfix 2.11 DANE internals >> to look a lot more like the new DANE API in OpenSSL 1.1.0, which should >> serialize a bit more easily. >> >> One complication is that we

Re: SMTP session caching

2018-03-21 Thread Wietse Venema
Viktor Dukhovni: > > > > On Mar 20, 2018, at 11:34 PM, Wietse Venema wrote: > > > > 3) duplicate some TLSA logic in the tlsproxy daemon, if it can't > > be factored out into a reusable library. > > It is probably time to refactor the original Postfix 2.11 DANE internals

Re: SMTP session caching

2018-03-21 Thread Viktor Dukhovni
> On Mar 20, 2018, at 11:34 PM, Wietse Venema wrote: > > 3) duplicate some TLSA logic in the tlsproxy daemon, if it can't > be factored out into a reusable library. It is probably time to refactor the original Postfix 2.11 DANE internals to look a lot more like the new