[svn:qpsmtpd] rev 535 - branches/0.31/plugins

[email protected] 30 Jul 2005 07:22:14 -0000
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
Author: aqua
Date: Sat Jul 30 00:22:13 2005
New Revision: 535

Modified:
   branches/0.31/plugins/check_earlytalker
Log:
Merge r534 from trunk (caution about using large wait times in
check_earlytalker)


Modified: branches/0.31/plugins/check_earlytalker
==============================================================================
--- branches/0.31/plugins/check_earlytalker	(original)
+++ branches/0.31/plugins/check_earlytalker	Sat Jul 30 00:22:13 2005
@@ -20,7 +20,11 @@ on all mail/rcpt commands in the transac
 =item wait [integer]
 
 The number of seconds to delay the initial greeting to see if the connecting
-host speaks first.  The default is 1.
+host speaks first.  The default is 1.  Do not select a value that is too high,
+or you may be unable to receive mail from MTAs with short SMTP connect or
+greeting timeouts -- these are known to range as low as 30 seconds, and may
+in some cases be configured lower by mailserver admins.  Network transit time
+must also be allowed for.
 
 =item action [string: deny, denysoft, log]