Searched refs:hostname (Results 1 - 10 of 10) sorted by relevance

/sendmail/cf/sh/
H A Dmakeinfo.sh33 if [ -f $p/hostname ]
51 host=`hostname`
/sendmail/contrib/
H A Dbitdomain.c88 char buf[1024], *node, *hostname, *p; local
114 hostname = p;
121 if (strlen(hostname) > 7 &&
122 !strcmp(hostname+strlen(hostname)-7, ".bitnet")) {
123 hostname[strlen(hostname)-7] = '\0';
125 entry(node, hostname, sizeof(buf)-(hostname - buf));
H A Detrn.pl40 # must have 'hostname' program.
45 chop(my $name = `hostname || uname -n`);
47 my ($hostname) = (gethostbyname($name))[0];
60 push(@hosts, $hostname);
88 unless $thishost =~ "$hostname|localhost";
101 unless $thishost =~ $hostname;
192 &ps("ehlo $hostname");
H A Dbounce-resender.pl33 chomp($hostname = `hostname`);
75 print STDERR "$0: running on $hostname ($uname)\n";
209 print MSGHDR "HMessage-ID: <$messageid@$hostname>\n"
240 print MSGHDR "HMessage-ID: <$messageid@$hostname>\n"
H A Dexpn.pl14 # must have 'nslookup' and 'hostname' programs.
76 # expanded "foo" or maybe "foo@bar" and $server is the hostname
109 $0 = "$av0 - running hostname";
110 chop($name = `hostname || uname -n`);
113 ($hostname,$aliases,$type,$len,$thisaddr) = gethostbyname($name);
124 &expn(&parse($a,$hostname,undef,1));
228 &ps("helo $hostname");
947 # follow mx records, return a hostname
1243 .IR user [@ hostname ]
1244 .RI [ user [@ hostname ]]
[all...]
/sendmail/devtools/bin/
H A Dconfigure.sh60 if [ -f $p/hostname ]
78 host=`hostname`
/sendmail/sendmail/
H A Dmci.c1306 ** hostname -- the corresponding host name.
1313 mci_print_persistent(pathname, hostname)
1315 char *hostname;
1324 if (hostname == NULL)
1364 locked ? '*' : ' ', hostname,
1404 ** hostname -- name of host corresponding to that file.
1414 mci_purge_persistent(pathname, hostname)
1416 char *hostname;
1435 if (hostname != NULL)
1473 ** MCI_GENERATE_PERSISTENT_PATH -- generate path from hostname
[all...]
H A Dconf.c3979 ** hostname -- the name corresponding to sap.
3996 validate_connection(sap, hostname, e)
3998 char *hostname;
4009 hostname, anynet_ntoa(sap));
4012 if (rscheck("check_relay", hostname, anynet_ntoa(sap),
4030 if (hostname[0] == '[' && hostname[strlen(hostname) - 1] == ']')
4033 host = hostname;
4601 ** ADD_HOSTNAMES -- Add a hostname t
[all...]
H A Dsrvrsmtp.c560 char *volatile sendinghost; /* sending hostname */
580 char *hostname; /* my hostname ($j) */ local
752 hostname = macvalue('j', e);
755 AuthRealm = hostname;
770 /* use no realm -> realm is set to hostname by SASL lib */
1101 "%s not accepting messages", hostname);
5009 ** hostname -- host name
5017 reset_saslconn(sasl_conn_t **conn, char *hostname, argument
5030 result = sasl_server_new("smtp", hostname, NUL
[all...]
H A Dmilter.c3870 ** hostname -- hostname of remote machine.
3880 milter_connect(hostname, addr, e, state)
3881 char *hostname;
3897 sm_dprintf("milter_connect(%s)\n", hostname);
3939 s = strlen(hostname) + 1 + sizeof(family);
3947 (void) memcpy(bp, hostname, strlen(hostname));
3948 bp += strlen(hostname);

Completed in 42 milliseconds