diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-04-13 15:13:47 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-04-13 15:13:47 +0000 |
commit | 58eb016e585187a87ade7602b2aecb2208605320 (patch) | |
tree | c0021c9485b5b1b0c0b72591ffb5b827efcb1e3d /test/confs/0559 | |
parent | 0a4e3112aeb6531661cb8d49379db4f84ff5841b (diff) |
Check for lost connection or unexpected input at end of message.
Diffstat (limited to 'test/confs/0559')
-rw-r--r-- | test/confs/0559 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/confs/0559 b/test/confs/0559 new file mode 100644 index 000000000..c148d9e9d --- /dev/null +++ b/test/confs/0559 @@ -0,0 +1,28 @@ +# Exim test configuration 0559 + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +acl_smtp_rcpt = accept +acl_smtp_data = check_data + +queue_only + + +# ----- ACLs ----- + +begin acl + +check_data: + accept delay = 1s + + +# End |