post...@ptld.com: > > smtpd_timeout: > "The time limit for sending a Postfix SMTP server response and for > receiving a remote SMTP client request."
When the Postfix SMTP server wants to send an SMTP server response, this limits how long the Postfix SMTP server will wait for an underlying network read operation to complete. When the Postfix SMTP server Postfix wants to receive an SMTP client request, this limits how long the Postfix SMTP server will wait for an underlying network read operation to complete. http://www.postfix.org/postconf.5.html#smtpd_per_record_deadline gives additional control over this process. Wietse