From bde5a3fef9d77869755de70f6c577964e0a5d80d Mon Sep 17 00:00:00 2001 From: Devin Carraway Date: Sat, 30 Jul 2005 07:22:13 +0000 Subject: [PATCH] Merge r534 from trunk (caution about using large wait times in check_earlytalker) git-svn-id: https://svn.perl.org/qpsmtpd/branches/0.31@535 958fd67b-6ff1-0310-b445-bb7760255be9 --- plugins/check_earlytalker | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/check_earlytalker b/plugins/check_earlytalker index f21748b..9987675 100644 --- a/plugins/check_earlytalker +++ b/plugins/check_earlytalker @@ -20,7 +20,11 @@ on all mail/rcpt commands in the transaction. =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]