masqmail
diff man/masqmail.route.5 @ 222:8cddc65765bd
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 | Fri, 23 Jul 2010 10:57:53 +0200 |
parents | 89f951be358f |
children | 9814e75de61c |
line diff
1.1 --- a/man/masqmail.route.5 Fri Jul 23 10:53:04 2010 +0200 1.2 +++ b/man/masqmail.route.5 Fri Jul 23 10:57:53 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,