Re: [PHP] php special permissions

2003-12-18 Thread Eugene Lee
On Thu, Dec 18, 2003 at 12:52:14PM +, Mat Harris wrote: : On Thu, Dec 18, 2003 at 06:42:37 -0600, Eugene Lee wrote: : > On Thu, Dec 18, 2003 at 12:24:21PM +, Mat Harris wrote: : > : : > : I am building a web interface to the vacation autoresponder program : > : on linux. : > : : > : I

Re: [PHP] php special permissions

2003-12-18 Thread Andrew Brampton
Another solution would be to place each change to the files in a MySQL table, and then have a cron that is run every X minutes read this table, and makes the actual changes I'm not sure if this idea is suitable in your situation due to the time lag between the client asking for the change, and

Re: [PHP] php special permissions

2003-12-18 Thread Mat Harris
Thanks for the reply but I have already tried the DontBlameSendmail options. Either the flags are ignored or I am using the wrong combination (there are several flags I believe). If there is a good sequence for those options then I would love to know. thanks On Thu, Dec 18, 2003 at 06:42:37 -060

Re: [PHP] php special permissions

2003-12-18 Thread Eugene Lee
On Thu, Dec 18, 2003 at 12:24:21PM +, Mat Harris wrote: : : I am building a web interface to the vacation autoresponder program : on linux. : : I let users login, edit their message and enable the autoresponder. : : The last step (enabling) is where the fun begins because php is run : a