1 # ESMTP LIMITS extension, client RCPTMAX
3 # Baseline: no RCPTMAX advertised, can send 5 RCPT commands
28 exim -odi a@test.ex b@test.ex c@test.ex d@test.ex e@test.ex
31 # RCPTMAX advertised, limits RCPT commands
32 # Client should immediate-retry fusther MAIL transaction for remaning rcpts
69 exim -odi a@test.ex b@test.ex c@test.ex d@test.ex e@test.ex
72 # RCPTMAX advertised, overrides larger tpt max_rcpt and limits RCPT commands
99 exim -odi -DRCPT_MSG=3 a@test.ex b@test.ex c@test.ex
102 # RCPTMAX advertised, does not override smaller tpt max_rcpt which limits RCPT commands
103 # Client make a separate conn for the second transaction
137 exim -odi -DRCPT_MSG=2 a@test.ex b@test.ex c@test.ex