[PATCH] update the example execution script in regards to gmail smtp server and port
Jonathan Aquilina
eagles051387 at gmail.com
Wed May 11 06:33:55 PDT 2011
---
README | 3 +++
bin/tinbuild | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README b/README
index a259834..d953556 100644
--- a/README
+++ b/README
@@ -44,6 +44,9 @@ like this:
tinbuild -m joe_hacker at 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.
+
If you don't want the user or password to show up in the process list,
simply edit the tinbuild script - rather at the top of it, there are
SMTPUSER and SMTPPW variables, to be set.
diff --git a/bin/tinbuild b/bin/tinbuild
index 731f796..c6e3571 100755
--- 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=
--
1.7.4.1
--------------090102080806070408040905--
More information about the LibreOffice
mailing list