Home
last modified time | relevance | path

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

12345678910>>...32

/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/cron/
H A Dstalesessions.pl72 open ( SENDMAIL, "|$sendmail_location -t" ) || warn "Can't open sendmail";
73 print SENDMAIL "To: $loginid\@localhost\n";
74 print SENDMAIL "Subject: Important account information\n";
75 print SENDMAIL "From: $message_from\n\n";
77 print SENDMAIL "your recent session. It is important to that you click ";
78 print SENDMAIL "on the logout icons when done with your session. ";
79 print SENDMAIL "\nFor more information, contact your system admin.\n\n";
80 print SENDMAIL "Session information:\n";
81 print SENDMAIL "logintime: " . localtime( $logintime ) . "\n";
82 print SENDMAIL "IP Address: " . $IP . "\n.\n";
[all …]
/dports/www/p5-libwww/libwww-perl-6.59/lib/LWP/Protocol/
H A Dmailto.pm17 our $SENDMAIL;
19 unless ($SENDMAIL = $ENV{SENDMAIL}) {
26 $SENDMAIL = $sm;
78 unless (-x $SENDMAIL) {
89 open(SENDMAIL, "| $SENDMAIL -oi -t") or
91 "Can't run $SENDMAIL: $!");
117 print SENDMAIL "\n";
130 print SENDMAIL $$contRef;
148 print SENDMAIL $d;
160 unless (close(SENDMAIL)) {
[all …]
/dports/www/fswiki/wiki3_6_2/lib/LWP/Protocol/
H A Dmailto.pm17 use vars qw(@ISA $SENDMAIL);
21 $SENDMAIL ||= "/usr/lib/sendmail";
67 unless (-x $SENDMAIL) {
69 "You don't have $SENDMAIL";
77 open(SENDMAIL, "| $SENDMAIL -oi -t") or
79 "Can't run $SENDMAIL: $!";
102 print SENDMAIL "\n";
114 print SENDMAIL $$contRef;
130 print SENDMAIL $d;
141 unless (close(SENDMAIL)) {
[all …]
/dports/net-mgmt/netdisco/App-Netdisco-2.047002/lib/App/Netdisco/Util/
H A DNodeMonitor.pm22 my $SENDMAIL = '/usr/sbin/sendmail';
23 open (SENDMAIL, "| $SENDMAIL -t") or die "Can't open sendmail at $SENDMAIL.\n";
24 print SENDMAIL "To: $to\n";
25 print SENDMAIL "From: Netdisco <netdisco\@$domain>\n";
26 print SENDMAIL "Subject: $subject\n\n";
27 print SENDMAIL $body;
28 close (SENDMAIL) or die "Can't send letter. $!\n";
/dports/security/p5-GnuPG/GnuPG-0.19/
H A Dgpgmailtunl62 open( SENDMAIL, "|". $cmd )
64 select SENDMAIL; $| = 1;
65 print SENDMAIL "From: $from\n" if $from;
66 print SENDMAIL <<EOF;
73 $gpg->encrypt( output => \*SENDMAIL, armor => 1,
81 close SENDMAIL
89 open( SENDMAIL, "|/usr/sbin/sendmail -oi -t" )
91 select SENDMAIL; $| = 1;
93 $gpg->decrypt( output => \*SENDMAIL,
98 close SENDMAIL
/dports/net-mgmt/remarp/remarp-0.05/sbin/
H A Dremarp.pl214 unless (defined(open(SENDMAIL, "|/usr/sbin/sendmail -t"))) {
218 print(SENDMAIL "To: rewmarp admin <$config->{'email'}>\n");
219 print(SENDMAIL "Subject: $device: remarp flash news\n");
220 print(SENDMAIL "X-Powered-By: V.Melnik\n");
221 print(SENDMAIL "X-Remarp-Version: $VERSION\n");
222 print(SENDMAIL "\n");
225 print(SENDMAIL "$remarp_out_string\n");
227 print(SENDMAIL "\n");
228 print(SENDMAIL "-- \n");
229 print(SENDMAIL "Sincerelly yours,\n");
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/ffx/
H A Dffxrmail.pl26 my $SENDMAIL = CONFIG_get("FFXRmailSendmail");
27 die "ffxrmail:$CONFIG:FFXRmailSendmail not defined\n" if(! $SENDMAIL);
28 $SENDMAIL =~ s/-p[^ ]*/-pFFX:$opt_f/ if($opt_f);
29 print "SENDMAIL: $SENDMAIL\n" if($opt_v);
49 push(@cmd, split(' ', $SENDMAIL));
66 exec (@cmd) || die "$PROGRAM: ERROR: can't exec $SENDMAIL program: $!\n";
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A Dexample_alarm_bin.sh28 SENDMAIL="/usr/sbin/sendmail"
30 SENDMAIL="/usr/lib/sendmail"
33 if [ ! -x $SENDMAIL ]; then
34 echo "$0: Could not find $SENDMAIL program"
53 …addr>"; echo "To: $email_to_addr"; echo "Subject: $msg"; echo; date) | $SENDMAIL -bm $email_to_add…
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/mail/
H A Dsend.php55 $SENDMAIL = new rcmail_sendmail($COMPOSE, [
70 $headers = $SENDMAIL->headers_input();
75 $message_charset = $SENDMAIL->options['charset'];
187 if ($footer = $SENDMAIL->generic_message_footer($isHtml)) {
218 self::add_attachments($SENDMAIL, $MAIL_MIME, $COMPOSE['attachments'], $isHtml);
244 $sent = $SENDMAIL->deliver_message($MAIL_MIME);
248 $saved = $SENDMAIL->save_message($MAIL_MIME);
258 $store_target = $SENDMAIL->options['store_target'];
259 $store_folder = $SENDMAIL->options['store_folder'];
353 public static function add_attachments($SENDMAIL, $message, $attachments, $isHtml) argument
[all …]
H A Dbounce.php51 $SENDMAIL = new rcmail_sendmail(
63 $SENDMAIL = new rcmail_sendmail(
75 $input_headers = $SENDMAIL->headers_input();
92 $SENDMAIL->deliver_message($BOUNCE);
95 $saved = $SENDMAIL->save_message($BOUNCE);
97 if (!$saved && strlen($SENDMAIL->options['store_target'])) {
/dports/news/newsstar/newsstar-1.5.6/
H A Dnewsstar.in39 $SENDMAIL = "@SENDMAIL@";
972 if (!open(SENDMAIL, "|$SENDMAIL -oi -t"))
978 print SENDMAIL "To: " . $reply_to;
979 print SENDMAIL <<"ENDENDEND";
992 print SENDMAIL $server;
993 print SENDMAIL "\nThe reason it was rejected was:\n";
994 print SENDMAIL $reason;
995 print SENDMAIL <<"ENDENDEND";
1003 print SENDMAIL @fbody;
1004 print SENDMAIL <<"ENDENDEND";
[all …]
/dports/news/inn-current/inn-2.7-20211226/m4/
H A Dsendmail.m49 [AC_ARG_VAR([SENDMAIL], [Location of sendmail binary to use])
12 SENDMAIL=$with_sendmail)])
19 AC_MSG_RESULT([$SENDMAIL])
21 AC_PATH_PROG([SENDMAIL], [sendmail], [], [/usr/sbin:/usr/lib])
22 if test -z "$SENDMAIL" ; then
/dports/news/inn/inn-2.6.4/m4/
H A Dsendmail.m410 [AC_ARG_VAR([SENDMAIL], [Location of sendmail binary to use])
13 SENDMAIL=$with_sendmail)])
20 AC_MSG_RESULT([$SENDMAIL])
22 AC_PATH_PROG([SENDMAIL], [sendmail], [], [/usr/sbin:/usr/lib])
23 if test -z "$SENDMAIL" ; then
/dports/sysutils/shlock/inn-2.6.4/m4/
H A Dsendmail.m410 [AC_ARG_VAR([SENDMAIL], [Location of sendmail binary to use])
13 SENDMAIL=$with_sendmail)])
20 AC_MSG_RESULT([$SENDMAIL])
22 AC_PATH_PROG([SENDMAIL], [sendmail], [], [/usr/sbin:/usr/lib])
23 if test -z "$SENDMAIL" ; then
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dmail.c35 #ifdef SENDMAIL
81 #ifdef SENDMAIL
134 #ifdef SENDMAIL in MAIN()
135 if (strlen (SENDMAIL) == 0) in MAIN()
159 #ifdef SENDMAIL in MAIN()
405 if (strlen (SENDMAIL) == 0) in send_image()
437 #ifdef SENDMAIL in send_image()
444 #ifdef SENDMAIL in send_image()
475 #ifdef SENDMAIL in send_dialog()
539 #ifdef SENDMAIL in send_dialog()
[all …]
/dports/sysutils/anacron/anacron-2.3/
H A Drunjob.c163 execl(SENDMAIL, SENDMAIL, "-FAnacron", "-odi", in launch_mailer()
165 die_e("Can't exec " SENDMAIL); in launch_mailer()
178 "but mailer process (" SENDMAIL ") exited with ststus %d", in tend_mailer()
182 "but mailer process (" SENDMAIL ") got signal %d", in tend_mailer()
186 "but mailer process (" SENDMAIL ") terminated abnormally" in tend_mailer()
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/
H A DNetdot.pm269 my $SENDMAIL = $self->config->get('SENDMAIL');
274 if ( !open(SENDMAIL, "|$SENDMAIL -oi -t") ){
275 $self->throw_fatal("send_mail: Can't fork for $SENDMAIL: $!");
278 print SENDMAIL <<EOF;
287 close(SENDMAIL);
/dports/news/fidogate4/fidogate-4.4.10/contrib/fidogate-4.3a3-ai-pl9.1/fido.vsu.ru/
H A Dftninpost36 $SENDMAIL = `$LIBDIR/ftnconfig -c $LIBDIR/config.gate -l FTNInSendmail`;
40 if(! $SENDMAIL) {
50 "sendmail = $SENDMAIL\n",
56 @sendmail = split(' ', $SENDMAIL);
/dports/news/fidogate4/fidogate-4.4.10/src/gate/
H A Dftninpost.pl38 my $SENDMAIL = CONFIG_get("FTNInSendmail");
45 if(! $SENDMAIL) {
55 "sendmail = $SENDMAIL\n",
64 my @sendmail = split(' ', $SENDMAIL);
/dports/mail/spambnc/usr/local/sb/
H A Dsb-sys-default.rc91 # SENDMAIL=${SENDMAIL:-/usr/sbin/sendmail}
93 * SENDMAIL ?? ^^^^
94 { SENDMAIL=/usr/sbin/sendmail }
H A Dsb-sys-default-solaris.rc86 # SENDMAIL=${SENDMAIL:-/usr/sbin/sendmail}
88 * SENDMAIL ?? ^^^^
89 { SENDMAIL=/usr/sbin/sendmail }
/dports/mail/p5-MIME-Lite/MIME-Lite-3.033/lib/MIME/
H A DLite.pm391 my $SENDMAIL = "";
398 $SENDMAIL = "/usr/lib/sendmail";
399 ( -x $SENDMAIL ) or ( $SENDMAIL = "/usr/sbin/sendmail" );
400 ( -x $SENDMAIL ) or ( $SENDMAIL = "sendmail" );
401 unless (-x $SENDMAIL) {
410 unless (-x $SENDMAIL) {
411 undef $SENDMAIL;
2703 local *SENDMAIL;
2705 $self->print( \*SENDMAIL );
2706 close SENDMAIL;
[all …]
/dports/mail/p5-Email-Send/Email-Send-2.201/lib/Email/Send/
H A DSendmail.pm12 use vars qw[$SENDMAIL $VERSION];
27 return $SENDMAIL if defined $SENDMAIL;
/dports/news/inn/inn-2.6.4/support/
H A Dfixconfig.in37 SENDMAIL=@SENDMAIL@
75 -e "s,@SENDMAIL[@],$SENDMAIL,g" < "$input" > "$output"
/dports/news/inn-current/inn-2.7-20211226/support/
H A Dfixconfig.in35 SENDMAIL=@SENDMAIL@
73 -e "s,@SENDMAIL[@],$SENDMAIL,g" < "$input" > "$output"

12345678910>>...32