Can we see the crontab file? Is this the root crontab or your personal
one? Have you added your login name to the /etc/cron.allow file?
... Steve
Zoki <[EMAIL PROTECTED]> wrote:
> ->I missed whether or not you had the following line in your script:
> ->
> ->#!/bin/sh <---The first line.
The script like you asked:
get_mail script looks like this:
#!/bash/sh
if /usr/sbin/ppp-on
then
sleep 40;/sbin/ifconfig;usr/sbin/sendmail
-q;fetchmail;/usr/sbin/ppp-off;exit
fi
Mailed with Linux and Pine.
%% Fin de message / End of message %%
Could someone send me the get_mail script? I'm interested in looking at
it also. Thanks.
Paul Fontenot <[EMAIL PROTECTED]> wrote:
> (+)*** It's 'sh get_mail' through an alias.
> (+)
> (+)Zoki.
>
> I missed whether or not you had the following line in your script:
>
> #!/bin/sh <---Th