HomeSort by: relevance | last modified time | path
    Searched refs:MAILER (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/conf/
aliases 15 MAILER-DAEMON: postmaster
269 # The Secure Mailer license must be distributed with this
  /src/external/ibm-public/postfix/dist/proto/
aliases0 15 MAILER-DAEMON: postmaster
  /src/external/bsd/am-utils/dist/scripts/
lostaltmail.in 353 # Actually resends the mail. Talks to the process configured as $MAILER
357 open (MAILER, "| $MAILER $currentTO") || return $ABORT_RESEND;
358 print MAILER $current_msg;
359 close (MAILER);
387 open (MAILER, "| $MAILER $MAILGRUNT");
389 print MAILER "To: $MAILGRUNT\n";
390 print MAILER "Subject: $LOG_SUBJECT\n";
391 print MAILER "$HEADER_BODY_DELIM"
    [all...]
  /src/external/gpl2/xcvs/dist/src/
cvsbug.in 55 # What mailer to use. This must come after the config file, since it is
59 MAILER=`echo $MAIL_AGENT | sed -e 's, .*,,'`
60 if [ ! -f "$MAILER" ] ; then
61 echo "$COMMAND: Cannot find mail program \"$MAILER\"."

Completed in 44 milliseconds