Hi Dean,
I still cannot get my bounce.cgi to send a message to my admin email address info@headachefreedom.com.
Just for info, this is what I have just set my bounce.cgi to be, using curl:
================
# Full URL to ListMail, no trailing slash
$listmail_url = "
http://www.headachefreedom.com/listmail";
# Program and paramaters to pass URL to
# Usually works as default (may be /usr/local/bin/wget or other)
# $http_program = "/usr/bin/wget -O /dev/null " . $listmail_url . "/bounce.php";
$http_program = "curl -O /dev/null " . $listmail_url . "/bounce.php";
================
I send a blank email from my personal email leiderman@mcn.net to bounce@headachefreedom.com with subject TESTBOUNCE. The result is that I get in my junk mail a message from my ISP saying it could not forward the email. I have my forwarder set to forward bounce@headachefreedom.com to |public_html/cgi-bin/bounce.cgi
Here is the message my ISP sends, along with a lot of other header stuff:
===========
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 |public_html/cgi-bin/bounce.cgi
generated by bounce@headachefreedom.com
===========
So it looks like nothing is ever even getting to bounce.cgi.
Dean, do you see anything that could be keeping the email from being forwarded?
Here is another tack:
The help file says to set the "Forward to" textbox:
=========
|/home/username/public_html/cgi-bin/bounce.cgi
=========
But I do not have any directory called literally "home". And I do not have one that I can see in my FTP program called "headache," which is my cpanel username. That is why I set my forwarder to "|public_html/cgi-bin/bounce.cgi", with no leading forward slash, as you told me to do. I am convinced that there is no place called "|/home/headache/public_html/cgi-bin/bounce.cgi", but maybe you know better. Should I be using that? Why does the help file mention the "/home/username/" portion of the path it says to use, anyway? Are really supposed to use the literal "home"? Or is it metadata that is supposed to be substituted with something?
Incidentally: I just tried changing the forwarder to the above, and it still does not work. I get the following message from my ISP:
================
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/headache/public_html/cgi-bin/bounce.cgi
generated by bounce@headachefreedom.com
local delivery failed
================
I just can't get any forwarder to work.
Thanks,
Lloyd