Searched refs:dsn (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | helpfile | 96 dsn MAIL From:<sender> [ RET={ FULL | HDRS} ] [ ENVID=<envid> ] 97 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ] 98 dsn [ ORCPT=<recipient> ] 99 dsn SMTP Delivery Status Notifications. 100 dsn Descriptions: 101 dsn RET Return either the full message or only headers. 102 dsn ENVID Sender's "envelope identifier" for tracking. 103 dsn NOTIFY When to send a DSN. Multiple options are OK, comma- 104 dsn delimited. NEVER must appear by itself. 105 dsn ORCPT Original recipient.
|
H A D | deliver.c | 4386 char *dsn; local 4392 dsn = addr.q_host; 4394 dsn = NULL; 4395 giveresponse(rc, dsn, m, mci, 5034 giveresponse(status, dsn, m, mci, ctladdr, xstart, e, to) in giveresponse() argument 5036 char *dsn; 5061 status, e->e_message, dsn, SmtpError); 5211 if (dsn == NULL) 5215 dsn = dsnbuf; 5236 if (dsn == NULL) [all …]
|
/freebsd/sys/geom/part/ |
H A D | g_part_mbr.c | 268 uint32_t dsn; in g_part_mbr_bootcode() local 274 dsn = *(uint32_t *)(table->mbr + DOSDSNOFF); in g_part_mbr_bootcode() 276 if (dsn != 0 && !gpp->gpp_skip_dsn) in g_part_mbr_bootcode() 277 *(uint32_t *)(table->mbr + DOSDSNOFF) = dsn; in g_part_mbr_bootcode() 313 uint32_t dsn; in g_part_mbr_efimedia() local 315 dsn = le32dec(table->mbr + DOSDSNOFF); in g_part_mbr_efimedia() 317 entry->base.gpe_index, dsn, (intmax_t)entry->base.gpe_start, in g_part_mbr_efimedia()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_mgmt.c | 308 char dsn[16]; in bnxt_mgmt_get_dev_info() local 345 snprintf(dsn, sizeof(dsn), "%02x%02x%02x%02x%02x%02x%02x%02x", in bnxt_mgmt_get_dev_info() 354 strncpy(dev_info.nic_info.device_serial_number, dsn, sizeof(dsn)); in bnxt_mgmt_get_dev_info()
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 300 #O Timeout.queuereturn.dsn=5d 305 #O Timeout.queuewarn.dsn=4h
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 448 _OPTION(Timeout.queuereturn.dsn, `confTO_QUEUERETURN_DSN', `5d') 453 _OPTION(Timeout.queuewarn.dsn, `confTO_QUEUEWARN_DSN', `4h')
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 3971 Timeout.queuereturn.dsn 3990 Timeout.queuewarn.dsn
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 142 dsn= entry might have been logged under some circumstances. 1765 Add Timeout.queuereturn.dsn and Timeout.queuewarn.dsn to control 4868 equate (dsn=).
|