maillist.php - mail kicks back [message #29422] |
Tue, 20 December 2005 00:03 |
Batman
Messages: 3 Registered: December 2005 Location: Springfield, MO
Karma: 0
|
Junior Member |
|
|
I have yet to successfully create the mailing list option. When I send a test message, the mail kicks back. Here is the error message.
===START ERROR MESSAGE===
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
pipe to |/home/rsprague/public_html/robinsprague/fudforum2/data/scripts/maillist.ph p 1
generated by legacy(dot)FUDforum2(at)mydomain(dot)com
local delivery failed
===END ERROR MESSAGE===
This tells me something is working, but isn't quite executing things properly.
Mail is not making it through into the POP3 mail box. This is confirmed by web mail. So it is being delivered, kicked back, and lost.
Here is what I am using for the mail filtering.
===START MAIL FILTER===
$message_headers contains "legacy(dot)fudforum2(at)mydomain(dot)com" |/home/rsprague/public_html/robinsprague/fudforum2/data/scripts/maillist.ph p 1
===END MAIL FILTER===
There is discussion about a PHP binary, but I don't know what that is all about.
Does any of this sound familiar? Any suggestions?
Thanks.
|
|
|
|
|
|
Re: maillist.php - mail kicks back [message #29462 is a reply to message #29457] |
Wed, 21 December 2005 23:41 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Mailing list script won't run with locked files, since in locked mode only the webserver will have access to them, thus preventing successful execution of the maillist.php script.
FUDforum Core Developer
|
|
|