masqmail-0.2

diff src/masqmail.h @ 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 5ec5e6637049
children 087e99c7702a
line diff
     1.1 --- a/src/masqmail.h	Mon Jul 19 14:01:13 2010 +0200
     1.2 +++ b/src/masqmail.h	Thu Jul 22 23:30:05 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;