Hrm.
I did some googling, and it seems I am not the only one running into this
issue. It seems making this change in the script can be used as a
workaround, but im not sure if this is seen as an acceptable change.
$ diff -u ./buildbot/bin/sendEmail ~/tmp/sendEmail
--- ./buildbot/bin/sendEmail 2014-11-24 20:48:38.005980248 +0100
+++ /home/buildslave/tmp/sendEmail 2015-01-24 10:32:40.101195889 +0100
@@ -1903,7 +1903,7 @@
if ($conf{'tls_server'} == 1 and $conf{'tls_client'} == 1 and
$opt{'tls'} =~ /^(yes|auto)$/) {
printmsg("DEBUG => Starting TLS", 2);
if (SMTPchat('STARTTLS')) { quit($conf{'error'}, 1); }
- my $ssl_ver = 'SSLv3 TLSv1';
+ my $ssl_ver = 'SSLv3';
chomp(my $system = `uname -o`);
if ($system eq 'Cygwin') { $ssl_ver = 'SSLv3'; }
if (! IO::Socket::SSL->start_SSL($SERVER, SSL_version =>
$ssl_ver)) {
I guess I can make a copy of the script, make the modification in that
version, and use that modified sendEmail version in my shell script.
However, you would then end up with 2 different versions of the sendEmail
script which i guess is less than ideal as well.
- Maarten
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.