221 Bye
****
#
-exim -bs
+exim -bs -odi
+helo test
mail from:<userx@ok.example>
rcpt to:<usery@test.ex>
data
.
quit
****
-sleep 1
#
#
# multiple recipients
221 Bye
****
#
-exim -bs
+exim -bs -odi
+helo test
mail from:<userx@ok.example>
rcpt to:<usery@test.ex>
rcpt to:<usery2@test.ex>
.
quit
****
-sleep 1
#
#
# 2nd callout result is cached (above); should not activate LCC
221 Bye
****
#
-exim -bs
+exim -bs -odi
+helo test
mail from:<userx@ok.example>
rcpt to:<usery3@test.ex>
rcpt to:<usery@test.ex>
.
quit
****
-sleep 1
#
#
# no cache hits; should do LCC
221 Bye
****
#
-exim -bs
+exim -bs -odi
+helo test
mail from:<userx@ok.example>
rcpt to:<usery4@test.ex>
rcpt to:<usery5@test.ex>
.
quit
****
-sleep 1
#
+# cmdline -bs send, rmt conn timeout, also local rcpt
+server PORT_S
+220 Welcome
+EHLO
+250 Hi
+MAIL FROM
+250 OK
+RCPT TO
+250 OK
+DATA
+354 hit me
+.
+250 message accepted
+QUIT
+221 bye
+****
+exim -bs -odi
+helo test
+mail from:<useri@ok.example>
+rcpt to:<remote@test.ex>
+rcpt to:<local@test.ex>
+data
+Subject: test
+.
+quit
+****
+exim -bp
+****
#
-no_stdout_check
no_msglog_check