ph10 2006/02/20 16:31:49 GMT
Modified files:
exim-doc/doc-txt ChangeLog NewStuff OptionLists.txt
exim-src README.UPDATING
exim-src/src configure.default globals.c
Log:
Reduce rfc1413_query_timeout default from 30s to 5s.
Revision Changes Path
1.308 +2 -0 exim/exim-doc/doc-txt/ChangeLog
1.87 +2 -0 exim/exim-doc/doc-txt/NewStuff
1.17 +1 -1 exim/exim-doc/doc-txt/OptionLists.txt
1.11 +7 -5 exim/exim-src/README.UPDATING
1.7 +3 -2 exim/exim-src/src/configure.default
1.51 +1 -1 exim/exim-src/src/globals.c
Index: ChangeLog
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog 16 Feb 2006 17:03:16 -0000 1.307
+++ ChangeLog 20 Feb 2006 16:31:48 -0000 1.308
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.307 2006/02/16 17:03:16 jetmore Exp $
+$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.308 2006/02/20 16:31:48 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -204,6 +204,8 @@
JJ/05 exipick: Fixed bug where -bpc always showed a count of all messages
on queue. Changes to match documented behaviour of showing count of
messages matching specified criteria.
+
+PH/40 Changed the default ident timeout from 30s to 5s.
Exim version 4.60
Index: NewStuff
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/NewStuff,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- NewStuff 14 Feb 2006 16:18:14 -0000 1.86
+++ NewStuff 20 Feb 2006 16:31:48 -0000 1.87
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/NewStuff,v 1.86 2006/02/14 16:18:14 ph10 Exp $
+$Cambridge: exim/exim-doc/doc-txt/NewStuff,v 1.87 2006/02/20 16:31:48 ph10 Exp $
New Features in Exim
--------------------
@@ -59,6 +59,8 @@
as there are now some PTR records that contain slashes. This check is
only to protect against broken name servers that fall over on strange
characters, so the fact that it applies to all lookups doesn't matter.
+
+PH/09 The default for rfc4131_query_timeout has been changed from 30s to 5s.
Index: OptionLists.txt
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/OptionLists.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- OptionLists.txt 10 Feb 2006 14:25:43 -0000 1.16
+++ OptionLists.txt 20 Feb 2006 16:31:48 -0000 1.17
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/OptionLists.txt,v 1.16 2006/02/10 14:25:43 ph10 Exp $
+$Cambridge: exim/exim-doc/doc-txt/OptionLists.txt,v 1.17 2006/02/20 16:31:48 ph10 Exp $
LISTS OF EXIM OPTIONS
---------------------
@@ -425,7 +425,7 @@
rewrite boolean true redirect 4.00
rewrite_headers boolean true dnslookup 4.00
rfc1413_hosts host list * main
-rfc1413_query_timeout time 30s main
+rfc1413_query_timeout time 5s main
router_home_directory string* unset routers 4.11
route_data string* unset manualroute 4.00
route_list string list unset manualroute 4.00
Index: README.UPDATING
===================================================================
RCS file: /home/cvs/exim/exim-src/README.UPDATING,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- README.UPDATING 12 Dec 2005 15:58:53 -0000 1.10
+++ README.UPDATING 20 Feb 2006 16:31:49 -0000 1.11
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-src/README.UPDATING,v 1.10 2005/12/12 15:58:53 ph10 Exp $
+$Cambridge: exim/exim-src/README.UPDATING,v 1.11 2006/02/20 16:31:49 ph10 Exp $
This document contains detailed information about incompatibilities that might
be encountered when upgrading from one release of Exim to another. The
@@ -31,11 +31,13 @@
Exim version 4.61
-----------------
-The default number of ACL variables of each type has been increased to 20, and
-it's possible to compile Exim with more. You can safely upgrade to this release
-if you already have messages on the queue with saved ACL variable values.
-However, if you downgrade from this release with messages on the queue, any
-saved ACL values they may have will be lost.
+1. The default number of ACL variables of each type has been increased to 20,
+and it's possible to compile Exim with more. You can safely upgrade to this
+release if you already have messages on the queue with saved ACL variable
+values. However, if you downgrade from this release with messages on the queue,
+any saved ACL values they may have will be lost.
+
+2. The default value for rfc1413_query_timeout has been changed from 30s to 5s.
Exim version 4.54
Index: configure.default
===================================================================
RCS file: /home/cvs/exim/exim-src/src/configure.default,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- configure.default 21 Nov 2005 10:00:26 -0000 1.6
+++ configure.default 20 Feb 2006 16:31:49 -0000 1.7
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-src/src/configure.default,v 1.6 2005/11/21 10:00:26 ph10 Exp $
+# $Cambridge: exim/exim-src/src/configure.default,v 1.7 2006/02/20 16:31:49 ph10 Exp $
######################################################################
# Runtime configuration file for Exim #
@@ -192,10 +192,11 @@
# are disabled. RFC 1413 calls are cheap and can provide useful information
# for tracing problem messages, but some hosts and firewalls have problems
# with them. This can result in a timeout instead of an immediate refused
-# connection, leading to delays on starting up an SMTP session.
+# connection, leading to delays on starting up SMTP sessions. (The default was
+# reduced from 30s to 5s for release 4.61.)
rfc1413_hosts = *
-rfc1413_query_timeout = 30s
+rfc1413_query_timeout = 5s
# By default, Exim expects all envelope addresses to be fully qualified, that
Index: globals.c
===================================================================
RCS file: /home/cvs/exim/exim-src/src/globals.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- globals.c 14 Feb 2006 16:18:14 -0000 1.50
+++ globals.c 20 Feb 2006 16:31:49 -0000 1.51
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/exim-src/src/globals.c,v 1.50 2006/02/14 16:18:14 ph10 Exp $ */
+/* $Cambridge: exim/exim-src/src/globals.c,v 1.51 2006/02/20 16:31:49 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -877,7 +877,7 @@
BOOL return_path_remove = TRUE;
int rewrite_existflags = 0;
uschar *rfc1413_hosts = US"*";
-int rfc1413_query_timeout = 30;
+int rfc1413_query_timeout = 5;
/* BOOL rfc821_domains = FALSE; <<< on the way out */
uid_t root_uid = ROOT_UID;