debug tidying
[exim.git] / test / scripts / 0000-Basic / 0502
CommitLineData
59371ea7
PH
1# ACL for QUIT
2exim -bs
3mail from:<x@y>
4rcpt to:<a@y>
5rcpt to:<b@y>
6data
7.
8mail from:<x@y>
9rcpt to:<c@y>
10rset
11mail from:<x@y>
12rset
13mail from:<x@y>
14rcpt to:<d@y>
15data
16.
17quit
18****
19exim -bs -DLAST='deny message = Your message here'
20quit
21****
22exim -bs -DLAST=''
23mail from:<a@b>
24quit
25****
5ddc9771
JH
26#
27# Check the server closes conn after a quit-response
28exim -DSERVER=server -DLAST=accept -bd -oX PORT_D
29****
30client 127.0.0.1 PORT_D
31??? 220
32EHLO test.ex
33??? 250-
34??? 250-
35??? 250-
36??? 250-
37??? 250 HELP
38QUIT
39??? 221
40???*eof
41****
42#
43killdaemon