smtp: more tls options

2021-05-22 Thread Eric Faurot
The new -T option in smtp(1) allows to plug more TLS parameters easily. For completeness and consistency, this diff adds the following: cafile=: override the default root certificates nosni: disable SNI completely noverify: synonym for -C that can be recycled servername=: synonym for -S (u

Re: smtp: more tls options

2021-05-23 Thread Theo Buehler
On Sat, May 22, 2021 at 04:08:55PM +0200, Eric Faurot wrote: > The new -T option in smtp(1) allows to plug more TLS parameters easily. > For completeness and consistency, this diff adds the following: > > cafile=: override the default root certificates > nosni: disable SNI completely > noveri