summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0552
blob: a0621ca3210b16c6a783db9bd1e279e73eef40d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# autoflush for delay
need_ipv4
#
# Put a message on the queue (queue_only is set); this tests that a
# non-SMTP delay still works.
exim userx1@test.ex userx2@test.ex userx3@test.ex
****
# This daemon is "old-style", without the flush
exim -DSERVER=server -DDDF=control=no_delay_flush -bd -oX PORT_D
****
exim -qf
****
killdaemon
sleep 1
# This daemon should flush before delaying
exim -DSERVER=server -bd -oX PORT_D
****
exim -qf
****
killdaemon
no_msglog_check