vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - vBMS : vBulletin Mail System (https://vborg.vbsupport.ru/showthread.php?t=140828)

bashy 03-05-2007 06:49 PM

Any thoughts on the installation issue please Krofh post # 48

This is the conflict list
  • The following phrases exist and may result in alternate text being displayed in vBMS pages: actions, method, minutes, to, warning, and warning
  • A change in the template "navbar" in the style "MNS 7" couldn't be made because the target text didn't exist or was already appended with the change text.

Image enclosed

Looks like imap is not compiled, will update once sorted!!!

NuclioN 03-05-2007 09:13 PM

Altough i have catchall on our server enabled i'm not sure on how this works. When i create a catchall for @mydomain.com it is asking next for a mail forward address. When i fill in that @mydomain.com has a forwarder info@mydomain.com .. is info@mydomain.com the catchall address?

And how about the pop3? Is it correct to use pop3@mydomain.com or do i have to use the server address for example: pop3@server1.com address?

Zate 03-05-2007 09:59 PM

Something strange I just found. I kept getting the following error in my logs:

PHP error: imap_open() [<a href='function.imap-open'>function.imap-open</a>]: Couldn't open stream {mailsvr:110/pop3}INBOX

After some research, I noticed that notls wasnt being appended to the /pop3. Even though I have notls selected in the options. I modified your code to force the addition of notls to the pop3 and it works fine now.

//return "{" . $hostname . ":" . $port . "/pop3" . $notls . "}INBOX";
return "{" . $hostname . ":" . $port . "/pop3/notls}INBOX";

Zate 03-05-2007 10:26 PM

Also, deleting emails takes me to a white page.

Brent H 03-06-2007 04:12 AM

Anyone here get this to run on a MediaTemple server? I'm having trouble finding the right settings for installation and support is taking forever and day.

Kmaster 03-06-2007 04:26 AM

Quote:

Originally Posted by Zate (Post 1196662)
Something strange I just found. I kept getting the following error in my logs:

PHP error: imap_open() [<a href='function.imap-open'>function.imap-open</a>]: Couldn't open stream {mailsvr:110/pop3}INBOX

After some research, I noticed that notls wasnt being appended to the /pop3. Even though I have notls selected in the options. I modified your code to force the addition of notls to the pop3 and it works fine now.

//return "{" . $hostname . ":" . $port . "/pop3" . $notls . "}INBOX";
return "{" . $hostname . ":" . $port . "/pop3/notls}INBOX";


I have same error as you, plz inform which file have to change? thanks.

Tri@de 03-06-2007 06:22 AM

Can i use an external mail?
i mean: i have name@yoursite.com
but i want to check my mail name2@anothersite.com
i can do it?
can i set multiples email accounts?

Krofh 03-06-2007 04:55 PM

Quote:

Originally Posted by TTG
But there are 6 emails in the catch all email and they can be read in web mail with no problems !?

The log shows that it's getting into an account on your server and checking emails just fine. It would seem, then, that it's logging into the wrong account, or it's in a log that you didn't see. Try sending an email directly to the catch-all account, then go to vbms_checkmail.php, then look in your logs and check the last 5 logs to see if there's anything about that one email.
Quote:

Originally Posted by bluechris
Is there a reason that my attachments are deleted ? i mean i get mails in VBMS but when i read the message the attachment has a X icon and says

It would seem that there's a spam/virus filter on your server doing that. The vBMS system itself doesn't worry about virus-checking attachments. This has nothing to do with your vBulletin permissions or anything vB-related.
Quote:

Originally Posted by bashy
Any thoughts on the installation issue please Krofh post # 48

Not really, I'm not sure what's going on :-/ do indeed make sure imap is enabled and then try again, I'm surprised it doesn't come up with an error saying so, though, unless you've got errors turned off in php.ini or something.
Quote:

Originally Posted by NuclioN
Altough i have catchall on our server enabled i'm not sure on how this works. When i create a catchall for @mydomain.com it is asking next for a mail forward address. When i fill in that @mydomain.com has a forwarder info@mydomain.com .. is info@mydomain.com the catchall address?

From what you're describing, it does indeed sound like that is the case. Try setting it up like that and see if it works.
Quote:

Originally Posted by NuclioN
And how about the pop3? Is it correct to use pop3@mydomain.com or do i have to use the server address for example: pop3@server1.com address?

Not sure what you're describing... the "POP3 Server Username" would usually be "info" in your case, since that's your catch-all account, and the password would be whatever password goes with that account.
Quote:

Originally Posted by Zate
After some research, I noticed that notls wasnt being appended to the /pop3. Even though I have notls selected in the options. I modified your code to force the addition of notls to the pop3 and it works fine now.

Ahh, I see... will fix that in the next update.
Quote:

Originally Posted by Zate
Also, deleting emails takes me to a white page.

I can't seem to replicate this problem... Using the Quick Action "delete" from the inbox, checking the box and then using the "With checked items" dropdown box to delete it, and opening the email and then clicking "Delete" all work fine for me. Any other information on this one you can give me?
Quote:

Originally Posted by Kmaster
I have same error as you, plz inform which file have to change? thanks.

That should be in the includes/vbms_functions_checkmail.php file, if you want to fix it right away. Like I said, I'll try and get this fixed in the next update.
Quote:

Originally Posted by Tri@ade
Can i use an external mail?

You might be able to, with an external POP3 server and such. You'd have to set the catch-all account to be the one on that server, set all the POP3 information right and such, and see what happens; no guarantees, though, I'm not sure what would happen if you gave ppl emails at a domain other than what your forum's hosted at and how that would work. You'd probably also have to get all your mail records on your servers straight to allow each other, or you'll end up with everything you send out getting marked as spam by anyone who receives it.

Zate 03-06-2007 09:56 PM

Quote:

Originally Posted by TTG (Post 1197513)
Still no incoming emails .. glad I didn't pay for this when I originally saw it on the WWW.

Clicked uninstall :down:

Responses like these are why I do not develop for the vbulletin community.

More then likely the author who is working on this project now is not the original author who wanted to charge for this mod. He just picked it up and tried to bring it back to life, FOR FREE. Waisting his own time, on his dime, with little to no thanks in return. Infact, mostly complaints.

thincom2000 03-07-2007 01:20 AM

Thanks for this. I always thought it was a big hassle to log into my site's email separately. In fact, I had not checked it once until I installed this mod (500 returned mails!).

Some of my users have multiple email accounts on my server, so it would be ideal to allow multiple aliases for each user. I tried auto-forwarding the other accounts to the user's vBMS alias, but apparently this makes no changes to the email headers, so vBMS does not recognize these forwarded mails properly. If support for this could be added for the next version, or you could tell me which functions I need to alter, that would be excellent.


All times are GMT. The time now is 03:55 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
  • Page Generation 0.01380 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete