Authenticator gsasl: client support. Bug 2349
[exim.git] / test / scripts / 9400-local_scan / 9402
CommitLineData
59371ea7
PH
1# local_scan() smtp_printf() and smtp_fflush()
2need_ipv4
3#
4exim -DSERVER=server -bd -oX PORT_D
5****
6client -t2 127.0.0.1 PORT_D
7??? 220
8ehlo foobar
9??? 250-
10??? 250-
11??? 250-
12??? 250
13mail from:<test-local-scan@y>
14??? 250
15rcpt to:<x@y>
16??? 250
17data
18??? 354
19local-scan: reject rhubarb rhubarb
20.
21??? 550
22mail from:<test-local-scan@y>
23??? 250
24rcpt to:<x@y>
25??? 250
26data
27??? 354
28local-scan: teergrube
29.
30??? 550-
31??? 550-
32****
33# Wait because of the teergrube
34sleep 3
35killdaemon
36no_msglog_check