# HG changeset patch # User meillo@marmaro.de # Date 1279061668 -7200 # Node ID 15b3c71254cb9df0c01d230d6c88e1e173ed8bd5 # Parent d1c53e76096f7e5c31993460130e18461ad73db4 documented the wrapper option of route files better plus a small typo fix diff -r d1c53e76096f -r 15b3c71254cb man/masqmail.route.5 --- 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