changeset 153:15b3c71254cb

documented the wrapper option of route files better plus a small typo fix
author meillo@marmaro.de
date Wed, 14 Jul 2010 00:54:28 +0200 (2010-07-13)
parents d1c53e76096f
children 4917e764f108
files man/masqmail.route.5
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/masqmail.route.5	Tue Jul 13 23:11:26 2010 +0200
+++ b/man/masqmail.route.5	Wed Jul 14 00:54:28 2010 +0200
@@ -51,7 +51,7 @@
 The reason for this is that masqmail is designed for non permanent internet connections,
 where such errors may occur quite often, and a bounce would be annoying.
 
-For the default local_net route is is set to true.
+For the default local_net route it is set to true.
 
 .TP
 \fBhelo_name\fR = \fIstring\fR
@@ -267,7 +267,15 @@
 
 Example for ssl tunneling:
 
-wrapper="/usr/bin/openssl s_client \-quiet \-connect pop.gmx.net:995 2>/dev/null"
+wrapper="/usr/bin/openssl s_client \-quiet \-crlf \-connect mail.gmx.net:465 2>/dev/null"
+
+Note: The above line works with masqmail,
+but listening on Port 465 for SSL-encrypted connections is deprecated.
+The modern way is STARTTLS (RFC-3207).
+This could be covered by the following command.
+Unfortunately, masqmail doesn't support that yet (as of 0.2.25).
+
+wrapper="/usr/bin/openssl s_client \-quiet \-crlf \-starttls smtp \-connect mail.gmx.net:25 2>/dev/null"
 
 .TP
 \fBpipe\fR = \fIcommand\fR