Hello Dean,
I reinstalled/uploaded signup-list1.cgi from the source on my machine, I made sure the permissions were correct, I am still getting the problem.
Here is some data:
testing mail servers..
[Bounce Handling]
Is enabled? Yes, Using bounce.cgi
Sending TESTBOUNCE email to bounce address.. Success!
If you receive an email at your "Administrator Email Address" bounce.cgi is configured correctly.
[SMTP Server]
Is enabled? Yes
Checking mail.. Connected!
Verifying username and password... Verified!
Connecting to SMTP server.. Connected!
Verifying username and password...Authenticating User/Pass... Verified!
Sending test email to remote address.. Success!
If you receive an email at your "Remote Test Address" the SMTP server is configured correctly.
bounce.cgi responds to the test mail settings and an email with subject testbounce to bounce@be-virtual.net
The test message was successfully received and processed by ListMail's bounce.cgi.
This most likely means that the script is configured correctly.
extract from script signup-list1.cgi
# SET this to your ListMail URL, NO trailing slash
$listmail_url = "http://www.be-virtual.net/lmp";
# usually works as default (may be /usr/local/bin/wget or other)
$http_program = "/usr/bin/wget -O - " . $listmail_url . "/signup.php";
extract from script bounce.cgi
# set this! NO trailing slash
$listmail_url = "http://www.be-virtual.net/lmp";
# usually works as default (may be /usr/local/bin/wget or other)
$http_program = "/usr/bin/wget -O /dev/null " . $listmail_url . "/bounce.php";
Current Forwarders
bounce@be-virtual.net"|/home/bvirtual/public_html/cgi-bin/bounce.cgi" signup@be-virtual.net"|/home/bvirtual/public_html/cgi-bin/signup-list1.cgi"
testlist1@be-virtual.net"|/home/bvirtual/public_html/cgi-bin/signup-list1.cgi"