Searched refs:dsn (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libdscfg/common/ |
H A D | cfg_cluster.c | 500 scstat_ds_node_state_t *dsn; in init_sc_entry() local 562 for (dsn = dsp->scstat_node_state_list; dsn; in init_sc_entry() 563 dsn = dsn->scstat_node_next) { in init_sc_entry() 567 if (dsn->scstat_node_state != SCSTAT_PRIMARY) in init_sc_entry() 572 hdp->scstat_node_name = strdup(dsn->scstat_node_name); in init_sc_entry()
|
/titanic_50/usr/src/cmd/sendmail/lib/ |
H A D | helpfile | 93 dsn MAIL From:<sender> [ RET={ FULL | HDRS} ] [ ENVID=<envid> ] 94 dsn RCPT To:<recipient> [ NOTIFY={NEVER,SUCCESS,FAILURE,DELAY} ] 95 dsn [ ORCPT=<recipient> ] 96 dsn SMTP Delivery Status Notifications. 97 dsn Descriptions: 98 dsn RET Return either the full message or only headers. 99 dsn ENVID Sender's "envelope identifier" for tracking. 100 dsn NOTIFY When to send a DSN. Multiple options are OK, comma- 101 dsn delimited. NEVER must appear by itself. 102 dsn ORCPT Original recipient.
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 3968 giveresponse(status, dsn, m, mci, ctladdr, xstart, e, to) in giveresponse() argument 3970 char *dsn; 4112 if (dsn == NULL) 4116 dsn = dsnbuf; 4137 if (dsn == NULL) 4141 dsn = dsnbuf; 4168 logdelivery(m, mci, dsn, statmsg + off, ctladdr, xstart, e); 4173 dsn == NULL ? "<NULL>" : dsn, 4219 logdelivery(m, mci, dsn, status, ctladdr, xstart, e) in logdelivery() argument 4222 char *dsn; [all …]
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 430 _OPTION(Timeout.queuereturn.dsn, `confTO_QUEUERETURN_DSN', `5d') 435 _OPTION(Timeout.queuewarn.dsn, `confTO_QUEUEWARN_DSN', `4h')
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 3541 Timeout.queuereturn.dsn 3560 Timeout.queuewarn.dsn
|