Mercurial > masqmail
changeset 180:1472a6a73b1c
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 17:10:28 +0200 (2010-07-14) |
parents | 3190e6864452 |
children | 8b17ea9fd17b |
files | man/masqmail.route.5 |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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