summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0632
blob: 4bdefca0b6718eacb9f9b1b088054d837320aaca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# regex caching
#
exim -d-all+queue_run+expand+lookup -DSERVER=server -bd -oX PORT_D
****
#
client 127.0.0.1 PORT_D
??? 220
HELO test.ex
??? 250 
MAIL FROM:<CALLER@test.ex>
??? 250
RCPT TO:<dest_1@test.ex>
??? 250
DATA
??? 354
.
??? 250
QUIT
??? 221
****
client 127.0.0.1 PORT_D
??? 220
HELO test.ex
??? 250 
MAIL FROM:<CALLER@test.ex>
??? 250
RCPT TO:<dest_2@test.ex>
??? 250
DATA
??? 354
.
??? 250
QUIT
??? 221
****
#
killdaemon
no_msglog_check
no_stdout_check