# callout lazy-close, -bs send need_ipv4 # # a recipient verify and continued-delivery # cmdline -bs send server PORT_S 220 Welcome EHLO 250 Hi MAIL FROM 250 OK RCPT TO 250 OK DATA 354 hit me . 250 yeah got that message QUIT 221 Bye **** # exim -bs -odi helo test mail from: rcpt to: data Subject: test body . quit **** # # # multiple recipients # 1st callout result is cached (above); should not activate LCC server PORT_S 2 220 Welcome EHLO 250 Hi MAIL FROM 250 OK RCPT TO 250 OK QUIT 221 Bye *eof 220 Welcome EHLO 250 Hi MAIL FROM 250 OK RCPT TO 250 OK RCPT TO 250 OK DATA 354 hit me . 250 yeah got that message QUIT 221 Bye **** # exim -bs -odi helo test mail from: rcpt to: rcpt to: data Subject: test body . quit **** # # # 2nd callout result is cached (above); should not activate LCC server PORT_S 2 220 Welcome EHLO 250 Hi MAIL FROM 250 OK RCPT TO 250 OK QUIT 221 Bye *eof 220 Welcome EHLO 250 Hi MAIL FROM 250 OK RCPT TO 250 OK RCPT TO 250 OK DATA 354 hit me . 250 yeah got that message QUIT 221 Bye **** # exim -bs -odi helo test mail from: rcpt to: rcpt to: data Subject: test body . quit **** # # # no cache hits; should do LCC server PORT_S 220 Welcome EHLO 250 Hi MAIL FROM 250 OK RCPT TO 250 OK RCPT TO 250 OK DATA 354 hit me . 250 yeah got that message QUIT 221 Bye **** # exim -bs -odi helo test mail from: rcpt to: rcpt to: data Subject: test body . quit **** # # 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: rcpt to: rcpt to: data Subject: test . quit **** exim -bp **** # no_msglog_check