# HG changeset patch # User meillo@marmaro.de # Date 1279120228 -7200 # Node ID 1472a6a73b1cd03d29c9d2d04617e2145ca9d232 # Parent 3190e68644527f49869859c0ba8bd195b6cc6516 do *not* use the openssl option -crlf in a wrapper command see masqmail.route(5) for details diff -r 3190e6864452 -r 1472a6a73b1c man/masqmail.route.5 --- a/man/masqmail.route.5 Wed Jul 14 17:02:08 2010 +0200 +++ b/man/masqmail.route.5 Wed Jul 14 17:10:28 2010 +0200 @@ -267,7 +267,7 @@ Example for ssl tunneling: -wrapper="/usr/bin/openssl s_client \-quiet \-crlf \-connect mail.gmx.net:465 2>/dev/null" +wrapper="/usr/bin/openssl s_client \-quiet \-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. @@ -275,7 +275,13 @@ 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" +wrapper="/usr/bin/openssl s_client \-quiet \-starttls smtp \-connect mail.gmx.net:25 2>/dev/null" + +Note for openssl: +Ensure that stderr is redirected. +Do *not* use \-crlf in the wrapper command, because masqmail does already insert CRLF. +However, you might want to specify \-crlf if you want to test your wrapper command +interactively on the command line. .TP \fBpipe\fR = \fIcommand\fR