Home
last modified time | relevance | path

Searched refs:to_mail (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dreadcf.c4489 TimeOuts.to_mail = toval;
4705 TimeOuts.to_mail = (time_t) 10 MINUTES;
4738 sm_dprintf(" mail = %ld\n", (long) TimeOuts.to_mail);
4777 TimeOuts.to_mail = convtime(val, 'm');
4778 TimeOuts.to_rcpt = TimeOuts.to_mail;
4779 TimeOuts.to_datainit = TimeOuts.to_mail;
4780 TimeOuts.to_datablock = TimeOuts.to_mail;
4781 TimeOuts.to_datafinal = TimeOuts.to_mail;
4782 TimeOuts.to_nextcommand = TimeOuts.to_mail;
Dsendmail.h2106 time_t to_mail; /* MAIL command [5m] */ member
Dusersmtp.c2184 r = reply(m, mci, e, TimeOuts.to_mail, NULL, &enhsc, XS_MAIL);