The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Detecting Bounced Email
I'm working on an addon and one of the features is that I'm trying to detect and trap bounced emails. I found a tutorial that walks through setting this up at the following page:
http://forums.theplanet.com/lofivers...hp/t89873.html I'd like to run the following script on my shared host, but I'm not sure what vBulletin scripts I would need to include to allow me to add information from the bounced emails into my vbulletin database log table. Any suggestions? PHP Code:
|
#2
|
|||
|
|||
Funny thing. This very subject was brought up to me today and I've been doing a lot of reading regarding bounced email and backscatter spam.
The issue you're going to find is the scripts detailed in the link you provided need to be run as root. As you're on a shared server, it's highly unlikely that you have root access to the server itself. There have been numerous changes to exim over the past couple of years as well, and that script may very well be outdated since it was originally written in '08. I'm still looking into this issue and it's a thorny one indeed. exim needs to be set to where it checks at SMTP, not when it's already accepted the email and is deciding where to route it. It's much easier to set this in the exim configuration files, and your host should have already done this. In my case, the host doesn't do squat for dedicated servers, so I'm having to figure this all out on my own. **banging head on desk** |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|