Searched defs:mail (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/aux/
H A DMakefile31 LIBPROG= mail.local smrsh
45 mail.local := LDLIBS += -lsocket -lnsl -lmail -lldap
79 mail.local: mail.local.o ../libsm/libsm.a
80 $(LINK.c) mail.local.o -o $@ $(LDLIBS) ../libsm/libsm.a
110 install: all $(ROOTPROG) $(ROOTLIB)/mail.local $(ROOTLIB)/smrsh \
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c515 register char *mail; local
526 if((mail=nv_getval(MAILPNOD)) || (mail=nv_getval(MAILNOD)))
531 chkmail(shp,mail);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm203 sub mail subroutine
226 carp 'Net::SMTP::mail: SIZE option not supported by host';
238 carp 'Net::SMTP::mail: DSN option not supported by host';
252 carp 'Net::SMTP::mail: 8BITMIME option not supported by host';
264 carp 'Net::SMTP::mail: BINARYMIME option not supported by host';
273 carp 'Net::SMTP::mail: 8BITMIME and BINARYMIME options not supported by host';
285 carp 'Net::SMTP::mail: CHECKPOINT option not supported by host';
298 carp 'Net::SMTP::mail: DSN option not supported by host';
309 carp 'Net::SMTP::mail: ESMTP not supported by host - options discarded :-(';
534 This example prints the mail domai
[all...]

Completed in 24 milliseconds