Displaying 3 results from an estimated 3 matches for "clientssloptions".
2015 Apr 17
2
Disable SSLv3 in sendmail in CentOS 5
RedHat released sendmail-8.13.8-10.el5_11.src.rpm which includes
sendmail-8.13.8-ssl-opts.patch which adds support for disabling SSLv3 and
SSLv2 in sendmail.cf
But as far as I can see there is no support in sendmail.mc - I can't see
how to compile sendmail.mc to get the required line ServerSSLOptions in
sendmail.cf
Does anyone know how to do this ?
--
Andrew Daviel, TRIUMF, Canada
2015 Apr 17
0
Disable SSLv3 in sendmail in CentOS 5
...n see there is no support in sendmail.mc - I can't
> see how to compile sendmail.mc to get the required line
> ServerSSLOptions in sendmail.cf
>
>
> Does anyone know how to do this ?
At the end of sendmail.mc, after the MAILER macros, add a
LOCAL_CONFIG, e.g,,
LOCAL_CONFIG
O ClientSSLOptions=+SSL_OP_NO_SSLv2 +SSL_OP_NO_SSLv3
O ServerSSLOptions=+SSL_OP_NO_SSLv2 +SSL_OP_NO_SSLv3 +SSL_OP_CIPHER_SERVER_PREFERENCE
--
Paul Heinlein
heinlein at madboa.com
45?38' N, 122?6' W
2015 Jul 04
1
sendmail tls and oppenssl
Am 04.07.2015 um 15:34 schrieb Gregory P. Ennis <PoMec at PoMec.Net>:
> On Sat, 2015-07-04 at 08:07 -0500, Gregory P. Ennis wrote:
>> Everyone,
>>
>> Looks like the new version of oppenssl has broken my sendmail's use
>> of
>> tls. Has anyone else had this problem or seen a fix?
>>
>> Greg Ennis
>>