Jonathan Aquilina wrote:
> @@ -44,6 +44,9 @@ like this:
>  
>  tinbuild -m joe_hac...@gmail.com -s smtp.gmail.com -u joe_hacker -p SeCrEt 
> -c tls -t "Linux gcc-4.4.1 (x86_64)"
>  
> +Please note that you will need to change the default smtp port to port
> +587 if you would like to use gmail.
> +
>
Thanks, pushed - slightly amended, since it does work here for port
25.

> --- a/bin/tinbuild
> +++ b/bin/tinbuild
> @@ -1,4 +1,4 @@
> -#!/bin/sh
> +#!/bin/bash
>  
>  export LC_ALL="C"
>  
> @@ -15,7 +15,7 @@ TINDERNAME=
>  BANDWIDTH=
>  LOCK=
>  
> -SMTPPORT=25
> +SMTPPORT=587
>  SMTPCRYPT=none
>  SMTPHOST=
>  SMTPUSER=
>
Not pushed - the former is already fixed in a more portable way, the
latter is prolly just in error.

Cheers,

-- Thorsten

Attachment: pgpLA52gaIi9d.pgp
Description: PGP signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to