The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBMS : vBulletin Mail System Details »» | |||||||||||||||||||||||||
vBulletin Mail System
Finally, for vBulletin 3.6, there is a port from filburt1's original hack. For those of you who aren't aware, he essentially declared it open source, and it's been a bit of a wait for someone to fix it up... I've wanted it for my site, too, so I finally sat down and just did it. What is this? The vBulletin Mail System is a way to give your users webmail access from your site. They can have a name@yourwebsite.com address, send and receive emails and attachments, etc. Options such as mailbox quotas, limits on numbers/types of attachments, a message trailer ("Free mail at yourwebsite.com!") at the end of each message, etc. are all available as well. Please note: this is a pre-final version. As far as I have seen, it is working so far for me, but I have not tested it completely and thoroughly and it's very likely there'll be a number of bugs popping up. However, I have successfully been able to install this on a clean board, exchange emails regularly (including attachments), go through all the basic options/etc. without any errors popping up, so it should be fine. Still, make sure you back up your database before installing this, just due to the nature of its "beta"-ness. To install: upload all files from the "upload" directory to your server in the proper directories. Then, navigate to admincp/vbms_install.php on your server and run the installer. It will make several template additions. If your navbar or header templates hav been modified, it will not be able to do it automatically, and you'll have to add these edits yourself. In template navbar, find: Code:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> Code:
<if condition="$show['popups']"> <td class="vbmenu_control" id="navbar_vbms"> <a href="vbms.php$session[sessionurl_q]">$vbphrase[email]</a> <if condition="$vbms_newmessages['newcount'] > 0"> <span style="font-weight: normal; padding: 1px 1px 1px 2px; margin: 0px 3px 0px 2px; border: 1px inset" class="alt1"> <phrase 1="$vbms_newmessages[newcount]">$vbphrase[x_new]</phrase> </span> </if> <script type="text/javascript"> <!-- vbmenu_register("navbar_vbms"); // --> </script> </td> <else /> <td class="vbmenu_control" id="navbar_vbms"> <a href="vbms.php$session[sessionurl_q]">$vbphrase[email]</a> <if condition="$vbms_newmessages['newcount'] > 0"> <span style="font-weight: normal; padding: 1px 1px 1px 2px; margin: 0px 3px 0px 2px; border: 1px inset" class="alt1"> <phrase 1="$vbms_newmessages[newcount]">$vbphrase[x_new]</phrase> </span> </if> </td> </if> Code:
<!-- / header quick search form --> </if> <if condition="$show['member']"> Code:
<div class="vbmenu_popup" id="navbar_vbms_menu" style="display: none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">vBulletin Mail System</td></tr> <tr><td class="vbmenu_option"><a href="vbms.php?$session[sessionurl]">$vbphrase[navbar_inbox]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_new.php?$session[sessionurl]">$vbphrase[navbar_write_message]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_ab.php?$session[sessionurl]">$vbphrase[navbar_address_book]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_folders.php?$session[sessionurl]">$vbphrase[navbar_folders]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_filters.php?$session[sessionurl]">$vbphrase[navbar_filters]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_options.php?$session[sessionurl]">$vbphrase[navbar_options]</a></td></tr> <tr><td class="vbmenu_option"><a href="faq.php?$session[sessionurl]faq=faq_vbms">$vbphrase[navbar_help]</a></td></tr> </table> </div> Feel free to post with any bugs or questions you find, etc. I'm trying to get this working again thoroughly, for all of us. FAQ
Install clicks, donations and HotM nominations are always welcome. Show Your Support
|
Comments |
#62
|
|||
|
|||
Any thoughts on the installation issue please Krofh post # 48
This is the conflict list
Image enclosed Looks like imap is not compiled, will update once sorted!!! |
#63
|
||||
|
||||
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? |
#64
|
|||
|
|||
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"; |
#65
|
|||
|
|||
Also, deleting emails takes me to a white page.
|
#66
|
||||
|
||||
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.
|
#67
|
|||
|
|||
Quote:
I have same error as you, plz inform which file have to change? thanks. |
#68
|
||||
|
||||
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? |
#69
|
|||||||||
|
|||||||||
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
#70
|
|||
|
|||
Quote:
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. |
#71
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|