|
|
Re: Problem with mailingslistmanager [message #27859 is a reply to message #27858] |
Wed, 28 September 2005 20:26 |
nelius
Messages: 5 Registered: September 2005 Location: Germany
Karma: 0
|
Junior Member |
|
|
Ther errormessage changes form :
Sep 28 20:12:25 server postfix/local[28935]: 37F8C50017: to=<@egroupware.org>, relay=local, delay=1, status=bounced (Command died with status 255: "/var/www/html/forum/scripts/maillist.php 1")
to:
Sep 28 22:21:41 server postfix/local[4214]: A0FAD50017: to=<@egroupware.org>, relay=local, delay=1, status=bounced (Command died with status 255: "php /var/www/html/forum/scripts/maillist.php 1". Command output: Content-type: text/html_ _ )
btw: On the console it is running. if i do
cat mail.txt |/var/www/html/forum/scripts/maillist.php 1
the mail comes into the forum
[Updated on: Thu, 29 September 2005 10:09] Report message to a moderator
|
|
|
Re: Problem with mailingslistmanager [message #27866 is a reply to message #27859] |
Wed, 28 September 2005 22:46 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Add -q flag to PHP, you seem to have php-cgi installed.
What user does the process runs as when it succeeds (command line) vs when it runs via procmail?
FUDforum Core Developer
|
|
|
Re: Problem with mailingslistmanager [message #27881 is a reply to message #27857] |
Thu, 29 September 2005 07:29 |
nelius
Messages: 5 Registered: September 2005 Location: Germany
Karma: 0
|
Junior Member |
|
|
Sep 29 09:25:53 server postfix/local[13777]: 27BF250017: to=<@egroupware.org>, relay=local, delay=0, status=bounced (Command died with status 255: "php -q /var/www/html/forum/scripts/maillist.php 1")
It succeeds (command line) as root, but NOT as normal user.
The mailserver runs as postfix user
Ok, i got it, i need to unlock the forum files all the time, cause otherwise the maillist-script can't be run.
but if i do so and send a message now, it's deleivert to the script, a new user is created to the forum, but the message isn't shown in the forum...
[Updated on: Thu, 29 September 2005 10:09] Report message to a moderator
|
|
|
|
|
|