Hi,
I followed the instructions to setup bounce.cgi and ran the test, I got the following:
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
Connecting to SMTP server.. Connected!
Sending test email to remote address.. Success!
If you receive an email at your "Remote Test Address" the SMTP server is configured correctly.
and I receive the following email to my Remote Test Address account:
The server successfully received and relayed the test message to a remote address.
This most likely means that SMTP is configured correctly.
But to my Administrator Email Address I get nothing. I checked my bounce mailbox and nothing is in there (as I'm sure there shouldnt be), so I beleive the information is being passed to the bounce.cgi script, but from there I dont know what is happening.
I also sent out some test emails to accounts that I know would bounce, after sending 6 test messages, I checked the User Database, and no bounces are showing up.
I tested the bounce using an email account, it worked fine, after sending out 3 test mails to an account that I knew would bounce, the user was removed from the database. So that tells me that the bounce.php is working, I believe that the problem is with the bounce.cgi file or the way it's processing the data passed to it. In fact when I try to access the bounce.cgi script through a browser I get an Internal Server Error. So perhaps that script is broken in some way or is not executable.
What could I check to find out why this feature is not working?
George