Home
last modified time | relevance | path

Searched refs:sendmail (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/usr.bin/file/magdir/
H A Dsendmail1 # $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 Dperlbug.PL1195 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 Drecover13 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 DMakefile10 ln -fs /usr/sbin/mailwrapper ${DESTDIR}/usr/sbin/sendmail
16 chown -h ${BINOWN}:${BINGRP} ${DESTDIR}/usr/sbin/sendmail \
/openbsd-src/etc/
H A Dmailer.conf5 sendmail /usr/sbin/smtpctl
/openbsd-src/usr.sbin/lpr/lpd/
H A Dprintjob.c123 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 Dsendbug.c42 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 Dcmdtab.c61 { "mail", { sendmail }, R|M|I|STRLIST, 0, 0 },
H A Dextern.h220 int sendmail(void *);
H A Dsend.c301 sendmail(void *v) in sendmail() function
/openbsd-src/usr.sbin/smtpd/smtpd/
H A DMakefile79 MAN= sendmail.8 smtpd.8 smtpd-filters.7 smtpd-tables.7
/openbsd-src/gnu/llvm/clang/tools/scan-view/share/
H A DReporter.py139 s.sendmail(msg['From'], msg['To'], msg.as_string())
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dcvsbug.in53 if [ -f /usr/sbin/sendmail ]; then
/openbsd-src/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok289 sendmail
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgccbug.in42 if [ -f /usr/sbin/sendmail ]; then
/openbsd-src/usr.sbin/smtpd/
H A Dsmtpctl.c68 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 DMakefile.yp48 SENDMAIL=/usr/sbin/sendmail
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat312 sendmail(1)
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dconfig_sh.sample1017 sendmail=''
/openbsd-src/gnu/llvm/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py614 s.sendmail(email_msg['From'], email_msg['To'], email_msg.as_string())
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlport.pod335 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 Dconfig.vc1030 sendmail='blat'
H A Dconfig.gc1031 sendmail='blat'
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A DChangeLog299 * log_accum.pl: ($MAILER): use sendmail directly to allow other
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq9.pod303 use this under the hood) will try C<sendmail> first, if it exists

12