Re: buildbot/bin/sendEmail issue

2015-01-26 Thread Jonathan Aquilina
I did it a bit differently I setup postfix to work as the relay through gmail, and that for the most part worked out of the box for me. On Mon, Jan 26, 2015 at 9:01 AM, Maarten Hoes wrote: > Hi, > > On Mon, Jan 26, 2015 at 6:34 AM, Jonathan Aquilina > wrote: > > > > Hi Maarten, > > > > Did you

Re: buildbot/bin/sendEmail issue

2015-01-26 Thread Maarten Hoes
Hi, On Mon, Jan 26, 2015 at 6:34 AM, Jonathan Aquilina wrote: > > Hi Maarten, > > Did you manage to get it working? > Yes, after patching sendEmail. Thanks, - Maarten ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

Re: buildbot/bin/sendEmail issue

2015-01-25 Thread Jonathan Aquilina
Hi Maarten, Did you manage to get it working? as I had setup something at work to use gmail to relay. Not sure if this will be of any use to you https://rtcamp.com/tutorials/linux/ubuntu-postfix-gmail-smtp/ On Sat, Jan 24, 2015 at 11:00 AM, Maarten Hoes wrote: > Hi, > > On Sat, Jan 24, 2015 at

Re: buildbot/bin/sendEmail issue

2015-01-24 Thread Maarten Hoes
Hi, On Sat, Jan 24, 2015 at 10:52 AM, Matúš Kukan wrote: > > On 24 January 2015 at 10:38, Maarten Hoes wrote: > > if ($conf{'tls_server'} == 1 and $conf{'tls_client'} == 1 and > > $opt{'tls'} =~ /^(yes|auto)$/) { > > printmsg("DEBUG => Starting TLS", 2); > > if (SMTPchat('

Re: buildbot/bin/sendEmail issue

2015-01-24 Thread Matúš Kukan
On 24 January 2015 at 10:38, Maarten Hoes wrote: > 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 = 'SSLv

Re: buildbot/bin/sendEmail issue

2015-01-24 Thread Maarten Hoes
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

buildbot/bin/sendEmail issue

2015-01-24 Thread Maarten Hoes
Hi, In an attempt to send email from a unix shell script, im trying to use the buildbot/bin/sendEmail command. This seems like a better choice than just using 'mailx' from some vm's commandline, as it would allow for logging into an smtp server with gmail/google credentials, allowing for sending