Searched refs:MAILTO (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.admin102 MAILTO=uucp
110 (echo "Subject: uu-status"; echo; cat $TMP) | mail $MAILTO
115 (echo "Subject: passwd check"; echo; cat $TMP) | mail $MAILTO
H A Duudemon.cleanup96 MAILTO=uucp
174 ) | mail $MAILTO
186 (echo "uudemon.cleanup: unable to chdir to $LOGDIR/$i") | mail $MAILTO
227 (echo "Subject: cleanup"; echo; cat $OLD/uucleanup) | mail $MAILTO
249 (echo "uudemon.cleanup: unable to chdir to $d") | mail $MAILTO
276 (echo "Subject: cores"; echo; cat $TMP) | mail $MAILTO
300 (echo "Subject: uucp requests"; echo; cat $TMP) | mail $MAILTO
308 (echo "Subject: uucp DENIED"; echo; cat $TMP) | mail $MAILTO
314 (echo "Subject: uu-status"; echo; cat $TMP) | mail $MAILTO
320 (echo "Subject: $CORRUPT"; echo; cat $TMP) | mail $MAILTO
[all...]
H A Dunknown.c35 * sends mail to login MAILTO ("uucp"). the executable should be
46 #define MAILTO "uucp" macro
101 MAILTO, errmsg, FOREIGN, errmsg, FOREIGN,
125 execl("/usr/bin/mail", "mail", MAILTO, (char *) 0);
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh38 # sends mail on completion (-m and the MAILTO variable)
107 # Some scripts optionally send mail messages to MAILTO.
110 export MAILTO="$STAFFER"
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh651 -m send mail to $MAILTO at end of build
931 if [ -z "$MAILTO" -o "$MAILTO" = "nobody" ]; then
932 MAILTO=$STAFFER
933 export MAILTO
1168 ${MAILTO}

Completed in 57 milliseconds