Paul Rimmer wrote: > > Whoops, added missing /bin to path and now email comes through but $HOSTNAME > still returns nothing.
You can try to figure it out or just code the thing to work, like this: LEAFHOSTNAME=`cat /etc/hostname` and just use that. If you want to figure it out, write a few test scripts for cron to run that determine as much info as possible, using things like set >/tmp/evars 2>&1 whoami etc... Matt _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
