[packages/exim] - limit timeout to some sane value, so smtp client won't have to wait very long

arekm arekm at pld-linux.org
Sun Dec 8 22:50:33 CET 2013


commit 00f2eb9f05f43616c1c76ada23dbcaff93c29c43
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Dec 8 22:50:29 2013 +0100

    - limit timeout to some sane value, so smtp client won't have to wait very long

 exim4.conf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/exim4.conf b/exim4.conf
index 12d65ff..055cb29 100644
--- a/exim4.conf
+++ b/exim4.conf
@@ -201,17 +201,17 @@ never_users = root
 host_lookup = *
 
 
-# The settings below, which are actually the same as the defaults in the
-# code, cause Exim to make RFC 1413 (ident) callbacks for all incoming SMTP
-# calls. You can limit the hosts to which these calls are made, and/or change
-# the timeout that is used. If you set the timeout to zero, all RFC 1413 calls
+# The settings below (default is 30s) cause Exim to make RFC 1413 (ident)
+# callbacks for all incoming SMTP calls. You can limit the hosts to which
+# these calls are made, and/or change # the timeout that is used.
+# If you set the timeout to zero, all RFC 1413 calls
 # 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.
 
 rfc1413_hosts = *
-rfc1413_query_timeout = 30s
+rfc1413_query_timeout = 3s
 
 
 # By default, Exim expects all envelope addresses to be fully qualified, that
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/00f2eb9f05f43616c1c76ada23dbcaff93c29c43



More information about the pld-cvs-commit mailing list