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

/sendmail/contrib/
H A Dbitdomain.c103 fprintf(stderr, "%-8s: no domain name in input file\n", node);
110 fprintf(stderr, "%-8s no domain name in input file\n", node);
131 * The entry tells us that "node" expands to "domain".
132 * "domain" can either be a domain name or a bitnet node name
133 * The buffer pointed to by "domain" may be overwritten--it
136 entry(node, domain, domainlen)
138 char *domain;
147 /* We already have a domain for this node */
148 if (!strchr(domain, '
330 char *domain; member in struct:entry
401 char *domain; local
[all...]
/sendmail/rmail/
H A Drmail.c99 char *addrp = NULL, *domain, *p, *t; local
107 domain = "UUCP"; /* Default "domain". */
117 domain = optarg;
284 sm_snprintf(buf, sizeof(buf), "-p%s", domain);
287 domain, from_sys, domain);
289 sm_snprintf(buf, sizeof(buf), "-p%s:%s", domain, from_sys);
408 "usage: rmail [-T] [-D domain] user ...\n");
/sendmail/sendmail/
H A Ddomain.c18 SM_RCSID("@(#)$Id: domain.c,v 8.205 2013-11-22 20:51:55 ca Exp $ (with name server)")
20 SM_RCSID("@(#)$Id: domain.c,v 8.205 2013-11-22 20:51:55 ca Exp $ (without name server)")
159 ** GETMXRR -- get MX resource records for a domain
780 char **domain; local
805 ** Initialize domain search list. If there is at least one
808 ** domain (e.g., vse.CS.Berkeley.EDU). Note that there is no
826 ** domain to search the unmodified name first.
827 ** If name does not end with a dot and search up local domain
828 ** tree desired, append each local domain component to the
829 ** search list; if name contains no dots and default domain
[all...]
H A Dmap.c673 ** Get the domain name from the kernel.
677 ** Finally, force there to be at least one dot in the domain name
947 /* try to add a domain on the end of the name */
948 char *domain = macvalue('m', CurEnv); local
950 if (domain != NULL &&
951 strlen(domain) + (i = strlen(cbuf)) + 1 < (size_t) cbuflen)
955 (void) sm_strlcpy(p, domain, cbuflen - i - 1);
1141 case 'B': /* base domain */
2709 syserr("451 4.3.5 Cannot bind to map %s in domain %s: %s",
2927 sm_dprintf("nisplus_map_open(%s): using domain
3228 char *domain; local
[all...]
/sendmail/vacation/
H A Dvacation.c724 ** From site!site!SENDER%site.domain%site.domain@site.domain
832 char *domain; local
864 (domain = strchr(From, '@')) != NULL)
866 key.data = domain;
867 key.size = strlen(domain);

Completed in 20 milliseconds