diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-03 23:13:34 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-05 16:55:33 +0000 |
commit | ee8b809061baea861fc87c41bcb72a62d76b0047 (patch) | |
tree | 015dadad49f70deb9a2bc0887452ced9824b9f8b /test/stderr/4052 | |
parent | b536a578fbabdc9d39da53d54a8d7700ba537431 (diff) |
Squashed commit of PIPE_CONNECT
Diffstat (limited to 'test/stderr/4052')
-rw-r--r-- | test/stderr/4052 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/test/stderr/4052 b/test/stderr/4052 new file mode 100644 index 000000000..35739f170 --- /dev/null +++ b/test/stderr/4052 @@ -0,0 +1,67 @@ +Exim version x.yz .... +configuration file is TESTSUITE/test-config +admin user +LOG: MAIN + <= CALLER@the.local.host.name U=CALLER P=local S=sss +Exim version x.yz .... +configuration file is TESTSUITE/test-config +trusted user +admin user +>>>>>>>>>>>>>>>> Remote deliveries >>>>>>>>>>>>>>>> +--------> extchange@test.ex <-------- +smtp transport entered + extchange@test.ex +hostlist: + '127.0.0.1' IP 127.0.0.1 port 1225 +checking status of 127.0.0.1 +no host retry record +no message retry record +127.0.0.1 [127.0.0.1]:1111 retry-status = usable +delivering 10HmbG-0005vi-00 to 127.0.0.1 [127.0.0.1] (extchange@test.ex) +Transport port=25 replaced by host-specific port=1225 +EHLO response bits from cache: cleartext 0x0220 crypted 0x0000 +Using cached cleartext PIPE_CONNECT + SMTP>> EHLO the.local.host.name +using PIPELINING +not using DSN + SMTP>> MAIL FROM:<CALLER@the.local.host.name> + SMTP>> RCPT TO:<extchange@test.ex> + SMTP>> DATA +cmd buf flush ddd bytes +Connecting to 127.0.0.1 [127.0.0.1]:1225 ... sending 87 nonTFO early-data +connected +smtp_reap_early_pipe expect banner + SMTP<< 220 banner +smtp_reap_early_pipe expect ehlo + SMTP<< 250-esmtp-resp + 250-PIPELINING + 250-X_PIPE_CONNECT + 250-STARTTLS + 250 ok +EHLO extensions changed, 0x0220/0x0000 -> 0x0221/0x0000 +sync_responses expect mail + SMTP<< 250 mail-from accepted +sync_responses expect rcpt + SMTP<< 250 rcpt-to accepted +sync_responses expect data + SMTP<< 354 data go-ahead + SMTP>> writing message and terminating "." +cannot use sendfile for body: spoolfile not wireformat +writing data block fd=dddd size=sss timeout=300 + SMTP<< 250 message accepted +ok=1 send_quit=1 send_rset=0 continue_more=0 yield=0 first_address is NULL +transport_check_waiting entered + sequence=1 local_max=500 global_max=-1 +no messages waiting for 127.0.0.1 + SMTP>> QUIT +cmd buf flush ddd bytes + SMTP(close)>> +Leaving smtp transport +LOG: MAIN + => extchange@test.ex R=client T=smtp H=127.0.0.1 [127.0.0.1] L* C="250 message accepted" +LOG: MAIN + Completed +>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>> +>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>> + +******** SERVER ******** |