| /openbsd-src/usr.bin/file/magdir/ |
| H A D | sendmail | 1 # $OpenBSD: sendmail,v 1.2 2004/06/03 03:14:20 tedu Exp $ 4 # sendmail: file(1) magic for sendmail config files 14 # sendmail: file(1) magic for sendmail m4(1) files 17 # i.e. files in /usr/share/sendmail/cf/ 19 0 string divert(-1)\n sendmail m4 text file
|
| /openbsd-src/gnu/usr.bin/perl/utils/ |
| H A D | perlbug.PL | 1195 my $sendmail = ""; 1197 $sendmail = $_, last if -e $_; 1199 if ( $^O eq 'os2' and $sendmail eq "" ) { 1204 $sendmail = "$_/sendmail", last if -e "$_/sendmail"; 1205 $sendmail = "$_/sendmail.exe", last if -e "$_/sendmail.exe"; 1208 return $sendmail; 1212 my $sendmail = _probe_for_sendmail(); 1213 unless ($sendmail) { 1231 open( SENDMAIL, "|-:raw", $sendmail, "-t", "-oi", "-f", $from ) 1232 || die "'|$sendmail -t -oi -f $from' failed: $!";
|
| /openbsd-src/usr.bin/vi/build/ |
| H A D | recover | 13 my $sendmail = "/usr/sbin/sendmail"; 129 open(SENDMAIL, "|$sendmail -t") || 130 die "$0: can't run $sendmail -t: $!\n";
|
| /openbsd-src/usr.sbin/mailwrapper/ |
| H A D | Makefile | 10 ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/sendmail 16 chown -h ${BINOWN}:${BINGRP} ${DESTDIR}/usr/sbin/sendmail \
|
| /openbsd-src/etc/ |
| H A D | mailer.conf | 5 sendmail /usr/sbin/smtpctl
|
| /openbsd-src/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 123 static void sendmail(char *, int); 291 sendmail(logname, FATALERR); in printjob() 411 sendmail(line+1, bombed); in printit() 481 sendmail(logname, bombed); in printit() 506 sendmail(line+1, bombed); in printit() 849 sendmail(logname, ACCESS); in sendit() 1112 sendmail(char *user, int bombed) in sendmail() function
|
| /openbsd-src/usr.bin/sendbug/ |
| H A D | sendbug.c | 42 int sendmail(const char *); 178 if (sendmail(tmppath) == -1) in main() 319 sendmail(const char *pathname) in sendmail() function
|
| /openbsd-src/usr.bin/mail/ |
| H A D | cmdtab.c | 61 { "mail", { sendmail }, R|M|I|STRLIST, 0, 0 },
|
| H A D | extern.h | 220 int sendmail(void *);
|
| H A D | send.c | 301 sendmail(void *v) in sendmail() function
|
| /openbsd-src/usr.sbin/smtpd/smtpd/ |
| H A D | Makefile | 79 MAN= sendmail.8 smtpd.8 smtpd-filters.7 smtpd-tables.7
|
| /openbsd-src/gnu/llvm/clang/tools/scan-view/share/ |
| H A D | Reporter.py | 139 s.sendmail(msg['From'], msg['To'], msg.as_string())
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | cvsbug.in | 53 if [ -f /usr/sbin/sendmail ]; then
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/ |
| H A D | spell.ok | 289 sendmail
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gccbug.in | 42 if [ -f /usr/sbin/sendmail ]; then
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | smtpctl.c | 68 int sendmail; variable 83 if (sendmail) in usage() 1113 if (strcmp(__progname, "sendmail") == 0 || in sendmail_compat() 1135 sendmail = 1; in sendmail_compat()
|
| /openbsd-src/usr.sbin/ypserv/ypinit/ |
| H A D | Makefile.yp | 48 SENDMAIL=/usr/sbin/sendmail
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | known_pod_issues.dat | 312 sendmail(1)
|
| /openbsd-src/gnu/usr.bin/perl/plan9/ |
| H A D | config_sh.sample | 1017 sendmail=''
|
| /openbsd-src/gnu/llvm/llvm/utils/Reviewing/ |
| H A D | find_interesting_reviews.py | 614 s.sendmail(email_msg['From'], email_msg['To'], email_msg.as_string())
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlport.pod | 335 F</etc/sendmail.conf>, F</etc/resolv.conf>, or even F</tmp/>. For 581 One especially common bit of Perl code is opening a pipe to B<sendmail>: 583 open(my $mail, '|-', '/usr/lib/sendmail -t') 584 or die "cannot fork sendmail: $!"; 586 This is fine for systems programming when sendmail is known to be 588 some Unix systems that may not have sendmail installed. If a portable 592 mailing methods, including C<mail>, C<sendmail>, and direct SMTP (via
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | config.vc | 1030 sendmail='blat'
|
| H A D | config.gc | 1031 sendmail='blat'
|
| /openbsd-src/gnu/usr.bin/cvs/contrib/ |
| H A D | ChangeLog | 299 * log_accum.pl: ($MAILER): use sendmail directly to allow other
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq9.pod | 303 use this under the hood) will try C<sendmail> first, if it exists
|