Displaying 3 results from an estimated 3 matches for "exp_send".
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi,
When no MTA is installed, How to send an email with a cronjob?
I have below entrty in my cronjob?
my /etc/cron.d/backup file looks like this.
MAILTO=myemail at example.com
15 11 * * * root /root/scripts/backup.sh
Can I send this email via SMTP server?
Hope to hear from you.
--
Thank you
Indunil Jayasooriya
http://www.theravadanet.net/
2004 Jun 27
4
Re Cron
Hi List
Is there a cron that I con do to replace this, as the fx0 card doesnt hang up properly
phonegc:/home/samantha# asterisk -r
Asterisk CVS-05/30/03-17:17:07, Copyright (C) 1999-2001 Linux Support Services, Inc.
Written by Mark Spencer <markster@linux-support.net>
=========================================================================
Connected to Asterisk CVS-05 currently running on
2003 Jan 02
0
Samba PDC passwd update to NIS server
...#39;t change below
set force_conservative 1 ;# set to 1 to force conservative mode even if
;# script wasn't run conservatively originally
if {$force_conservative} {
set send_slow {1 .1}
proc send {ignore arg} {
sleep .1
exp_send -s -- $arg
}
}
set timeout -1
set username [lindex $argv 0]
send_user "new"
system stty echo
expect_user -re "(.*)\n"
set password $expect_out(1,string)
send_user "OK\n"
log_user 0
spawn $ssh $ypserver
expect "<change to fit your system> :"
sen...