[Phpwm] Basic PHP Query (Very basic!)
David Goodwin
david at codepoets.co.uk
Thu Apr 27 11:46:46 BST 2006
Justin Joyce wrote :
> Ladies and Gents,
>
> I have inherited an app from a previous supplier. It's a very simple app
> based on PHP and MySQL - it resided on a Linux server hosted by
> Xcalibre. In a nutshell, on a daily basis it sends a pre formatted email
> out to recipients based on certain criteria. The problem I have got is
> that the CRON job seems to be falling over and I have no idea why - I
> have managed to establish that the CRON job sends out a status report
> after each run to a specified email address; my question is thus; where
> do I find that email address so I can change it to my own rather than
> the (now departed) supplier who is incommunicado (sourced from
> ELance.com).
>
Hello,
You'll probably need to just edit /etc/aliases, which should have a format of :
user: destination
e.g.
root: fred at spam.com
Just change the destination address, and run the command "newaliases"
Thanks
David.
--
David Goodwin david at palepurple.co.uk
Pale Purple Ltd http://www.palepurple.co.uk
Helping you make the most of Open Source Technology
More information about the Phpwm
mailing list