Caloute
Newbie
Offline
Posts: 3
|
 |
« on: June 07, 2008, 06:38:10 PM » |
|
Hello to all the wonderfull helpers out there,
I have a little problem that I have try to fix twice over the last few months but with no success.
I have installed a php script on my host called Mail Machine Pro which is a very cool mailing list manager. Everything works fine...but except one thing that does despite any config I tried.
The script has a bounce detecting feature, that according to your settings will then erase any email address that bounce from your mailing list. You can set the bounce count to any number eg: 2 or 5 etc...so if you send 2 newsletters and an email address, bounce the second time..bang it is erased from the mailing list, or if you have set this to 5, if after the 5th newsletter you send and an email address as bounced 5 times...bang it erase it fro the newsletter, well you get the drill, you choose the amount of time it bounces, and after that amount of time has been reached it would erase the non working email address from you list.
Now for this feature to work, you have to pipe from a email fowarder to the script page which in this case is called : bounce_detect.php
So I did everything the manual says to do, even chmod the bounce_detect.php to 755 after I readed a quiet a few forum, but with no success, the bounce_detect.php is not triggered and emails that are not working are coming back...at the beginning months and months ago...I did not mind, but now since my list is not cleanned and the list of non working email has grown within the mailing list, whenever I send a newsletter, the amount of returned undelivered is a nightmare, and also keeps on coming back to me a for a few days after I sent a newsletter.
I opened a ticket a while ago at lunarpages, and the person who responded really went way over technical for me, he said something like: ************************************************** ************************************************** ************** Hello,
At Lunarpages, our servers are setup to use suPHP to parse php pages as CGI instead of an Apache module.
Because php.ini values are not shared across directories, you would need a separate php.ini file in each folder that has .htaccess or that requires the php_values or php_flags. In order to avoid doing this, you can place a line in the .htaccess file in your public_html folder to have all values in your public_html php.ini to be shared across all folder. This line would be the following:
suPHP_ConfigPath /home/username/public_html
Please let us know if you have any questions or require further assistance. ************************************************** ************************************************** *****************
I did the mod for the htaccess and it did not work a bit, and I have the feeling it was completely unrelated to my query.
Now here are the few options I tried to put in the email forwarder which my catchall email address I have created link to:
| /usr/bin/php -q /home/myusername/public_html/mailpro/bounce_detect.php |php -q /home/myusername/public_html/mailpro/bounce_detect.php |/usr/bin/php -q /home/myusername/public_html/mailpro/bounce_detect.php | /home/myusername/public_html/mailpro/bounce_detect.php |/usr/bin/php -q /home/public_html/mailpro/bounce_detect.php
Obviously I don't use "myusername", it is replaced with my real username, just kept it out now for privacy purpose.
Also the script is not on the root, it is in a folder called mailpro.
I tried to separate with space between | and the rest of the line but no change. Any other line I should try???
Everytime I sent an email to my catchall to test, it came back with undelivered message, including the pipe code I tried. I think I alsmost try any combination possible...no success. I also created a test mailing list with a fake email address, and each time I tried to send a newsletter, the bounce feature is not triggered even though it sending it to a non existing email.
Is there anything else I should try??? Also I have been seeing people use a php line such as /user/bin etc...can't remember the exact line they seem to put on a page, I'd like to try this, but I have no clue where to put it...should I put it on the bounce_detect.php page???
Thanks for your help in advance...I am so frustrated... Cal
|