diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-25 19:26:02 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-02-25 19:26:02 +0000 |
| commit | 50b0d5ce3ad04e2d49b7ea7ff8046a64991b1bf4 (patch) | |
| tree | bf21f69ce676e90fda5efaafbde51371a8a7c994 /src/qmail-remote/qmail-remote-io.c | |
| parent | a6d307976be9de94f3c05ff879a558f1fa347c6c (diff) | |
| download | smtpd-starttls-proxy-50b0d5ce3ad04e2d49b7ea7ff8046a64991b1bf4.tar.gz | |
don't wait for a banner after STARTTLS
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) ; |
