debian experimental exim-daemon-heavy config
[exim.git] / test / stdout / 0574
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> EHLO test.ex
5 ??? 250-
6 <<< 250-myhost.test.ex Hello test.ex [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250
14 <<< 250 HELP
15 >>> MAIL FROM:<tester@test.ex>
16 ??? 250
17 <<< 250 OK
18 >>> RCPT TO:<dest@test.ex>
19 ??? 250
20 <<< 250 Accepted
21 >>> DATA
22 ??? 354
23 <<< 354 Enter message, ending with "." on a line by itself
24 >>> Subject: test
25 >>>
26 >>> body
27 >>> .
28 ??? 250
29 <<< 250 OK id=10HmaX-0005vi-00
30 >>> QUIT
31 ??? 221
32 <<< 221 myhost.test.ex closing connection
33 End of script
34 accept: condition test succeeded in ACL "chk_data"
35 end of ACL "chk_data": ACCEPT
36 ╭considering: ${tod_full}
37 ├──expanding: ${tod_full}
38 ╰─────result: Tue, 2 Mar 1999 09:44:33 +0000
39 Writing spool header file: TESTSUITE/spool//input//hdr.10HmaX-0005vi-00
40 DSN: **** SPOOL_OUT - address: <dest@test.ex> errorsto: <NULL> orcpt: <NULL> dsn_flags: 0x0
41 Renaming spool header file: TESTSUITE/spool//input//10HmaX-0005vi-00-H
42 Size of headers = sss
43 LOG: MAIN
44 <= tester@test.ex H=(test.ex) [127.0.0.1] P=esmtp S=sss
45 SMTP>> 250 OK id=10HmaX-0005vi-00
46 search_tidyup called
47 Sender: tester@test.ex
48 Recipients:
49 dest@test.ex
50 Process pppp is ready for new message
51 smtp_setup_msg entered
52 SMTP<< QUIT
53 SMTP>> 221 myhost.test.ex closing connection
54 LOG: smtp_connection MAIN
55 SMTP connection from (test.ex) [127.0.0.1] closed by QUIT
56 search_tidyup called
57 SMTP>>(close on process exit)
58 >>>>>>>>>>>>>>>> Exim pid=pppp (daemon-accept) terminating with rc=0 >>>>>>>>>>>>>>>>