Perms for mailing list <-> fudforum [message #7391] |
Thu, 21 November 2002 05:37 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
mikey
![United States United States](/forum/images/flags/us.png) Messages: 5 Registered: November 2002
Karma: 0
|
Junior Member |
|
|
I noticed that the forum files have to be unlocked to use the mailing list gateway feature. I would much rather not leave the entire site unlocked. Can someone tell me what perms to set after locking the system to still allow the mailing list gateway to function?
|
|
|
Re: Perms for mailing list <-> fudforum [message #7398 is a reply to message #7391] |
Thu, 21 November 2002 14:29 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, in all actually there are just 3 things that need to be 'unlocked'.
1) The msg file, where the message bodies are stored
2) The import script itself, needs to be word readable & executable as all the includes it uses need to be world readable (a fairly large number of them).
3) The directory where file attachments are stored.
FUDforum Core Developer
|
|
|
|
Re: Perms for mailing list <-> fudforum [message #7644 is a reply to message #7643] |
Fri, 06 December 2002 22:28 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
Ilia
![Canada Canada](/forum/images/flags/ca.png) Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The 'private' file is for storing private messages, so for your purposes it is irrelevant.
Well, you can get this list very easily, simply add var_dump(get_included_files()); at the bottom of the script, it'll show you the list of all the files used by the import script. Then it is just a simple matter of making those files accessible and making the msg_1 writeable.
FUDforum Core Developer
|
|
|
|
|