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
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
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
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
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
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