Searched refs:domain (Results 1 - 10 of 10) 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...]
H A Dbuildvirtuser44 directory should contain one file per virtual domain with the filename
45 matching the virtual domain name and the contents containing a list of
47 right. An empty left column translates to the default for that domain.
49 $DOMAIN in the file are replaced by the current domain being processed.
67 If a new domain is added (i.e., by adding a new file to
109 my ($lhs, $domain, $key, $value);
136 foreach $domain (@virts)
138 next if ($domain =~ m/^\./);
139 open(DOMAIN, "$virts/$domain") || die "Could not open file $virts/$domain
[all...]
H A Dexpn.pl21 # add magic to deal with cross-domain cnames
580 # Ranking of inputs: best: user@host.domain, okay: user
756 # servers' domain to the address if it doesn't already have a
757 # domain. Since this sometimes fails, save a back reference so
762 local($domain,$newhost);
770 # domain host isn't, keep $host whatever it is
778 # accounted for. They have to do with domain relay hosts.
788 # The first try must always be to cut the domain part out of
822 ($domain = $domain_host) =~ s/^[^\.]+//;
823 $fallback{"$host$domain"}
[all...]
/sendmail/sendmail/
H A Dsm_resolve.c377 ** domain -- name to lookup
389 dns_lookup_int(domain, rr_class, rr_type, retrans, retry)
390 const char *domain;
413 sm_dprintf("dns_lookup(%s, %d, %s)\n", domain,
429 len = res_search(domain, rr_class, rr_type, reply, SMRBSIZE);
435 sm_dprintf("dns_lookup: domain=%s, length=%d, default_size=%d, max=%d, status=response too long\n",
436 domain, len, (int) SMRBSIZE,
442 sm_dprintf("dns_lookup: domain=%s, length=%d, default_size=%d, max=%d, status=response longer than default size, resizing\n",
443 domain, len, (int) SMRBSIZE,
449 len = res_search(domain, rr_clas
[all...]
H A Dsm_resolve.h135 extern DNS_REPLY_T *dns_lookup __P((const char *domain,
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/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/cf/cf/
H A DMakefile92 ${CFDIR}/domain/Berkeley.EDU.m4 \
93 ${CFDIR}/domain/CS.Berkeley.EDU.m4 \
94 ${CFDIR}/domain/EECS.Berkeley.EDU.m4 \
95 ${CFDIR}/domain/S2K.Berkeley.EDU.m4 \
96 ${CFDIR}/domain/berkeley-only.m4 \
97 ${CFDIR}/domain/generic.m4 \
/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 27 milliseconds