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