Re: postfix tls feature request

2016-02-10 Thread Wietse Venema
Viktor Dukhovni: > # .IP "\fBall-default-client\fR" > # Exit with a 0 (success) status code if all SMTP client TLS settings > # are at their default values. Otherwise, the exit code is non-zero. > # .IP "\fBall-default-server\fR" > # Exit with a 0 (success) status code if some SMTP ser

Re: postfix tls feature request

2016-02-10 Thread Viktor Dukhovni
On Wed, Feb 10, 2016 at 07:11:46PM +, Eray Aslan wrote: > On Wed, Feb 10, 2016 at 06:04:59PM +, Viktor Dukhovni wrote: > > Well "postfix tls enable-client|server" already checks whether the > > key client or server TLS settings are at their defaults, and if > > not only suggests recommende

Re: postfix tls feature request

2016-02-10 Thread Eray Aslan
On Wed, Feb 10, 2016 at 06:04:59PM +, Viktor Dukhovni wrote: > Well "postfix tls enable-client|server" already checks whether the > key client or server TLS settings are at their defaults, and if > not only suggests recommended settings without making any changes. > > Are you looking to avoid

Re: postfix tls feature request

2016-02-10 Thread Wietse Venema
Viktor Dukhovni: > On Wed, Feb 10, 2016 at 05:50:21PM +, Eray Aslan wrote: > > > I am looking for a quick way to determine whether the client and server > > tls setting are at their default values. Something similar to the > > attached patch perhaps. > > > > Use case: If ssl support is reque

Re: postfix tls feature request

2016-02-10 Thread Viktor Dukhovni
On Wed, Feb 10, 2016 at 05:50:21PM +, Eray Aslan wrote: > I am looking for a quick way to determine whether the client and server > tls setting are at their default values. Something similar to the > attached patch perhaps. > > Use case: If ssl support is requested by the user, I am hoping t

postfix tls feature request

2016-02-10 Thread Eray Aslan
I am looking for a quick way to determine whether the client and server tls setting are at their default values. Something similar to the attached patch perhaps. Use case: If ssl support is requested by the user, I am hoping to issue postfix tls all-default-client && postfix tls enable-client