It then waits for the program to reply. The amount of
time that sendmail waits for that reply is set with the lhlo keyword, the forms of which are
as follows:
O Timeout.lhlo=timeout ?†? configuration file (V8.12 and later)
-OTimeout.lhlo=timeout ?†? command line (V8.12 and later)
define(`confTO_LHLO??, `timeout??) ?†? mc configuration (V8.12 and later)
The default timeout is 2m (two minutes). There is no recommended wait interval. There is
no default for the mc configuration technique.
24.9.119.16 Timeout.mail (V8.6 and later)
After sending HELO, EHLO, or LHLO, the local sendmail next sends the address of the sender
(the envelope-sender address) with the MAIL From:command:
MAIL From:
The local sendmail then waits for acknowledgment, which can look like this:
250 2.1.0 ... Sender ok
The amount of time that the local sendmail waits for acknowledgment of its MAIL From:
command is set with the mail keyword. Here are the forms:
O Timeout.mail=timeout ?†? configuration file (V8.6 and later)
-OTimeout.mail=timeout ?†? command line (V8.6 and later)
define(`confTO_MAIL??, `timeout??) ?†? mc configuration (V8.6 and later)
The default timeout is 10 minutes, and the specified minimum is 5 minutes. The mc technique
uses confTO_MAIL, for which there is no default.
24.9.119.17 Timeout.misc (V8.6 and later)
During the course of mail transfer, the local sendmail can issue short miscellaneous
commands.
Pages:
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994