[email protected]:
> > Wietse Venema:
> >> [email protected]:
> >> >
> >> > 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 write 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.
>
> Forgive me being slow to comprehend. Does this mean the time it takes
> for the client to transmit attached file data is controlled by this
> timeout? If the timeout is 10s and it takes 20s to upload a huge file
> will it trigger this timeout?
You, Sir, need to get some basic education on how packet-switched
computer networks deliver data between applications. This mailing
list, and Postfix documentation, are not the place to get that
education.
In a past epoch I would recommend the excellent books by Comer
(Internetworking with TCP/IP) and Stevens (TCP/IP illustrated).
Wietse