masqmail-0.2
diff man/masqmail.route.5 @ 171:349518b940db
added support for STARTTLS wrappers
added the route config option `instant_helo' which
causes masqmail, as SMTP client, not to wait for the
server's 220 greeting. Instead if says EHLO right at
once. You'll need this for STARTTLS wrappers that
usually eat the greeting line.
author | meillo@marmaro.de |
---|---|
date | Thu, 22 Jul 2010 23:30:05 +0200 |
parents | 014b9e01ce25 |
children | ed96d7054b9b |
line diff
1.1 --- a/man/masqmail.route.5 Mon Jul 19 14:01:13 2010 +0200 1.2 +++ b/man/masqmail.route.5 Thu Jul 22 23:30:05 2010 +0200 1.3 @@ -74,6 +74,23 @@ 1.4 the \fBhelo_name\fR (see above) will be used. 1.5 1.6 .TP 1.7 +\fBinstant_helo\fR = \fIboolean\fR 1.8 + 1.9 +If this is set, masqmail does not wait for the greeting of the SMTP server 1.10 +after opening the connection. 1.11 +Instead it says EHLO right away (ESMTP is assumed). 1.12 +Use this option with wrappers that eat the 220 greeting of the SMTP server. 1.13 +Common examples are STARTTLS wrappers, like `openssl -starttls smtp ...'. 1.14 + 1.15 +If this option is set and a 220 greeting is received though, 1.16 +everything should still work. 1.17 +Please don't rely on that and keep in mind that RFC 2821 says that the client 1.18 +SHOULD wait for the 220 greeting of the server. 1.19 + 1.20 +Default: false 1.21 + 1.22 + 1.23 +.TP 1.24 \fBdo_pipelining\fR = \fIboolean\fR 1.25 1.26 If this is set to false, masqmail will not use ESMTP PIPELINING,