masqmail-0.2

changeset 158:014b9e01ce25

do *not* use the openssl option -crlf in a wrapper command see masqmail.route(5) for details
author meillo@marmaro.de
date Wed, 14 Jul 2010 21:52:20 +0200
parents d56914eb9f75
children 949ccc02eecf
files man/masqmail.route.5
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/man/masqmail.route.5	Wed Jul 14 20:52:37 2010 +0200
     1.2 +++ b/man/masqmail.route.5	Wed Jul 14 21:52:20 2010 +0200
     1.3 @@ -267,7 +267,7 @@
     1.4  
     1.5  Example for ssl tunneling:
     1.6  
     1.7 -wrapper="/usr/bin/openssl s_client \-quiet \-crlf \-connect mail.gmx.net:465 2>/dev/null"
     1.8 +wrapper="/usr/bin/openssl s_client \-quiet \-connect mail.gmx.net:465 2>/dev/null"
     1.9  
    1.10  Note: The above line works with masqmail,
    1.11  but listening on Port 465 for SSL-encrypted connections is deprecated.
    1.12 @@ -275,7 +275,13 @@
    1.13  This could be covered by the following command.
    1.14  Unfortunately, masqmail doesn't support that yet (as of 0.2.25).
    1.15  
    1.16 -wrapper="/usr/bin/openssl s_client \-quiet \-crlf \-starttls smtp \-connect mail.gmx.net:25 2>/dev/null"
    1.17 +wrapper="/usr/bin/openssl s_client \-quiet \-starttls smtp \-connect mail.gmx.net:25 2>/dev/null"
    1.18 +
    1.19 +Note for openssl:
    1.20 +Ensure that stderr is redirected.
    1.21 +Do *not* use \-crlf in the wrapper command, because masqmail does already insert CRLF.
    1.22 +However, you might want to specify \-crlf if you want to test your wrapper command
    1.23 +interactively on the command line.
    1.24  
    1.25  .TP
    1.26  \fBpipe\fR = \fIcommand\fR