diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-08 13:25:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-08 13:25:57 +0100 |
commit | fa665e0b7252b5916f0fbd57d6ef8c1f0a9b080f (patch) | |
tree | 2c0f441cfd619568085193a9c0c55d3ce902e2c9 /test | |
parent | dc7e5e528d1193fdd82676e451ac32751f28851b (diff) |
periodic queue runner
Diffstat (limited to 'test')
-rw-r--r-- | test/log/0574 | 10 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0574 | 22 | ||||
-rw-r--r-- | test/stdout/0574 | 6 |
3 files changed, 37 insertions, 1 deletions
diff --git a/test/log/0574 b/test/log/0574 index 70b22192a..6b3ed743c 100644 --- a/test/log/0574 +++ b/test/log/0574 @@ -10,3 +10,13 @@ 1999-03-02 09:44:33 10HmaY-0005vi-00 => alternate <alternate@test.ex> F=<CALLER@the.local.host.name> Q=alternate R=all T=dump 1999-03-02 09:44:33 10HmaY-0005vi-00 Completed 1999-03-02 09:44:33 End 'alternate' queue run: pid=pppp +1999-03-02 09:44:33 10HmaZ-0005vi-00 <= CALLER@the.local.host.name U=CALLER P=local-smtp S=sss Q=lowpri for lowpri@test.ex + +******** SERVER ******** +1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, -q3s, not listening for SMTP +1999-03-02 09:44:33 Start 'lowpri' queue run: pid=pppp +1999-03-02 09:44:33 End 'lowpri' queue run: pid=pppp +1999-03-02 09:44:33 Start 'lowpri' queue run: pid=pppp +1999-03-02 09:44:33 10HmaZ-0005vi-00 => lowpri <lowpri@test.ex> F=<CALLER@the.local.host.name> Q=lowpri R=all T=dump +1999-03-02 09:44:33 10HmaZ-0005vi-00 Completed +1999-03-02 09:44:33 End 'lowpri' queue run: pid=pppp diff --git a/test/scripts/0000-Basic/0574 b/test/scripts/0000-Basic/0574 index 162b51f85..3c7a06c5a 100644 --- a/test/scripts/0000-Basic/0574 +++ b/test/scripts/0000-Basic/0574 @@ -1,6 +1,8 @@ # named queues # Exim test configuration 0574 # +no_msglog_check +# exim -bs MAIL FROM:<CALLER@myhost.test.ex> RCPT TO: <normal@test.ex> @@ -29,4 +31,22 @@ exim -qGnosuchqueue exim -qGalternate **** # -no_msglog_check +# +# +exim -DSERVER=server -qGlowpri/3s +**** +sleep 1 +exim -bs +MAIL FROM:<CALLER@myhost.test.ex> +RCPT TO: <lowpri@test.ex> +DATA +Subject: test + +foo +. +QUIT +**** +# +sleep 3 +# +killdaemon diff --git a/test/stdout/0574 b/test/stdout/0574 index 47285d74a..608078ed1 100644 --- a/test/stdout/0574 +++ b/test/stdout/0574 @@ -9,3 +9,9 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmaY-0005vi-00
221 the.local.host.name closing connection
+220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaZ-0005vi-00
+221 the.local.host.name closing connection
|