Sauer
06-09-2005, 06:29 PM
Hi
i've installed your great module mambo mail lite. without problems. But when i published the module i receive the following error :
Warning: imap_open(): Couldn't open stream {mail.mydomaine.com110/pop3/tls/novalidate-cert} in /home/www/web5/html/modules/mod_mambo_mail_lite.php on line 21
i've insalled the *@mydomaine.com in his own pop account with password
Please can anyone help me
greetings Sauer
Sounds like one of these issues:
Popserver is incorrect.
Username or password is incorrect.
Sauer
06-10-2005, 04:33 AM
Hi Thanks for your help.
In my E-Mail client i've also the pop3 and under this form
mail.mydomaine.com
an there is no problem with the connection :(
greetings Sauer
Then it must be the username or password.
netmundi
06-12-2005, 05:03 PM
I have the same trouble.
pop server Ok, username and password ok, imap ok
But I have the same trouble...
This fix may work for you:
Open mod_mambo_mail_lite.php
Find:
if ($mail = imap_open('{'.$popserver.':110/pop3/tls/novalidate-cert}', $popuser, $poppass)) {
Change to:
if ($mail = imap_open('{'.$popserver.':110/pop3}', $popuser, $poppass)) {
netmundi
06-16-2005, 01:17 AM
Thanks, but It did not fix the trouble to me.
Please, note: I use CPanel with Fantastico. I used Fantastico to install mambo in a directory named "portal". I edited mod_mambo_mail_lite.php under "portal" directory (portal/modules). But there is, in the same level as "portal", one directory named "mambo". Under this directory there is a mod_mambo_mail_lite.php file too. I edited it too. This last file always return to previous configuration, even after edited. I am not understanding anything...
trakker
08-01-2005, 09:08 PM
Thanks Jafo, I made the change you suggested and it now works for my setup. Looks like you're knowlegable with this Module, can you explain what the tls/novalidate-cert code is? Is it to do with certification? and if so how can I use it as originally designed?
Actually, I had to use it sometimes on some of my test servers. Just seems that some servers prefer it, while others don't. I even made a special note for it in Mambo Mail Pro.
trakker
08-01-2005, 10:00 PM
Ok great, looks like I don't have to worry about it then. All I have to do now is create the email links in my pages to relect those setup in mambo. Many thanks again Jafo :cool: