![]() |
Antiblank, if no bounced emails are found, the stats will be blank. That's normal. If you're asking why there are no bounced emails, you need to check the diagnostics and error messages, and provide some details.
|
Well as I stated I intentionally created a bad email address for a test user. Then triggered some emails to be sent to it. The email isn't found so a the message ends back up in my return-path mailbox. Vbouncer connects, attempts the collection, processes the one email it found. But says no bounced emails. Then deletes the email from the box.
Forgive me if I'm wrong but wouldn't this constitue as an email that vBouncer should be triggered off of. As for my diagnostics: vBouncer sender email Test Result Valid vBouncer email account (subscriber_notify@********.com) Passed vBouncer email account (subscriber_notify@********.com) 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 As for my Cron Logs for example: vBouncer Collect 04:02, 27th Jul 2006 Status: Processed 2 emails No bounced emails found. I am using IMAP and the connection, reading and deleting of the emails is functioning. There is absoulty no reason any email should be entering this box outside of the return-path function added to the emails since I installed vBouncer. Anything else you need to see? Thanks. |
Just to inform you that this hack is producing invalid Mail headers.
$headers = preg_replace('/Return-Path.*/', 'Return-Path: ' . $vbulletin->options['vbouncer_spool_account'], $headers, 1); That will match up to the \r and replace it, the end result is that the header has \n instead of \r\n. If you could fix this it would be awesome, if you can't or aren't around any more i'll speak to Marco about manually updating your hack for you. This affects Qmail installs and potentially the SMTP mail sender. Quick Fix, i think but haven't tested is adding $ $headers = preg_replace('/Return-Path.*$/', 'Return-Path: ' . $vbulletin->options['vbouncer_spool_account'], $headers, 1); |
Is this still being supported because I cannot get this to work for the life of me.
|
some1 try in Vb 3.6.0 final??
|
anyone have try on 3.6.0???
|
my IMAP settings fails, although I can login through y mail client okay?, however, it is showing installed within cpanel, I have rebuilt PHP and but still nothing?
Ideas anyone? Your PHP installation supports IMAP/POP Passed Your IMAP/POP settings can connect Failed |
dont worry, i fixed it, i had left off a { when I copied the 143inbox etc...
|
Do we have a 3.6.0 ?
|
Quote:
|
All times are GMT. The time now is 12:49 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|