summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-04 12:19:48 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-04 12:19:48 +0000
commit4deaf07d6cdd04468e4bc383945b9e19d7d55aa3 (patch)
tree1f6376117c8027f4606d2a8dc5293fd640e42082 /doc/doc-txt/NewStuff
parent23c7ff99864ed699b3c6e547c1396a02eb6e4b73 (diff)
Added a "connect=<time>" option to callouts, for a separate timeout
for making the connection. As part of this, the debug output for a failed connection now shows the error, and, if it's a timeout, the timeout value.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index b8cf61cc9..79e347698 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.5 2004/11/04 10:42:11 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.6 2004/11/04 12:19:48 ph10 Exp $
New Features in Exim
--------------------
@@ -33,6 +33,14 @@ Version 4.44
options control which type(s) of filtering are permitted. By default, both
Exim and Sieve filters are allowed.
+ 6. A new option for callouts makes it possible to set a different (usually
+ smaller) timeout for making the SMTP connection. The keyword is "connect".
+ For example:
+
+ verify = sender/callout=5s,connect=1s
+
+ If not specified, it defaults to the general timeout value.
+
Version 4.43
------------