diff options
Diffstat (limited to 'src/qmail-remote/qmail-remote-io.c')
| -rw-r--r-- | src/qmail-remote/qmail-remote-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmail-remote/qmail-remote-io.c b/src/qmail-remote/qmail-remote-io.c index f917840..90733b3 100644 --- a/src/qmail-remote/qmail-remote-io.c +++ b/src/qmail-remote/qmail-remote-io.c @@ -245,7 +245,7 @@ int main (int argc, char const *const *argv) tain_now_set_stopwatch_g() ; if (wgola[GOLA_HELOHOST]) { - if (qmailr_smtp_start(&in, &out, wgola[GOLA_HELOHOST], timeoutremote) == -1) + if (qmailr_smtp_ehlo(&in, &out, wgola[GOLA_HELOHOST], timeoutremote) == -1) qmailr_tempusys("initiate SMTP exchange with ", argv[0]) ; } smtp_body(&in, &out, argv[0], argv[1], argv + 2, argc - 2, timeoutremote) ; |
