comparison man/masqmail.route.5 @ 190:fbb3417c1a54 default tip

Minor fixes in man pages, reported by lintian(1)
author markus schnalke <meillo@marmaro.de>
date Mon, 29 Aug 2011 19:22:51 +0200
parents 4714f093fc77
children
comparison
equal deleted inserted replaced
189:bdd343cc4e19 190:fbb3417c1a54
78 78
79 If this is set, masqmail does not wait for the greeting of the SMTP server 79 If this is set, masqmail does not wait for the greeting of the SMTP server
80 after opening the connection. 80 after opening the connection.
81 Instead it says EHLO right away (ESMTP is assumed). 81 Instead it says EHLO right away (ESMTP is assumed).
82 Use this option with wrappers that eat the 220 greeting of the SMTP server. 82 Use this option with wrappers that eat the 220 greeting of the SMTP server.
83 Common examples are STARTTLS wrappers, like `openssl -starttls smtp ...'. 83 Common examples are STARTTLS wrappers, like `openssl \-starttls smtp ...'.
84 84
85 If this option is set and a 220 greeting is received though, 85 If this option is set and a 220 greeting is received though,
86 everything should still work. 86 everything should still work.
87 Please don't rely on that and keep in mind that RFC 2821 says that the client 87 Please don't rely on that and keep in mind that RFC 2821 says that the client
88 SHOULD wait for the 220 greeting of the server. 88 SHOULD wait for the 220 greeting of the server.