Fix GNU/Hurd build. Bug 3044
[exim.git] / test / scripts / 0000-Basic / 0022
1 # Extra ACLs: freeze/defer/drop/queue/delay/$host_data
2 exim -d -bh V4NET.9.8.7
3 helo test
4 mail from:<x@y>
5 rcpt to:<warn_empty@test.ex>
6 data
7
8 Testing
9 .
10 quit
11 ****
12 exim -d -bh V4NET.9.8.7
13 helo test
14 mail from:<x@y>
15 rcpt to:<warn_log@test.ex>
16 data
17
18 Testing
19 .
20 quit
21 ****
22 exim -d -bh V4NET.9.8.7
23 helo test
24 mail from:<x@y>
25 rcpt to:<warn_user@test.ex>
26 data
27
28 Testing
29 .
30 quit
31 ****
32 exim -bh V4NET.9.8.7
33 helo test
34 mail from:<x@y>
35 rcpt to:<defer@y>
36 rcpt to:<accept@y>
37 rcpt to:<drop@y>
38 rcpt to:<rhubarb@y>
39 quit
40 ****
41 exim -bh V4NET.9.8.7
42 helo test
43 mail from:<>
44 rcpt to:<defer_senders@y>
45 quit
46 ****
47 exim -bh V4NET.9.8.7
48 helo test
49 mail from:<x@y>
50 rcpt to:<delay_accept@y>
51 rcpt to:<delay_warn@y>
52 quit
53 ****
54 exim -bh V4NET.9.8.7
55 helo test
56 mail from:<x@y>
57 rcpt to:<host_check@y>
58 rcpt to:<host_check@y>
59 rcpt to:<host_check2@y>
60 rcpt to:<host_check2@y>
61 quit
62 ****
63 exim -bs -N -odi
64 helo test
65 mail from:<x@y>
66 rcpt to:<accept@y>
67 rcpt to:<freeze@y>
68 data
69
70 Testing
71 .
72 mail from:<x@y>
73 rcpt to:<accept@y>
74 data
75
76 Testing 2
77 .
78 mail from:<x@y>
79 rcpt to:<queue_only@y>
80 rcpt to:<accept@y>
81 data
82
83 Testing 3
84 .
85 mail from:<x@y>
86 rcpt to:<accept@y>
87 data
88
89 Testing 4
90 .
91 quit
92 ****
93 exim -bh V4NET.9.8.7
94 helo test
95 mail from:<x@y>
96 rcpt to:<nested_drop@y>
97 rcpt to:<rhubarb@y>
98 quit
99 ****
100 exim -bh V4NET.9.8.7
101 helo test
102 mail from:<x@y>
103 rcpt to:<nested_drop_require@y>
104 rcpt to:<rhubarb@y>
105 quit
106 ****
107 exim -bp
108 ****
109 exim -DSERVER=server -odq -bd -oX PORT_D
110 ****
111 client -t5 127.0.0.1 PORT_D
112 ??? 220
113 helo test
114 ??? 250
115 mail from:<x@y>
116 ??? 250
117 rcpt to:<accept@y>
118 ??? 250
119 rcpt to:<freeze@y>
120 ??? 250
121 data
122 ??? 354
123
124 Testing
125 .
126 ??? 250
127 mail from:<x@y>
128 ??? 250
129 rcpt to:<accept@y>
130 ??? 250
131 data
132 ??? 354
133
134 Testing 2
135 .
136 ??? 250
137 mail from:<x@y>
138 ??? 250
139 rcpt to:<queue_only@y>
140 ??? 250
141 rcpt to:<accept@y>
142 ??? 250
143 data
144 ??? 354
145
146 Testing 3
147 .
148 ??? 250
149 mail from:<x@y>
150 ??? 250
151 rcpt to:<accept@y>
152 ??? 250
153 data
154 ??? 354
155
156 Testing 4
157 .
158 ??? 250
159 mail from:<x@y>
160 ??? 250
161 rcpt to:<delay_accept@y>
162 ??? 250
163 quit
164 ??? 221
165 ****
166 killdaemon
167 exim -bp
168 ****
169 sudo rm DIR/spool/input/*
170 #
171 #
172 #
173 #
174 exim -DSERVER=server -DCONTROL='acl_smtp_connect=drop message=550 client disliked' -odq -bd -oX PORT_D
175 ****
176 client 127.0.0.1 PORT_D
177 ??? 550 client disliked
178 ???*
179 ****
180 killdaemon
181 #
182 no_msglog_check