comparison 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
comparison
equal deleted inserted replaced
170:0f0e4e7cd762 171:349518b940db
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;