Home
last modified time | relevance | path

Searched refs:SENDMAIL (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/vi/build/
H A Drecover129 open(SENDMAIL, "|$sendmail -t") ||
131 print SENDMAIL @recfile;
132 close(SENDMAIL);
/openbsd/usr.sbin/ypserv/ypinit/
H A DMakefile.yp48 SENDMAIL=/usr/sbin/sendmail
301 $(SENDMAIL) -bi -oA$(PWD)/$(DOMAIN)-aliases; \
/openbsd/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok49 SENDMAIL
/openbsd/usr.bin/newsyslog/
H A Dnewsyslog.c79 #define SENDMAIL "/usr/sbin/sendmail" macro
1073 fp = popen(SENDMAIL " -t", "w"); in domonitor()