On Thu, Dec 18, 2003 at 12:52:14PM +0000, 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 +0000, 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 : > : as apache on my box, and each users' .vacation.msg and .forward are : > : not owned by apache. : > : : > : So you say, ok lets make apache run as group 'vacation' and also : > : change the ownership on .vacation.msg and .forward. : > : : > : Well this makes sendmail cry out because it doesn't like having : > : group-writable .forward files. : > : > DontBlameSendmail : > : > http://www.sendmail.org/tips/DontBlameSendmail.html : : 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.
There are several more options listed in the URL. Two of them: GroupWritableForwardFile GroupWritableForwardFileSafe might look like they could address your specific issues. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php