comparison 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
comparison
equal deleted inserted replaced
221:8742d2cee364 222:8cddc65765bd
97 gchar *wrapper; 97 gchar *wrapper;
98 gboolean connect_error_fail; 98 gboolean connect_error_fail;
99 99
100 gchar *helo_name; 100 gchar *helo_name;
101 gboolean do_correct_helo; 101 gboolean do_correct_helo;
102 gboolean instant_helo;
102 gboolean do_pipelining; 103 gboolean do_pipelining;
103 104
104 gchar *set_h_from_domain; 105 gchar *set_h_from_domain;
105 gchar *set_h_reply_to_domain; 106 gchar *set_h_reply_to_domain;
106 gchar *set_return_path_domain; 107 gchar *set_return_path_domain;