Permissions and maillist.php [message #25088] |
Wed, 25 May 2005 08:10 ![Go to next message Go to next message](/forum/theme/default/images/down.png) |
davidgordon
![United Kingdom United Kingdom](/forum/images/flags/gb.png) Messages: 25 Registered: May 2005
Karma: 0
|
Junior Member |
|
|
I _had_ a working test FUDfourm installation yesterday with mailing list to forum and forum to mailing list all perfect. Then I failed to update so made a fresh install of the latest version. Now I have a working forum which sends to my mailing list but I can't get messages from the mailing list into FUDforum.
It must be something to do with the ownership and permissions of maillist.php.
To begin with I received bounce messages suggesting the maillilst.php script couldn't be run due to permission denied. So I chmod'd that to 755 then found I needed to change GLOBALS.php as well.
Now I don't get a bounce message from my mailer-daemon - but the email still doesn't reach the forum.
Who should own what?
My Server Root directory is owned by MyUserName, most of its contents are owned and group web. Directories in my Forum Data Root are owned and group web.
Or have I forgotten something else? I know I should have written everything down!
Any ideas as to what I should be looking at?
Thanks
[Updated on: Wed, 25 May 2005 08:12] Report message to a moderator
|
|
|
|
|
|
|
Re: Permissions and maillist.php [message #25099 is a reply to message #25088] |
Wed, 25 May 2005 14:43 ![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) |
davidgordon
![United Kingdom United Kingdom](/forum/images/flags/gb.png) Messages: 25 Registered: May 2005
Karma: 0
|
Junior Member |
|
|
The errors/.mlist/ contains many empty files - I guess that’s because Anonymous Coward's posts have no content. The error_log tells us
WARNING :: Wed, 25 May 2005 15:17:40 +0100 :: No message id :: /usr/local/home/httpd/vhtdocs/MyDomain.co.uk/fudforum/errors/.mlist/1117030660_d41d8cd98f00b204e9800998ecf8427e
WARNING :: Wed, 25 May 2005 15:17:40 +0100 :: Invalid Date :: /usr/local/home/httpd/vhtdocs/MyDomain.co.uk/fudforum/errors/.mlist/1117030660_d41d8cd98f00b204e9800998ecf8427e
WARNING :: Wed, 25 May 2005 15:17:40 +0100 :: Blank Subject :: /usr/local/home/httpd/vhtdocs/MyDomain.co.uk/fudforum/errors/.mlist/1117030660_d41d8cd98f00b204e9800998ecf8427e
WARNING :: Wed, 25 May 2005 15:17:41 +0100 :: no name or email for :: /usr/local/home/httpd/vhtdocs/MyDomain.co.uk/fudforum/errors/.mlist/1117030661_d41d8cd98f00b204e9800998ecf8427e
WARNING :: Wed, 25 May 2005 15:17:41 +0100 :: No message id :: /usr/local/home/httpd/vhtdocs/MyDomain.co.uk/fudforum/errors/.mlist/1117030661_d41d8cd98f00b204e9800998ecf8427e
WARNING :: Wed, 25 May 2005 15:17:41 +0100 :: Invalid Date :: /usr/local/home/httpd/vhtdocs/MyDomain.co.uk/fudforum/errors/.mlist/1117030661_d41d8cd98f00b204e9800998ecf8427e
WARNING :: Wed, 25 May 2005 15:17:41 +0100 :: Blank Subject :: /usr/local/home/httpd/vhtdocs/MyDomain.co.uk/fudforum/errors/.mlist/1117030661_d41d8cd98f00b204e9800998ecf8427e
So why is FUDforum failing to parse my messages? As I said, I had a working version yesterday...
None of the files in .mlist appear to contain messages sent to FUD from email, which I would expect if the mailist.php script was running correctly. As far as I can see there are only blank messages which would suggest they are from Anonymous Coward.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|