>anyone know how to setup cron to receive email from the owner of the account
>and for cron to run a process to send all the web stats to another email
>address?
>
>specifically i want to do this: 
>
>1)issue a email from my desk at work to my email account on my linux box
>telling cron to issue a command like fgrep mccorkle
>/var/log/httpd/access_log >access.may.log
>2) then have cron send me a email containing that log to my email at work.
>
>thanks
>
>
Why not set up a mail filter that checks the from and subject headers, and
runs the command in the body of the message, or runs a script that runs
commands based on keywords in the message.

---
    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to