Flush SMTP before callout (unless control=no_callout_flush).
[exim.git] / test / scripts / 0000-Basic / 0553
1 # callout autoflush
2 need_ipv4
3 #
4 # Put a message on the queue (queue_only is set)
5 exim userx1@test.ex userx2@test.ex userx3@test.ex
6 ****
7 # This daemon is "old-style", without the flush
8 exim -DSERVER=server -DDCF=control=no_callout_flush -bd -oX PORT_D
9 ****
10 exim -qf
11 ****
12 sleep 1
13 killdaemon
14 #
15 # This daemon should flush before delaying
16 exim -DSERVER=server -bd -oX PORT_D
17 ****
18 exim -qf
19 ****
20 sleep 1
21 killdaemon
22 no_msglog_check