masqmail-0.2

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
parents d1c53e76096f
children 4917e764f108
files man/masqmail.route.5
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/man/masqmail.route.5	Tue Jul 13 23:11:26 2010 +0200
     1.2 +++ b/man/masqmail.route.5	Wed Jul 14 00:54:28 2010 +0200
     1.3 @@ -51,7 +51,7 @@
     1.4  The reason for this is that masqmail is designed for non permanent internet connections,
     1.5  where such errors may occur quite often, and a bounce would be annoying.
     1.6  
     1.7 -For the default local_net route is is set to true.
     1.8 +For the default local_net route it is set to true.
     1.9  
    1.10  .TP
    1.11  \fBhelo_name\fR = \fIstring\fR
    1.12 @@ -267,7 +267,15 @@
    1.13  
    1.14  Example for ssl tunneling:
    1.15  
    1.16 -wrapper="/usr/bin/openssl s_client \-quiet \-connect pop.gmx.net:995 2>/dev/null"
    1.17 +wrapper="/usr/bin/openssl s_client \-quiet \-crlf \-connect mail.gmx.net:465 2>/dev/null"
    1.18 +
    1.19 +Note: The above line works with masqmail,
    1.20 +but listening on Port 465 for SSL-encrypted connections is deprecated.
    1.21 +The modern way is STARTTLS (RFC-3207).
    1.22 +This could be covered by the following command.
    1.23 +Unfortunately, masqmail doesn't support that yet (as of 0.2.25).
    1.24 +
    1.25 +wrapper="/usr/bin/openssl s_client \-quiet \-crlf \-starttls smtp \-connect mail.gmx.net:25 2>/dev/null"
    1.26  
    1.27  .TP
    1.28  \fBpipe\fR = \fIcommand\fR