3 # Not attempted without a cache entry
4 exim -bd -DSERVER=server -oX PORT_D
18 # Go for it. This one should do (limited) early-pipelinng.
25 # that should have gone to the server; deliver it there to blackhole
26 exim -DNOTDAEMON -DSERVER=server -q
35 # Now have the server stop advertising AUTH
36 # Trying to use it will be attempted, fail, and should result in the cache being invalidated
37 # The message should be deferred; so still queued
38 exim -bd -DSERVER=server -DAA=no -oX PORT_D
49 # Tidy the retry db, for test purposes
50 sudo rm DIR/spool/db/retry*
53 # Then, advertising again, initial attempt should not get early-pipe
54 # but should go through
55 exim -bd -DSERVER=server -oX PORT_D