Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c394 SM_STAB_FREE(s->s_mci.mci_heloname); in rmexpstab()
H A Dmci.c255 SM_FREE_CLR(mci->mci_heloname);
H A Dusersmtp.c156 hn = mci->mci_heloname ? mci->mci_heloname : MyHostName;
H A Ddaemon.c2860 mci->mci_heloname = newstr(name);
2875 mci->mci_heloname = newstr(HeloName);
H A Dsendmail.h676 char *mci_heloname; /* name to use as HELO arg */ variable