masqmail
diff src/smtp_out.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 | 1e2fd87d58ea |
children | 4cff8638dd9b |
line diff
1.1 --- a/src/smtp_out.h Fri Jul 23 10:53:04 2010 +0200 1.2 +++ b/src/smtp_out.h Fri Jul 23 10:57:53 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