Searched defs:sendinghost (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c559 char *volatile sendinghost; /* sending hostname */ local
1147 sendinghost = macvalue('s', e);
1155 /* sendinghost's storage must outlive the current envelope */
1156 if (sendinghost != NULL)
1157 sendinghost = sm_strdup_x(sendinghost);
2115 sendinghost = sm_strdup_x(p);
2316 if (sendinghost == NULL)
2317 sendinghost = peerhostname;
2337 if (sm_strcasecmp(sendinghost, peerhostnam
[all...]

Completed in 48 milliseconds