New: queuefile transport, under EXPERIMENTAL_QUEUEFILE
authorAndrew Colin Kissa <andrew@topdog.za.net>
Sat, 15 Oct 2016 17:33:31 +0000 (18:33 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 15 Oct 2016 17:33:31 +0000 (18:33 +0100)
commit3369a853fbc0fe454ac65fef7adf7e51845ff6a2
tree88661c1de89b0e2e7fb5a15efbadbf35f34f0607
parent4e192008ab7db2b7b9f157bba50f71a46e1a0cd9
New: queuefile transport, under EXPERIMENTAL_QUEUEFILE
28 files changed:
doc/doc-txt/NewStuff
doc/doc-txt/experimental-spec.txt
src/scripts/MakeLinks
src/src/EDITME
src/src/config.h.defaults
src/src/drtables.c
src/src/exim.c
src/src/functions.h
src/src/queue.c
src/src/transports/Makefile
src/src/transports/queuefile.c [new file with mode: 0644]
src/src/transports/queuefile.h [new file with mode: 0644]
test/confs/5900 [new file with mode: 0644]
test/confs/5901 [new file with mode: 0644]
test/confs/5902 [new file with mode: 0644]
test/log/5900 [new file with mode: 0644]
test/log/5901 [new file with mode: 0644]
test/log/5902 [new file with mode: 0644]
test/mail/5902.user1.5902 [new file with mode: 0644]
test/paniclog/5900 [new file with mode: 0644]
test/paniclog/5901 [new file with mode: 0644]
test/scripts/5900-queuefile-transport/5900 [new file with mode: 0644]
test/scripts/5900-queuefile-transport/5901 [new file with mode: 0644]
test/scripts/5900-queuefile-transport/5902 [new file with mode: 0644]
test/scripts/5900-queuefile-transport/REQUIRES [new file with mode: 0644]
test/stderr/5900 [new file with mode: 0644]
test/stderr/5901 [new file with mode: 0644]
test/stdout/5902 [new file with mode: 0644]