Mercurial > masqmail
changeset 353:48ff59cf0b34
trivial reformating in man page source
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 04 Sep 2011 10:23:00 +0200 (2011-09-04) |
parents | 4905a1d9e6a7 |
children | 08932c629849 |
files | examples/openssl.route |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"