1 # ESMTP LIMITS extension, client continued-connection
3 # queue up 3 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 # Handed limits of 5 MAIL, 1 RCPT, expect to use 5 transactions in a one connection
15 # when the client does a 2-phase queue run, followed by one transaction in one connection
16 # from the same queue run.
17 # The second pair and third initial should be from continued-connection trasports, flagged by the log lines.
22 250 LIMITS MAILMAX=5 RCPTMAX=1
30 250 message 1 received
38 250 message 2 received
46 250 message 3 received
54 250 message 4 received
62 250 message 5 received
77 250 message 6 received