Mercurial > masqmail
comparison man/masqmail.route.5 @ 337:fe00f7952a7c
Minor fixes in man pages, reported by lintian(1)
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 29 Aug 2011 19:32:38 +0200 |
parents | ef346dc67514 |
children | 08932c629849 |
comparison
equal
deleted
inserted
replaced
336:2d4aa516ba0e | 337:fe00f7952a7c |
---|---|
156 | 156 |
157 If this is set, masqmail does not wait for the greeting of the SMTP server | 157 If this is set, masqmail does not wait for the greeting of the SMTP server |
158 after opening the connection. | 158 after opening the connection. |
159 Instead it says EHLO right away (ESMTP is assumed). | 159 Instead it says EHLO right away (ESMTP is assumed). |
160 Use this option with wrappers that eat the 220 greeting of the SMTP server. | 160 Use this option with wrappers that eat the 220 greeting of the SMTP server. |
161 Common examples are STARTTLS wrappers, like `openssl s_client -starttls smtp ...'. | 161 Common examples are STARTTLS wrappers, like `openssl s_client \-starttls smtp ...'. |
162 | 162 |
163 If this option is set and a 220 greeting is received though, | 163 If this option is set and a 220 greeting is received though, |
164 everything should still work. | 164 everything should still work. |
165 Please don't rely on that and keep in mind that RFC 2821 says that the client | 165 Please don't rely on that and keep in mind that RFC 2821 says that the client |
166 SHOULD wait for the 220 greeting of the server. | 166 SHOULD wait for the 220 greeting of the server. |