Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c958 char *volatile sendinghost; /* sending hostname */ local
1605 sendinghost = macvalue('s', e);
1614 if (sendinghost != NULL)
1615 sendinghost = sm_strdup_x(sendinghost);
2664 sendinghost = sm_strdup_x(p);
2875 if (sendinghost == NULL)
2876 sendinghost = peerhostname;
2896 if (sm_strcasecmp(sendinghost, peerhostname) != 0 &&
2898 sm_strcasecmp(sendinghost, MyHostName) != 0))
2901 CurSmtpClient, sendinghost);
[all …]