masqmail-0.2

diff src/smtp_out.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 1e2fd87d58ea
children
line diff
     1.1 --- a/src/smtp_out.h	Mon Jul 19 14:01:13 2010 +0200
     1.2 +++ b/src/smtp_out.h	Thu Jul 22 23:30:05 2010 +0200
     1.3 @@ -77,7 +77,7 @@
     1.4  smtp_base *smtp_out_open(gchar * host, gint port, GList * resolve_list);
     1.5  smtp_base *smtp_out_open_child(gchar * cmd);
     1.6  gboolean smtp_out_rset(smtp_base * psb);
     1.7 -gboolean smtp_out_init(smtp_base * psb);
     1.8 +gboolean smtp_out_init(smtp_base * psb, gboolean instant_helo);
     1.9  gint smtp_out_msg(smtp_base * psb, message * msg, address * return_path, GList * rcpt_list, GList * hdr_list);
    1.10  gboolean smtp_out_quit(smtp_base * psb);
    1.11