On Wed, Jul 02, 2014 at 05:58:31AM -0400, Wietse Venema wrote:
> > Jun 30 12:21:21 cllxprmgtsmtp01 postfix/smtpd[8837]: timeout after RSET
> > from unknown[10.84.66.53]
>
> The LYRIS client sent the RSET command, and then it sent no more
> commands until Postfix timed out (default timeout is 1000s).
The timeout defaults to 10s under stress conditions and 300s
otherwise:
$ /usr/sbin/postconf -d smtpd_timeout
smtpd_timeout = ${stress?10}${stress:300}s
See also:
http://www.postfix.org/postconf.5.html#stress
http://www.postfix.org/postconf.5.html#smtpd_timeout
--
Viktor.