masqmail

diff src/masqmail.h @ 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 4fd237550525
children 996b53a50f55
line diff
     1.1 --- a/src/masqmail.h	Fri Jul 23 10:53:04 2010 +0200
     1.2 +++ b/src/masqmail.h	Fri Jul 23 10:57:53 2010 +0200
     1.3 @@ -99,6 +99,7 @@
     1.4  
     1.5  	gchar *helo_name;
     1.6  	gboolean do_correct_helo;
     1.7 +	gboolean instant_helo;
     1.8  	gboolean do_pipelining;
     1.9  
    1.10  	gchar *set_h_from_domain;