1 # ESMTP LIMITS extension, client continued-connection
3 # queue up 4 messages each with 2 recipients
4 exim -odq r1_1.test.ex r1_2.test.ex
7 exim -odq r2_1.test.ex r2_2.test.ex
10 exim -odq r3_1.test.ex r3_2.test.ex
14 exim -odq r4_1.test.ex r4_2.test.ex
18 # Handed limits of 5 MAIL, 1 RCPT, expect to use 5 transactions in a one connection
19 # when the client does a 2-phase queue run, followed by three transactions in one connection
20 # from the same queue run.
21 # The second pair and third initial, completing the first connecttion, should be from
22 # continued-connection trasports, flagged by the log lines.
27 250 LIMITS MAILMAX=5 RCPTMAX=1
35 250 message 1 received
43 250 message 2 received
51 250 message 3 received
59 250 message 4 received
67 250 message 5 received
74 250 LIMITS MAILMAX=5 RCPTMAX=1
82 250 message 6 received
90 250 message 7 received
98 250 message 8 received