Transmit the proper host name (set from c_fqdn) in EHLO command when we talk to a...
authorArt Cancro <ajc@citadel.org>
Fri, 14 Apr 2017 20:34:33 +0000 (16:34 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 14 Apr 2017 20:34:33 +0000 (16:34 -0400)
commit71a6a60c6b80538d3055cc8f6ab650061131189e
treef3ca56e13dc888a54097b7de06c87188eb230c61
parent0fadbcbe2c27134ad71634b9c81d277d118eff17
Transmit the proper host name (set from c_fqdn) in EHLO command when we talk to a remote mail server.  We are using the poorly documented libcurl syntax for this:  smtp://mx_host/ehlo_host
citadel/modules/smtp/serv_smtpclient.c