From 736139ffe19dbf04fe318b9b129b7c7c941b40b2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 1 Dec 2021 09:10:53 +0000 Subject: Publishing new version --- gemfeed/atom.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- gemfeed/index.gmi | 1 + index.gmi | 1 + 3 files changed, 51 insertions(+), 1 deletion(-) diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 2bf7515f..6e2a6cd4 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2021-11-30T21:57:09+00:00 + 2021-12-01T09:10:34+00:00 buetow.org feed Having fun with computers! @@ -3247,6 +3247,54 @@ my_map f l = foldr (make_map_fn f) [] l fun my_filter f l = foldr (make_filter_fn f) [] l my_filter f l = foldr (make_filter_fn f) [] l +

E-Mail me your thoughts at comments@mx.buetow.org!

+ + + + + Using my Nokia N95 for fixing my MTA + + gemini://buetow.org/gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.gmi + 2008-12-29T09:10:41+00:00 + + Paul Buetow + comments@mx.buetow.org + + The last week I was in Vidin, Bulgaria with no internet access and I had to fix my MTA (Postfix) at. .....to read on please visit my site. + +
+

Using my Nokia N95 for fixing my MTA

+
+
+           _
+          |E]
+        .-|=====-.
+        | | mail |
+     ___|________|
+            ||
+            ||
+            ||   www
+     ,;,    ||   )_(,;;;,
+     <_>  \ ||   \|/ \_/
+     \|/  \\||  \\|   |//
+_jgs_\|//_\\|///_\V/_\|//__
+                      Art by Joan Stark
+
+

Published by Paul Buetow 2008-12-29, last updated 2021-12-01

+

The last week I was in Vidin, Bulgaria with no internet access and I had to fix my MTA (Postfix) at

+

host.0.buetow.org which serves E-Mail for all my customers at P. B. Labs. Good, that I do not guarantee

+

high availability on my web services (I've to do a full time job somewhere else too).

+

My first attempt to find an internet café, which was working during Christmastime, failed. However, I found with my N95 phone lots of free WLAN hotspots. The hotspots refused me logging into my server using SSH as I have configured a non-standard port for SSH for security reasons. Without knowing the costs, I used the GPRS internet access of my German phone provider (yes, I had to pay roaming fees).

+Picture of a Nokia N95
+

With Putty for N95 and configuring Postfix with Vim and the T9 input mechanism, I managed to fix the problem. But it took half of an hour:

+
    +
  • First, getting a shell prompt
  • +
  • Second, use the "tail" command to analyse the Postfix logs
  • +
  • Third, use the "sed" command to fix a syntax error in the Postfix config
  • +
  • Fourth, restart Postfix
  • +
+

It was a pain in the ass. My next mobile phone MUST have a full QWERTY keyboard. This would have made my life lots easier. :)

+

At the moment I am in Sofia, Bulgaria. Here I can use at least an unprotected WLAN hotspot which belongs to one of the neighbours which I don’t know in person, and it is not blocking any port at all :)

E-Mail me your thoughts at comments@mx.buetow.org!

diff --git a/gemfeed/index.gmi b/gemfeed/index.gmi index e88ce35b..a33347ac 100644 --- a/gemfeed/index.gmi +++ b/gemfeed/index.gmi @@ -23,4 +23,5 @@ => ./2010-05-09-the-fype-programming-language.gmi 2010-05-09 (1272 words) - The Fype Programming Language => ./2010-05-07-lazy-evaluation-with-standarn-ml.gmi 2010-05-07 (0192 words) - Lazy Evaluation with Standard ML => ./2010-04-09-standard-ml-and-haskell.gmi 2010-04-09 (0266 words) - Standard ML and Haskell +=> ./2008-12-29-using-my-nokia-n95-for-fixing-my-mta.gmi 2008-12-29 (0294 words) - Using my Nokia N95 for fixing my MTA => ./2008-06-26-perl-poetry.gmi 2008-06-26 (0147 words) - Perl Poetry diff --git a/index.gmi b/index.gmi index 9d76330d..8ebac6e5 100644 --- a/index.gmi +++ b/index.gmi @@ -73,4 +73,5 @@ I have switched blog software multiple times. I might be backfilling some of the => ./gemfeed/2010-05-09-the-fype-programming-language.gmi 2010-05-09 - The Fype Programming Language => ./gemfeed/2010-05-07-lazy-evaluation-with-standarn-ml.gmi 2010-05-07 - Lazy Evaluation with Standard ML => ./gemfeed/2010-04-09-standard-ml-and-haskell.gmi 2010-04-09 - Standard ML and Haskell +=> ./gemfeed/2008-12-29-using-my-nokia-n95-for-fixing-my-mta.gmi 2008-12-29 - Using my Nokia N95 for fixing my MTA => ./gemfeed/2008-06-26-perl-poetry.gmi 2008-06-26 - Perl Poetry -- cgit v1.2.3