Mailling list questions [message #23417] |
Tue, 15 March 2005 21:04 |
cpoetzel
Messages: 6 Registered: March 2005
Karma: 0
|
Junior Member |
|
|
Hello everyone,
am trying to integrate some mailing lists we have with the fudforum. my main question is this:
What user are people using the procmail rules with?
Everything in my fud configuration is owned by the web server, apache.
the maillist.php program is like this
-rw------- 1 apache apache 16143 Mar 9 10:15 maillist.php
right now i am sending the email for my mailling lists to my local accoutn on the system. it appears to me that i don't have permissions to run this file.
her is my procmailrc file
:0:
* ^TO_.*fud-test(at)anl(dot)gov
| /usr/local/FUDforum/scripts/maillist.php 2
my forum is unlocked.
is it as simple as changing the permissions on that file?
thanks,
chris Poetzel
|
|
|
Re: Mailling list questions [message #23420 is a reply to message #23417] |
Tue, 15 March 2005 21:43 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Use the forum's file lock/unlock admin control panel to unlock the forum. That will give you access to run that script.
P.S. You may need to change the code to be:
| php /usr/local/FUDforum/scripts/maillist.php 2
FUDforum Core Developer
|
|
|
|
|