diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-06 14:49:13 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-06 14:49:13 +0000 |
commit | c51b8e75b2fe31282ea1526ed556d7d9402d543f (patch) | |
tree | 2b38cf8b46359f8d9e46ab6aa03ce5a6c9b76ba0 /test/confs | |
parent | 09945f1e758a9c9268423e53d2cee2c6c631f465 (diff) |
Implemented hosts_avoid_pipelining in the smtp transport.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0217 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/confs/0217 b/test/confs/0217 index 7ffc1b099..32c46e232 100644 --- a/test/confs/0217 +++ b/test/confs/0217 @@ -1,5 +1,7 @@ # Exim test configuration 0217 +HAP= + exim_path = EXIM_PATH host_lookup_order = bydns primary_hostname = myhost.test.ex @@ -43,7 +45,7 @@ send_to_server: command_timeout = 1s hosts = 127.0.0.1 port = PORT_S - + HAP # ----- Retry ----- |