1 # callout verification (with caching)
15 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.1
17 MAIL FROM:<ok@localhost>
21 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.1
23 MAIL FROM:<ok@localhost>
27 # Wait for the record to time out and try again
29 # Should want to connect, but fail
30 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.1
32 MAIL FROM:<ok@localhost>
36 # Test unsuccessful caching
48 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.1
50 MAIL FROM:<bad@localhost>
54 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.1
56 MAIL FROM:<bad@localhost>
60 # Test caching of rejection of MAIL FROM:<>
70 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.1
72 MAIL FROM:<ok@localhost>
76 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.1
78 MAIL FROM:<ok@localhost>
82 # Test caching of rejection of postmaster
100 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.2
102 MAIL FROM:<ok@otherhost>
106 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.2
108 MAIL FROM:<ok@otherhost>
112 # Test caching of accepting of postmaster
130 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.2
132 MAIL FROM:<ok@otherhost2>
136 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.2
138 MAIL FROM:<ok@otherhost2>
142 # Test caching of accepting a random address
149 RCPT TO:<myhost.test.ex-
154 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.3
156 MAIL FROM:<ok@otherhost3>
160 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.3
162 MAIL FROM:<otherok@otherhost3>
166 # Test caching of accepting a random address and postmaster
173 RCPT TO:<myhost.test.ex-
178 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.4
180 MAIL FROM:<ok@otherhost4>
184 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.4
186 MAIL FROM:<ok@otherhost4>
190 # Test caching of rejecting a random address and postmaster
197 RCPT TO:<myhost.test.ex-
203 RCPT TO:<ok@otherhost41>
209 RCPT TO:<postmaster@otherhost41>
214 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.4
216 MAIL FROM:<ok@otherhost41>
220 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.4
222 MAIL FROM:<ok@otherhost41>
226 # Test caching of accepting of postmaster when another
227 # address has to be tested
245 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.2
247 MAIL FROM:<ok@otherhost21>
262 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.2
264 MAIL FROM:<ok2@otherhost21>
268 # Test caching of rejecting a random address
286 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.3
288 MAIL FROM:<ok@otherhost31>
303 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.3
305 MAIL FROM:<okok@otherhost31>
309 # Wait a bit for the record to expire and then try again
328 sudo exim -DPEX=1s -d-all+verify -v -bs -oMa V4NET.0.0.3
330 MAIL FROM:<okokok@otherhost31>
334 # Timeout on the RCPT for random
344 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.5
346 MAIL FROM:<okok@otherhost51>
350 # Postmaster_sender set non-empty
368 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.6
370 MAIL FROM:<okokok@otherhost52>
374 # Header_sender sender set non-empty
386 sudo exim -d-all+verify -odq -v -bs -oMa V4NET.0.0.7
388 MAIL FROM:<ok7@otherhost53>
395 # Timeout on RCPT for header_sender (defer_ok test)
405 sudo exim -d-all+verify -odq -v -bs -oMa V4NET.0.0.8
407 MAIL FROM:<ok7@otherhost53>
414 # Test full postmaster check
434 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.9
436 MAIL FROM:<ok@otherhost9>
440 # Test postmaster_mailfrom with random
464 sudo exim -d-all+verify -v -bs -oMa V4NET.0.0.10
466 MAIL FROM:<ok@otherhost10>