masqmail

diff examples/openssl.route @ 353:48ff59cf0b34

trivial reformating in man page source
author markus schnalke <meillo@marmaro.de>
date Sun, 04 Sep 2011 10:23:00 +0200
parents 55b7bde95d37
children
line diff
     1.1 --- a/examples/openssl.route	Sun Sep 04 10:14:36 2011 +0200
     1.2 +++ b/examples/openssl.route	Sun Sep 04 10:23:00 2011 +0200
     1.3 @@ -5,7 +5,8 @@
     1.4  # encryption is done by communicating through openssl
     1.5  
     1.6  # Today usually STARTTLS (RFC-3207) is used:
     1.7 -# don't forget the instant_helo, otherwise it won't work, because the wrapper eats the 220 greeting
     1.8 +# don't forget the instant_helo, otherwise it won't work,
     1.9 +# because the wrapper eats the 220 greeting
    1.10  instant_helo=true
    1.11  wrapper="/usr/bin/openssl s_client -quiet -starttls smtp -connect mail.gmx.net:25 2>/dev/null"
    1.12