Add doc detail on ldap lookup output parsing
[exim.git] / test / scripts / 5700-tpt-post-dlv-action / 5700
CommitLineData
d68218c7
JH
1# Arbtirary expansion after transport
2# (EXPERIMENTAL_TPDA)
3#
4need_ipv4
5#
6exim -odq userx@domain1
7A deliverable message
8****
9server PORT_S
10220 ESMTP
11EHLO
12250-OK
13250 HELP
14MAIL
15250 OK
16RCPT
17250 OK
18DATA
19354 More...
20.
21250 OK
22QUIT
23220 OK
24****
25exim -qqf
26****
27#
28#
29#
30#
31exim -odq userx@domain2
32A deliverable message which will hit a coding error in the config
33****
34server PORT_S
35220 ESMTP
36EHLO
37250-OK
38250 HELP
39MAIL
40250 OK
41RCPT
42250 OK
43DATA
44354 More...
45.
46250 OK
47QUIT
48220 OK
49****
50exim -qqf
51****
52#
53#
54#
55server PORT_S
56220 ESMTP
57EHLO
58*sleep 4
59****
60exim -odi userx@domain1
61A message which will hit a timeout at the destination server
62.
63****
64#