Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Jonathan Aquilina wrote:
@@ -44,6 +44,9 @@ like this:
 
 tinbuild -m joe_hacker@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: pgpfzcUcUyaXt.pgp
Description: PGP signature


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.