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

/sendmail/libmilter/
H A Dexample.c51 char host[512]; local
67 if (gethostname(host, sizeof host) < 0)
68 snprintf(host, sizeof host, "localhost");
74 snprintf(hbuf, sizeof hbuf, "%s@%s", p, host);
/sendmail/sendmail/
H A Dsm_resolve.c178 char host[MAXHOSTNAMELEN]; local
192 status = dn_expand(data, data + len, p, host, sizeof(host));
198 r->dns_r_q.dns_q_domain = sm_strdup(host);
216 status = dn_expand(data, data + len, p, host, sizeof(host));
249 (*rr)->rr_domain = sm_strdup(host);
264 status = dn_expand(data, data + len, p, host,
265 sizeof(host));
271 (*rr)->rr_u.rr_txt = sm_strdup(host);
[all...]
H A Dcollect.c811 char *host; local
815 host = RealHostName;
816 if (host == NULL)
817 host = "localhost";
828 problem, host,
832 problem, host,
836 problem, host,
H A Denvelope.c1027 char *host = RealHostName; local
1029 if (host == NULL)
1030 host = MyHostName;
1033 realname, MAXNAME, host);
H A Dmci.c55 ** Vixie. It is based on the long term host status code in KJS
318 ** MCI_GET -- get information about a particular host
321 ** host -- host to look for.
325 ** mci for this host (might be new).
329 mci_get(host, m)
330 char *host;
346 s = stab(host, ST_MCI + m->m_mno, ST_ENTER);
373 host, m->m_name);
383 host,
1262 char host[MAXHOSTNAMELEN]; local
[all...]
H A Ddeliver.c304 ** set, send directly to the fallback MX host.
897 message("deliverable: mailer %s, host %s, user %s",
1116 ** COLONCMP -- compare host-signatures up to first ':' or EOS
1118 ** This takes two strings which happen to be host-signatures and
1128 ** a - first host-signature
1129 ** b - second host-signature
1206 ** If the host was not found or a temporary failure occurred
1208 ** tried it), then make one last try with it as the host.
1229 ** This routine delivers to everyone on the same host as the
1237 ** Piggybacking occurs when an existing connection to a mail host ca
1292 char *host; /* host being sent to */ local
2953 char *host = NULL; local
[all...]
H A Dmain.c1388 ** Find our real host name for future logging.
1521 action = "purge host status";
1636 /* don't have persistent host status in test mode */
1771 message("WARNING: local host name (%s) is not qualified; see cf/README: WHO AM I?",
1898 /* check host status directory for validity */
4299 char host[MAXHOSTNAMELEN]; local
4307 else if (sm_strlcpy(host, p, sizeof(host)) >= sizeof(host))
4313 (void) getcanonname(host, sizeo
[all...]
H A Dconf.c594 MAPDEF("host", NULL, 0,
700 ** INITHOSTMAPS -- initial host-dependent maps
703 ** provided by the host operating system.
712 ** Should define maps "host" and "users" as necessary
729 ** Make sure we have a host map.
732 if (stab("host", ST_MAP, ST_FIND) == NULL)
734 /* user didn't initialize: set up host map */
735 (void) sm_strlcpy(buf, "host host", sizeof(buf));
1730 host_t host; local
4002 char *host; local
[all...]
H A Dmap.c712 ** host -- the host name to look up.
713 ** hbsize -- the size of the host buffer.
718 ** true -- if the host was found.
723 getcanonname(host, hbsize, trymx, pttl)
724 char *host;
750 host, maptype[mapno]);
753 found = text_getcanonname(host, hbsize, &status);
758 found = nis_getcanonname(host, hbsize, &status);
768 found = nisplus_getcanonname(host, hbsiz
4993 char *hostlist, *host; local
[all...]

Completed in 2236 milliseconds