# HG changeset patch # User markus schnalke # Date 1315124580 -7200 # Node ID 48ff59cf0b3463dc844ed22f1aadf138f2609f48 # Parent 4905a1d9e6a79e4c37402d24bdc8ae999ce29879 trivial reformating in man page source diff -r 4905a1d9e6a7 -r 48ff59cf0b34 examples/openssl.route --- a/examples/openssl.route Sun Sep 04 10:14:36 2011 +0200 +++ b/examples/openssl.route Sun Sep 04 10:23:00 2011 +0200 @@ -5,7 +5,8 @@ # encryption is done by communicating through openssl # Today usually STARTTLS (RFC-3207) is used: -# don't forget the instant_helo, otherwise it won't work, because the wrapper eats the 220 greeting +# don't forget the instant_helo, otherwise it won't work, +# because the wrapper eats the 220 greeting instant_helo=true wrapper="/usr/bin/openssl s_client -quiet -starttls smtp -connect mail.gmx.net:25 2>/dev/null"