![]() |
Hi,
I keep getting this error: Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3}INBOX in /includes/vbms_class_installer.php on line 791My host says this though: "Imap listens on port 143, not port 110 as the error is showing. If you are sending via imap then it should be port 143. Port 110 is for popping your mail, it's what outlook uses"I cannot figure out how to install this after many many many attempts, and I still have no idea if this is a software error bug, or a problem with the way my host set up IMAP. Although, IMAP should be working correctly, they installed it twice, and made sure it was working correctly. |
Here is additional verification that IMAP and all ports are working on my server:
Hi,Apparently the error is not on my end, and a potential bug in the software installation process. |
I installed this on my test forum, now I can't login, it keeps sending me back to the login page.. Mike.
|
Quote:
If I remember correctly, from when I first set up vBMS, there are two types of IMAP. One is the IMAP service, which as your host has shown is working on your box, the other is the PHP package. The error you're getting is to do with the PHP package. (Don't worry, it took me ages to find this information out!) You need to ask your web host to update/install the PHP on your box with "php-imap" If you box is redhat linux, as example, the host would use the following command from shell .. Code:
up2date --imap Code:
Testing package set / solving RPM inter-dependencies... Once that's done, restart the server and vBMS "should" work :) |
When I try to install I'm getting this error:
The following setting groups are already defined: vbms I previously installed it but it's no longer there and I wish to install from scratch. Anyway to correct this? |
Quote:
For those of you using IMAP rather than just accessing your mail server by POP3, you might try this option... I set this up for someone using IMAP and this was the only way I was able to get it to work on his site. In includes/vbms_functions_checkmail.php, find the vbms_checkmail_construct_connection_string(...) function and change this bit: Code:
function vbms_checkmail_construct_connection_string($hostname = false, $port = false, $notls = NULL) Quote:
Quote:
|
Quote:
|
After much reading through all the errors posted here to find answers to my questions, I have this up and running.
I had the connection error during the installation and I found my server would only allow me to connect via imap not pop3. In my opinion, this is the best vBulletin mod/hack ever made. I almost can't believe it's free! Thank you so much Krofh for the effort that has gone into this. |
"EMAIL ATTACHMENTS = NO WORKY"
I've looked all over this thread to find a reason why I cannot seem to receive any attachments in my email messages. I tried the solution succo stated but still the same result. Has this problem not been resolved or is there a solution to that I missed somewhere in this thread? btw, thanks for this great addon I just wish I could use it to its full capacity. |
Changed it to output $reason instead of the error image and to hopefully locate my issue.
When running the cron, there are emails in the vbms account. VBMS checks the right account and counts the messages correctly. PHP error: array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The second argument should be either an array or an object (/home/crackede/public_html/includes/vbms_functions_checkmail.php:421) No mail is saved to user accounts. The mail VBMS found is deleted. No logs are saved. I am using PHP 5.1.6 |
Hi
So far this hack reads very good. One thing however is not totaly clear for me. Is this hack colecting all emails send to my domain that don't have a pop3 to a catchall adress and this hack then accesses this email account and provides users access to their mail only? Or is this hack creating email adresses on my server for every user? The method is not realy described anywhere but would be an important information to have ;) |
Quote:
Krofh, I am sure most of us completely understand. You take care of getting those exams passed, and we will gladly wait for the next beta or RC version. Thanks for the update. |
Quote:
|
hello..I have my forums installed on pulzi.com but i want to give members id like username@pulzimail.com ... is it possible?
|
Quote:
I've looked through this thread and haven't seen anyone address this issue. Anyone have any clues as how to remedy this? Thanx, Jacquii. |
Same issue as PoetJA-1975, tried with all the things that have been suggested in this thread.
Settings have been set properly, I'd even ask my host to be completely sure about it, mail.mydomain.com, default port, user and PW all set right. sent two test emails to my personal email addy, with vbmail() and mail(), both received, and no errors. But when I try to send an email to someone else on the forum, yes, the other account has been setup, I can send, but not receive... and the catchall email does receive the emails without problems. I've also checked the logs, I get these error when I try to run the cron, which seams not to be working properly: Quote:
Quote:
Quote:
Any suggestions ? |
<a href="https://vborg.vbsupport.ru/member.php?u=109971" target="_blank">Krofh</a> ,when you will release mail system final version ?
|
Well, I finally got the cryptic error messages to stop and it to check my mail correctly again without deleting them for no reason. It did require massive file edits to the checkmail script and its functions.
|
Quote:
=?windows-1250?Q?Wiadomo=9C=E6_testowa?= and in content i have also problem with encoding |
Quote:
if not, then you need to create & purchase that domain, and add it to your hosting account that pulzi.com is on. this will allow you to setup a catchall mailbox for pulzimail.com or you can go the sub-domain route and create a sub-domain of pulzi.com example: pulzimail.pulzi.com and create a catchall for the sub-domain. |
Quote:
Once this gets out of beta, it will be one heck of a add-on. |
Has anybody tried this mod on HostGator hosting package?
|
I have this working ok, only thing i have a problem with is i can not change anything in user options.
When i untick a box and press save it come up with the box ticked again, so no way to turn of default settings. |
Got this installed and working. So far so good.
Question I have is how can I make the screen name the default alias? I don't want the users to choose. Thanks |
What do I put in here?
Attachment 64273 I'm not asking for the exact information for my settings, but, what is the SMTP username? Is it the "Postmaster" account or the "Admin" account, etc. What do I put in for the password? Is it the one for the Admin account? The "Postmaster" account? Thanks in advance!! |
I hope to see this hack as a final in the coming weeks :D
even an update to beta 2 would be good :) |
One question - how does it automatically format usernames?
For ex. if someone is username do they get username@domain.com? What if someone else is "user name"? |
Quote:
The only problem I have is I would like to always set people's email = their username. Is there anyway to get it to do this for everyone on installation? What about on registration? I think I could probably write a plugin to do the registration part... Maybe add a query on install to populate the alias field? |
To answer my own question -
create a plugin - VBMS Add-Alias. Hook - register_activate_start Code - PHP Code:
This will take the alias, make it lowercase, strip anything other than A-Z and 1-9, replace spaces with underscores, then check the DB to make sure no one has the same alias. If someone else has the same alias it will add a 1 at the end... check again... etc. It will only add the alias to people who complete registration - so people can't register a user, autmatically get a alias, and spam the mailbox to waste space/load the server... If anyone sees any problems... let me know. Might be nice to add this to the release as an option that can be turned on/off. |
Just what I've been looking for (and for my board version as well!)
If you update this will you make it backwards compatible with other vB 3.6x versions? |
Not sure what is going on but I have followed the instruction but when I come to install it, it starts on 7% and just sits there.
|
Does anyone have this working? What's wrong with this at the moment?
|
Quote:
|
What if there is a server move? How would that be handled?
|
Quote:
This can happen if you dont have the imap extension enabled on your server, or you have put the wrong information in the script. Try uploading the willitrun.php file in the zip and run that first, if all is ok then it's down to the information you typed in at the start of the installation. |
mins been in step 1 for abut an hour now! am i doing something wrong?
|
I can get this to send mail but not to receive mail, any ideas... Mike.
|
I have setup the catchall email.
But whatever settings i put in this refuses to connect/work. Can pay if someone wants to take a look for me. Thanks. |
Hi, How are you?
I am having priblem with this mod. Email sent out are sent twice instead. The email header for both email have To: username@domain.com; username@domain.com Code:
Return-Path: <root@xxx.xxx> Code:
Return-Path: <root@xxx.xxx> |
Quote:
Fixed it by Commenting out Code:
//"To" => $this->to, Under PHP Code:
|
All times are GMT. The time now is 10:04 AM. |
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:
|