![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Weird Issue with crontab. | Cameron | HP-UX | 3 | 04-22-2008 12:36 AM |
| crontab issue | vaddi | HP-UX | 11 | 01-28-2008 06:07 AM |
| Crontab change and email notification | coolkid | Shell Programming and Scripting | 3 | 01-02-2008 03:56 PM |
| Crontab Issue | rickyt00 | UNIX for Dummies Questions & Answers | 2 | 08-06-2005 10:31 AM |
| crontab issue | Semper_Tempus | SUN Solaris | 6 | 07-19-2005 11:13 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Crontab email issue
Hi,
I have a script that sends a db extract file as an email attachment. I have a crontab created to run it everyday at 8 am.. 00 08 * * * ksh /home/rtaaa/tbasd/report.sh > /home/rtaaa/tbasd/logs/report.log When i just run the "ksh /home/rtaaa/tbasd/report.sh > /home/rtaaa/tbasd/logs/report.log" from the command prompt, the email will be sent out without any issues.. but when its triggered by the crontab, the email is not getting sent.. the whole script is running well except the email part. This is what i am doing to send the file: "sendmail $ADDR < $MAILFILE" I have been trying to debug this without success for a while, any help is appreciated. Thanks. |
| Bookmarks |
| Tags |
| sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|