vBulletin Mods

The Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=83486

merk 04 Jul 2005 02:04

use a @ before the function :p

tamarian 04 Jul 2005 02:16

Quote:

Originally Posted by Paul M
Um, okay - it's a bit distracting getting an error message for something I don't use.

Anyway, the diagnostics show this ;

vbouncer.ini file exists = Passed
vbouncer.ini file is readable = Passed

But the cron log shows this : vbounce.ini not found, or empty. Only processing standard reports.

The file in the zip, which I uploaded appears to be called vbouncer.inc (not ini)

Ah, just the text is wrong, but the code reads and looks for vbouncer.inc. The file should be in includes/cron, and readable. Did the task run from the admincp task manager, or via regular cron?

tamarian 04 Jul 2005 02:17

Quote:

Originally Posted by merk
use a @ before the function :p

Yes, I just thought since the script is being run by admins, it's best not to hide any errors, since it might help explain problems if/when they occure. :)

Paul M 04 Jul 2005 02:35

Quote:

Originally Posted by tamarian
Ah, just the text is wrong, but the code reads and looks for vbouncer.inc. The file should be in includes/cron, and readable. Did the task run from the admincp task manager, or via regular cron?

From the task manager. I can't repeat it though, strange.

tamarian 04 Jul 2005 22:04

- July 4, 2005 v1.0 Added encrypted header for authentication (suggested by Paul M).

To upgrade, uninstall, then re-install and re-upload all files.
Also, delete the existing plugin, and then re-import it, if you want to use the encrypted header.

pran 12 Aug 2005 15:10

This is really a neat idea! Well, I download the package and installed it to an 3.5.0 RC2 board. Everything went fine except when running the cron jobs. I get this error:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


tamarian 12 Aug 2005 15:48

Quote:

Originally Posted by pran
This is really a neat idea! Well, I download the package and installed it to an 3.5.0 RC2 board. Everything went fine except when running the cron jobs. I get this error:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Do you also get this error when running other vB cron tasks? This error seem to occur whenever I run any task from the task manager.

pran 12 Aug 2005 16:00

Hmm... yes, I get this error when I run other vB cron tasks. What could be wrong?

Boofo 12 Aug 2005 16:03

It seems to be a vb bug, from what I have seen on the com. ;)

tamarian 12 Aug 2005 16:15

Quote:

Originally Posted by pran
Hmm... yes, I get this error when I run other vB cron tasks. What could be wrong?

It's a vB bug, and here's the fix:

http://www.vbulletin.com/forum/bugs3...=931&status=20

Also, I will need to make a change to the vBouncer cron files to mach the new vB cron changes, I'll upload them shortly as v1.3 :)

tamarian 12 Aug 2005 16:26

- August 12, 2005 v1.3 Update to the cron files to match new changes in vB's cron/tasks in 3.5 RC2. To upgrade, just re-upload the contents of includes/cron in the vBouncer zip file.

Boofo 12 Aug 2005 17:18

Quote:

Originally Posted by tamarian
It's a vB bug, and here's the fix:

http://www.vbulletin.com/forum/bugs3...=931&status=20

Also, I will need to make a change to the vBouncer cron files to mach the new vB cron changes, I'll upload them shortly as v1.3 :)

You're welcome. )

pran 13 Aug 2005 00:50

Quote:

Originally Posted by tamarian
- August 12, 2005 v1.3 Update to the cron files to match new changes in vB's cron/tasks in 3.5 RC2. To upgrade, just re-upload the contents of includes/cron in the vBouncer zip file.

Wow! Thanks for the quick update. BTW, what instances would the header change to the vBouncer e-mail address? Outgoing e-mails from my server is still [email protected].

tamarian 13 Aug 2005 01:46

Quote:

Originally Posted by pran
Wow! Thanks for the quick update. BTW, what instances would the header change to the vBouncer e-mail address? Outgoing e-mails from my server is still [email protected].

vBouncer will NOT change the "From:" header. It only changes/adds a "Return-To:" header.

pran 15 Aug 2005 00:21

Strange... I tried sending a test e-mail but I couldn't find "Return-To:" anywhere in the header.

tamarian 15 Aug 2005 00:29

Quote:

Originally Posted by pran
Strange... I tried sending a test e-mail but I couldn't find "Return-To:" anywhere in the header.

Did you view the full headers, and what was there? Was the plugin activated?

pran 15 Aug 2005 01:10

Here's the full headers.

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


tamarian 15 Aug 2005 01:15

Quote:

Originally Posted by pran
Here's the full headers.

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Yes, that's the one :) Just make sure it only used for bounced emails (i.e. different than the webmaster email)

pran 15 Aug 2005 02:28

Not quite -- I've defined vbouncer-notify[at]kuro.ph for the return path, not www[at]irc.dagupan.com

tamarian 15 Aug 2005 03:13

Quote:

Originally Posted by pran
Not quite -- I've defined vbouncer-notify[at]kuro.ph for the return path, not www[at]irc.dagupan.com

Is the plugin active?

pran 15 Aug 2005 03:25

Yes, the plugin is active.

tamarian 15 Aug 2005 18:43

Quote:

Originally Posted by pran
Yes, the plugin is active.

What are your vBulletin email settings? Are you using SMTP? Do you use the -f option?

pran 16 Aug 2005 00:24

I just enabled the -f option and this is what I received when I tested it again:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


tamarian 16 Aug 2005 00:42

Quote:

Originally Posted by pran
I just enabled the -f option and this is what I received when I tested it again:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Looks good, So it seems SMTP users need to enable -f. I'll add that to the instructions.

pran 16 Aug 2005 00:48

Not quite, remember that my desired "Reply-To:" value should be [email protected] and not [email protected] (this is the webmaster e-mail).

tamarian 16 Aug 2005 02:54

Quote:

Originally Posted by pran
Not quite, remember that my desired "Reply-To:" value should be [email protected] and not [email protected] (this is the webmaster e-mail).

Hmm, so we now have had two different return paths and none of them is the one you set up? I can only think of wrong settings to cause this.

Double check all your settings, make sure the plugin is there, and activated, let me know your vB email settings and you vBouncer settings, then generate a subscription notifications (a reply to a thread) and let's check the headers.

pran 23 Aug 2005 00:58

Hmm... for some reason, it's now sending as the vBouncer e-mail. However, I'm getting this in the logs:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


tamarian 23 Aug 2005 02:36

Quote:

Originally Posted by pran
Hmm... for some reason, it's now sending as the vBouncer e-mail. However, I'm getting this in the logs:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Have you uploaded all the files?

pran 23 Aug 2005 02:39

Yes, vbounce.inc is in the same directory as the cron files.

tamarian 23 Aug 2005 03:08

Quote:

Originally Posted by pran
Yes, vbounce.inc is in the same directory as the cron files.

And it has read permission set?

Are you running on a Windows server?

pran 23 Aug 2005 03:21

Yes, it has the read permission set:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

This is on a FreeBSD server.

tamarian 23 Aug 2005 03:37

Quote:

Originally Posted by pran
Yes, it has the read permission set:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

This is on a FreeBSD server.

Try this. Open vbouncer-collect.php

Find:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replace with:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


dethfire 17 Sep 2005 00:04

Fatal error: Call to undefined function: imap_close() in /home/musicban/public_html/includes/cron/vbouncer-collect.php on line 162

tamarian 17 Sep 2005 01:07

Quote:

Originally Posted by dethfire
Fatal error: Call to undefined function: imap_close() in /home/musicban/public_html/includes/cron/vbouncer-collect.php on line 162

This means your PHP was not compiled with IMAP. You might need to recompile, or use the file spool method.

csidlernet 05 Oct 2005 03:27

thanksman.. your an uberhax0r
/me installs

G-man 06 Oct 2005 02:50

tamarian,
After upgrading to 3.5 my vbouncer went dead and my emails started goign out with the plain [email protected] return addresses for some reason. I downloaded the updated files, but upon trying to install them the database was erroring out saying the table data was already there. Should I delete what is there and reinstall it?

tamarian 06 Oct 2005 03:05

Quote:

Originally Posted by G-man
tamarian,
After upgrading to 3.5 my vbouncer went dead and my emails started goign out with the plain [email protected] return addresses for some reason. I downloaded the updated files, but upon trying to install them the database was erroring out saying the table data was already there. Should I delete what is there and reinstall it?

Not sure why that would happen. But no need to delete, just run the installation script, and click uninstall, then run it agin to einstall. Write down any previous settings like the encryption phrase, and the email, etc. (and click install :) )

G-man 06 Oct 2005 03:08

Thanks for the quick reply. I just did that but the emails are still going out with the [email protected] as the return address. Strange...

tamarian 06 Oct 2005 03:12

Quote:

Originally Posted by G-man
Thanks for the quick reply. I just did that but the emails are still going out with the [email protected] as the return address. Strange...

Have you activated the plugins?

buro9 06 Oct 2005 11:49

Thanks very much, appears to be working great, and deprecates the need for me to run my PERL script to do it :) Lovely.

G-man 06 Oct 2005 15:26

New problem now. I got the return email addy to change by using the -f command in the control panel but now all the emails going out are sent with the webmaster email and not the vbouncer email. I think the hook fell out that engaged the vbouncer email. How can I get it back in?

G-man 06 Oct 2005 15:29

OMG it works!! I imported the plugin and it works.... Thanks

dutchbb 08 Oct 2005 16:46

Problems:

Quote:

Status:

No bounce collection method defined, exiting. Bounce collection failed, exiting.
What to do?

G-man 08 Oct 2005 17:01

I spoke too soon. When Cron runs vBouncer it errors out and I get:

Fatal error: Call to undefined function: imap_close() in /home/djchat/public_html/boards/includes/cron/vbouncer-collect.php on line 162

tamarian 08 Oct 2005 17:04

Quote:

Originally Posted by Triple_T
What to do?

You need to setup your vBouncer options in vBulletin Options -> vBouncer.

tamarian 08 Oct 2005 17:05

Quote:

Originally Posted by G-man
I spoke too soon. When Cron runs vBouncer it errors out and I get:

Fatal error: Call to undefined function: imap_close() in /home/djchat/public_html/boards/includes/cron/vbouncer-collect.php on line 162

This means your PHP does not have IMAP functions. You need to either recompile with IMAP support, or use the file spool method instead.

dutchbb 08 Oct 2005 17:08

Quote:

Originally Posted by tamarian
You need to setup your vBouncer options in vBulletin Options -> vBouncer.

Hm I did that. Maybe I forgot something. Some options I don't even understand so it wouldn't surprise me.

But there is no "collection method" option or something like that.

tamarian 08 Oct 2005 17:11

Quote:

Originally Posted by Triple_T
Hm I did that. Maybe I forgot something. Some options I don't even understand so it wouldn't surprise me.

But there is no "collection method" option or something like that.

Collection method mehod is either IMAP or a spool file. Make sure you check the diagnostics option in the vBouncer menu, to see if there are any errors.

dutchbb 08 Oct 2005 17:16

Quote:

Originally Posted by tamarian
Collection method mehod is either IMAP or a spool file. Make sure you check the diagnostics option in the vBouncer menu, to see if there are any errors.

Ok "IMAP/POP connection"

To be honest, I'm not sure what to fill in there.

Quote:

Here are a few examples, replace the domain name with your own:
For local IMAP: {localhost:143}INBOX
For local POP: {localhost:110/pop3}INBOX
For remote POP: {myisp.com:110/pop3}INBOX
{localhost:110/pop3}INBOX didnt work
do i need to change the numbers or something?
Sorry if these are dumb questions...

tamarian 08 Oct 2005 18:20

Quote:

Originally Posted by Triple_T
{localhost:110/pop3}INBOX didnt work
do i need to change the numbers or something?
Sorry if these are dumb questions...

These values are based on your email account setup. Think of them like any new account you setup for your server. Instead of local host, put the URL of the domain used for the email, and make sure you put the email username and password in the rest of the fields.

dutchbb 08 Oct 2005 19:11

This isn going to work, too bad :(

fyi

{dutchbodybuilding.com:110/pop3}INBOX didnt work password is there...

tamarian 08 Oct 2005 19:13

Quote:

Originally Posted by Triple_T
didnt work

What is the output of the diagnostic menu option?

dutchbb 08 Oct 2005 19:16

not sure what menu

but this comes out after the task:

vbouncer Collect


Fatal error: Call to undefined function: imap_close() in /home/xch1295/domains/dutchbodybuilding.com/public_html/forum/includes/cron/vbouncer-collect.php on line 162

G-man 08 Oct 2005 19:25

Tamarian,

I have recompiled Apache with the imap setting on for php but am still getting the error. Here is a snip from the compiles:

Quote:

configure php-4.3.11...(--prefix=/usr --with-xml --enable-bcmath --enable-calendar --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-imap --with-imap-ssl --with-kerberos --enable-magic-quotes --with-mysql=/usr --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning --with-zlib).... . . . . . . . . . . . . . Done
Do I need to turn something on in php.ini?

tamarian 08 Oct 2005 19:31

Quote:

Originally Posted by G-man
I have recompiled Apache with the imap setting on for php but am still getting the error. Here is a snip from the compiles:

I don't think php.ini needs any modifications. What is the output if you click on the vBouncer menu -> Diagnostics ?

tamarian 08 Oct 2005 19:32

Quote:

Originally Posted by Triple_T
not sure what menu

From the admincp -> vBounder menu -> Diagnostics

dutchbb 09 Oct 2005 12:48

Ok

* Valid vBouncer email account ([email protected]) Passed
* vBouncer email account (subscrib[email protected]) differs from webmaster account Passed

*vBouncer email spool file () exists Failed
*vBouncer email spool file () is writable Failed
*vBouncer email spool file () is readable Failed

*vbouncer.inc file exists Passed
*vbouncer.inc file is readable Passed

*Your PHP installation supports IMAP/POP Failed

tamarian 09 Oct 2005 13:23

Quote:

Originally Posted by Triple_T
Ok

* Valid vBouncer email account ([email protected]) Passed
* vBouncer email account (subscrib[email protected]) differs from webmaster account Passed

*vBouncer email spool file () exists Failed
*vBouncer email spool file () is writable Failed
*vBouncer email spool file () is readable Failed

*vbouncer.inc file exists Passed
*vbouncer.inc file is readable Passed

*Your PHP installation supports IMAP/POP Failed

O.k., so this diagnostic indicate that your server PHP was no configured with IMAP. You will need to recompile it with IMAP support (or have your host do it), or use the file spool method, as described in the first 3 posts.

ImportPassion 13 Oct 2005 05:00

I am upgrading from the 3.0 version. Since I already have it installed, I assume I don't have to go through that again?

So I went to add the plugin and it says Invalid File Specified.

Any ideas?

Edit: thats for the CPNav one.

tamarian 13 Oct 2005 05:09

Quote:

Originally Posted by 7thgenCivic.Com
I am upgrading from the 3.0 version. Since I already have it installed, I assume I don't have to go through that again?

So I went to add the plugin and it says Invalid File Specified.

Any ideas?

Edit: thats for the CPNav one.

For the cpnav xml file, you just upload it to /includes/xml directory. You just need to import one plugin file, from the plugin diretory.

Let me know if this works smoothly without the install script, so I can add a note to those upgrading :)

ImportPassion 13 Oct 2005 05:17

ya, i just figured it out. :o

Seems to be ok. only one issue, the path to the image for the bars is off


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

I'll chk it out.

ImportPassion 13 Oct 2005 05:23

ok, i fixed it. i changed this


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

to this


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

I have the full path to my images in that var anyway.

lucky64 19 Oct 2005 17:44

Installed fine, seems to be ok, however I'm having issues setting up the email....I don't see any spooling options. I'm using Plesk, is anyone familiar with it?

TraumTeam 22 Oct 2005 15:56

A short help from me for users with the problems of imap/pop access:

I the access does not work and all settings are correct try:
{127.0.0.1:110/pop3/notls}INBOX

There could be a certificate failure with the internal IMAP Access on the server.

Perhaps its interesting for the FAQ ...

Rob

TraumTeam 22 Oct 2005 16:15

:(

the pop/imap access is working now, but he do not found any mails in it, although there are mails on the account :(

What could be the problem with the collect ?

running postfix

Rob

pete_brady 23 Oct 2005 23:56

Quote:

Originally Posted by TraumTeam
A short help from me for users with the problems of imap/pop access:

I the access does not work and all settings are correct try:
{127.0.0.1:110/pop3/notls}INBOX

There could be a certificate failure with the internal IMAP Access on the server.

Perhaps its interesting for the FAQ ...

Rob

Thanks!

TraumTeam 24 Oct 2005 11:27

my problem ist solved ...

best regards
rob

TraumTeam 24 Oct 2005 21:12

next Problem:
the auto mode does not work ...
The script is not sending "pm" messages although the bounce limit is reached :(
I just test it with manual cron start. The script scans the mails, found bounce mails, but does not send the pm when the limit is reached ....

How to check the problem ?

rob

tamarian 24 Oct 2005 21:25

Quote:

Originally Posted by TraumTeam
next Problem:
the auto mode does not work ...
The script is not sending "pm" messages although the bounce limit is reached :(
I just test it with manual cron start. The script scans the mails, found bounce mails, but does not send the pm when the limit is reached ....

How to check the problem ?

Verify the paameters you entered, the count, tolerance, period, usergroups, excluded user groups etc.

TraumTeam 27 Oct 2005 15:15

i checked them ...
Is there an entry when "private messages" are sent in the log ?
I have a member with 40 bounces but nothing changed until now for him, although i activate automatic mode , Bounce limit 30, 7 days, pm activated ...

tamarian 27 Oct 2005 16:07

Quote:

Originally Posted by TraumTeam
i checked them ...
Is there an entry when "private messages" are sent in the log ?
I have a member with 40 bounces but nothing changed until now for him, although i activate automatic mode , Bounce limit 30, 7 days, pm activated ...

What does the vbouncer_clean cron log show?

TraumTeam 27 Oct 2005 16:53

oh thats works ...
I did not know, that these sending runs with the clean ...
So that pm sending just runs every week ... right ?

Would that be good to also run it every day, but check befor if someone got an warning pm before ?

thanks for your help
rob

tamarian 27 Oct 2005 17:05

Quote:

Originally Posted by TraumTeam
oh thats works ...
I did not know, that these sending runs with the clean ...
So that pm sending just runs every week ... right ?

Would that be good to also run it every day, but check befor if someone got an warning pm before ?

It's best to make it run at intervals equal to the warning period interval. Otherwise, it may send more PM's than it should, where each time it will send a PM, and next day another, even if the member has not bounced any more emails.

TraumTeam 27 Oct 2005 17:22

thats why i though of the poss. to make an entry to the database when pm is sent.
And check it @every cleanup run ...
So the cleanup can run every day, but pms are sent not more than they have to been sent ;)

But very nice plugin so ...
I love it ;)

best regards
rob

version2 18 Nov 2005 22:43

Quote:

Originally Posted by TraumTeam
thats why i though of the poss. to make an entry to the database when pm is sent.
And check it @every cleanup run ...
So the cleanup can run every day, but pms are sent not more than they have to been sent ;)

But very nice plugin so ...
I love it ;)

best regards
rob

Hola! When I try to import the product I get:

"Invalid File Specified"

tamarian 19 Nov 2005 01:40

Quote:

Originally Posted by version2
Hola! When I try to import the product I get:

"Invalid File Specified"

vBouncer was released before product manager became avaialable, so the plugin file need to be imported from the plugin manager, not the product manager. This will change in a future release to a product file.

version2 19 Nov 2005 02:05

Quote:

Originally Posted by tamarian
vBouncer was released before product manager became avaialable, so the plugin file need to be imported from the plugin manager, not the product manager. This will change in a future release to a product file.

I still get a "Invalid File Specified" when using the 'Download / Upload Plugin' option.

mcyates 19 Nov 2005 08:55

This isn't working. It says i've got had one bounced email but i'm still getting emails sent to my main email account webmaster "at" myfootballforum.com. I'm sure they should be going to vbounce "at" myfootballforum.com!!! I just don't know what the problem is.

tamarian 20 Nov 2005 01:09

Quote:

Originally Posted by version2
I still get a "Invalid File Specified" when using the 'Download / Upload Plugin' option.

Not sure, you may havetried to import the wrong file? It's the vbulletin-vbouncer-plugins.xml file. I just tried it, and it imports without errors.

tamarian 20 Nov 2005 01:10

Quote:

Originally Posted by mcyates
This isn't working. It says i've got had one bounced email but i'm still getting emails sent to my main email account webmaster "at" myfootballforum.com. I'm sure they should be going to vbounce "at" myfootballforum.com!!! I just don't know what the problem is.

Make sure the plugins are activated.

ImportPassion 02 Dec 2005 21:47

I don't think this works with PHP5? Anyone have it running on PHP5?

This is what I get when I try to run Collect.

Quote:

Fatal error: Call to undefined function: imap_close() in /home/******/forums/includes/cron/vbouncer-collect.php on line 162

Paul M 02 Dec 2005 22:00

Did you install apache with the imap module ?

ImportPassion 02 Dec 2005 22:56

ahh crap, forgot that one again. thx.

lionslair 02 Dec 2005 23:39

It seems to have stopped working on 3.5.1

tamarian 03 Dec 2005 00:11

Quote:

Originally Posted by lionslair
It seems to have stopped working on 3.5.1

Just tested it on 3.5.1 and it seems to be working fine. What errors are you getting and how?

lionslair 03 Dec 2005 00:14

I must just have no bouncing emails then. Its not giving any errors. I had 20 something bouncing emails but now I have none and no history of any either.

tamarian 03 Dec 2005 00:21

Quote:

Originally Posted by lionslair
I must just have no bouncing emails then. Its not giving any errors. I had 20 something bouncing emails but now I have none and no history of any either.

Make sure you enable logging on the cron jobs to see details of last run, or run manually just to make sure.

Paul M 03 Dec 2005 21:59

Any chance of this being made a product yet ?

tamarian 03 Dec 2005 22:22

Quote:

Originally Posted by Paul M
Any chance of this being made a product yet ?

Yes, should be easy to make it a product. But I'm trying to find the easiest way to do it without screwing things up for those who already have it installed.

Any thoughts on this? :)

Paul M 03 Dec 2005 22:44

What do you expect will get screwed ?

tamarian 03 Dec 2005 22:52

Quote:

Originally Posted by Paul M
What do you expect will get screwed ?

If you try to do it the vanilla vB way for a product, the product file won't import due to duplicate keys in settings, and the install code will need to check for pre-existing tables, since pre product installations have no version defined.

Paul M 03 Dec 2005 23:03

The table bit is easy - you simply run the create query with error reporting turned off. If the table exists it will silently fail, otherwise it will work. However, people who already have it installed don't need to import the product anyway ?

tamarian 03 Dec 2005 23:35

Quote:

Originally Posted by Paul M
The table bit is easy - you simply run the create query with error reporting turned off. If the table exists it will silently fail, otherwise it will work.

That's true, or just add IF NOT EXISTS. But for settings and templates, it would leave the product id as vbulletin, so it may require some code to alter them if already there.

Quote:

However, people who already have it installed don't need to import the product anyway ?
Not right now, but eventually they'll need to for any future upgrades.

Xalibur 06 Dec 2005 08:33

is this working with the "send user email" function of vbulletin ? im also using VB as a mailing list replacement ;), but im unable to get the return path added. Works for PM notifications though..

TechGuy 17 Dec 2005 00:41

Quote:

Originally Posted by TraumTeam
A short help from me for users with the problems of imap/pop access:

I the access does not work and all settings are correct try:
{127.0.0.1:110/pop3/notls}INBOX

There could be a certificate failure with the internal IMAP Access on the server.

Perhaps its interesting for the FAQ ...

Rob


THANKS! That was exactly my problem.

ManagerJosh 28 Dec 2005 08:51

It would be rather nice to see a version of this hack, but expanded to include bouncing Happy Birthday Emails, Bouncing Activaton Emails.

Freezerator 31 Dec 2005 07:54

Hi,

i have installed this hack but it seems it doens't pick the right e-mail account out for sending e-mails. In my settings i have [email protected] but he still uses my old e-mail adres where i receive those bounced e-mails.

I have upgrade from 3.0.7 to 3.5.2, in 3.0.7 worked perfect. I have activated the plugin.

trainer 08 Jan 2006 19:27

any way to expand this to other emails sent out by the forums?

as suggested in this thread
http://www.vbulletin.org/forum/showthread.php?t=102943

willing to pay for a solution that will work on my server, vbouncer is already working without a problem - PM me if you can help

FD929 11 Jan 2006 23:42

Quote:

Originally Posted by Freezerator
Hi,

i have installed this hack but it seems it doens't pick the right e-mail account out for sending e-mails. In my settings i have [email protected] but he still uses my old e-mail adres where i receive those bounced e-mails.

I have upgrade from 3.0.7 to 3.5.2, in 3.0.7 worked perfect. I have activated the plugin.

Same here. I've read the entire thread and the problem was addressed but not fixed.
Subscription emails are still being sent by the webmaster email address.

vBouncer sender email
Test Result
Valid vBouncer email account ([email protected]) Passed
vBouncer email account (s[email protected]) differs from webmaster account Passed

vBouncer Spool File Diagnostics (ignore if using IMAP/POP)
Test Result
vBouncer email spool file () exists Failed
vBouncer email spool file () is writable Failed
vBouncer email spool file () is readable Failed

vBouncer pattern config file diagnostics
Test Result
vbouncer.inc file exists Passed
vbouncer.inc file is readable Passed

vBouncer IMAP/POP Diagnostics (ignore if not using IMAP/POP)
Test Result
Your PHP installation supports IMAP/POP Passed
Your IMAP/POP settings can connect Passed

I was using SMTP before attempting to use this, and subscriptions stopped working. Switched to php and emails are being sent, but from the webmaster address.

Freezerator 12 Jan 2006 07:42

I see that you also are running 3.5.2. Are there more people who run 3.5.2 or 3.5.3 who experiance this problem?


All times are GMT. The time now is 12:15.

Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.