HomeSort by relevance Sort by last modified time
    Searched refs:MAIL (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
usg.local.h 49 * mail program
54 # define MAIL "/bin/rmail" /* Mail delivery agent */
56 # define MAIL "/usr/bin/rmail"/* Mail delivery agent */
59 /* Name of classy mail deliverer */
78 # define MASTER (value("bsdcompat") ? libpath("Mail.rc") : \
81 # define MASTER (value("bsdcompat") ? "/etc/mail/Mail.rc" : \
82 "/etc/mail/mailx.rc"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
io.h 85 #ifndef MAIL
87 #define MAIL 17
mio.h 63 /* NOTE: MAIL and NEWS are BUTTON numbers, MAIL_WIN and NEWS_WIN are WINDOW
65 better go through all the code and change all the MAIL and NEWS's to
68 #define MAIL 17
  /onnv/onnv-gate/usr/src/cmd/mailx/
receipt.c 54 char *mail, *s; local
56 if ((mail = value("sendmail")) == 0)
58 mail = SENDMAIL;
60 mail = MAIL;
64 snprintf(buf, sizeof (buf), "%s %s", mail, skin(nameof(mp)));
send.c 48 * mail program
50 * Mail to others.
148 * This happens in uucp style mail where
283 mail(char **people) function
350 * Send mail to a bunch of user names. The interface is through
351 * the mail routine below.
370 * Send mail to a bunch of user names. The interface is through
371 * the mail routine below.
402 * Mail a message on standard input to the people indicated
419 * Collect user's mail from standard input
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
Facility.java 139 public static final Facility MAIL = new Facility(LOG_MAIL, "MAIL");
  /onnv/onnv-gate/usr/src/cmd/bnu/
mailst.c 37 * fork and execute a mail command sending
40 * (this is used for mail returned to sender.)
41 * user -> user to send mail to
42 * subj -> subject for the mail
68 (void) snprintf(cmd, sizeof (cmd), "%s %s '%s'", PATH, MAIL, user);
uucp.h 353 #define MAIL "mail"
grades.c 50 static void mailAdmin(); /* Send mail to administrator. */
403 * mailAdmin - mail a message to the uucp administrator.
416 char cmd[BUFSIZ]; /* Place to build mail command. */
417 FILE * mail; /* Channel to write mail on. */ local
419 (void) sprintf(cmd, "%s %s %s", PATH, MAIL, "uucp");
420 if ((mail = popen(cmd, "w")) != (FILE *) NULL)
422 (void) fprintf(mail, "To: uucp\nSubject: %s\n\n%s\n",
424 (void) pclose(mail);
uucleanup.c 42 * thinks it knows what mail and netnews data files look like.
48 * mail to be sent. (Other remote execution that
51 * informed by mail that the request is not being
59 * mail or news, and the later D. processing will
72 * D. files - mail type data is sent to a local person if that
121 "Subject: Undeliverable Mail\n",
122 "This mail message is undeliverable.\n",
438 /* generated file (mail/news) I think */
459 "cprocess: C. %s, mail returned (%d), unlink(%s)",
527 /* set up the 6th text line of the mail message *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/dial/
uucp.h 248 #define MAIL (const char *)"mail"
  /onnv/onnv-gate/usr/src/cmd/krb5/kwarn/
kwarnd_proc.c 67 #define MAIL "mail"
68 #define MAILPATH "/usr/bin/mail"
327 * <principal> [renew[:<opt1,...optN>]] mail <time> <e-mail address>
333 * the specified method (syslog|terminal|mail)
337 * the specified method (syslog|terminal|mail)
536 /* if send to mail and no mail address, bad entry */
537 if ((strcmp(send_to, "mail") == 0) && (!*emailid))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/include/
lp.h 183 #define NAME_MAIL "mail"
280 #define MAIL "mail"
  /onnv/onnv-gate/usr/src/grub/grub-0.97/
config.status.solaris 28 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
36 $as_unset ENV MAIL MAILPATH
    [all...]
configure 27 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
35 $as_unset ENV MAIL MAILPATH
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ttymon/
uucp.h 291 #define MAIL "mail"
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.c 80 #define MAIL "/usr/bin/mail" /* mail program to use */
141 but cron was unable to mail you this output.\
238 int mailwhendone; /* 1 = send mail even if no ouptut */
313 static void mail(char *, char *, int);
678 /* for mail(1), make sure messages come from root */
813 mail(name, BADSTAT, ERR_UNIXERR);
818 mail(name, BADTYPE, ERR_NOTREG);
927 mail(name, BADSHELL, ERR_CANTEXECCRON)
1360 mail(char *usrname, char *mesg, int format) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ftpcmd.y 201 APPE MLFL MAIL MSND MSOM MSAM
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/
lpforms.c 103 " [-A mail | write | shell-command] (alert definition)\n"
115 " lpforms -f any -A {mail | write | shell-command}\n"
118 " lpforms -f all -A {mail | write | shell-command}\n"
249 if (STREQU(MAIL, optarg) || STREQU(WRITE, optarg))
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
SMTP.pm 203 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 :-(';
487 sub _MAIL { shift->command("MAIL", @_)->response() == CMD_OK }
    [all...]

Completed in 5939 milliseconds