• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Webmail login problems with AOL

Pagemakers

Silver Pleskian
Many of our clients who are using AOL say they can no longer login to Webmail using the AOL browser. It works fine in IE.

Anyone else have this problem?
 
I'm having the same problem. After the upgrade from plesk 7.5.2 to 7.5.3 some of my client can't login to their webmail when they use AOL. They get the following message:
"Your Internet Address has changed since the beginning of your Mail session.
To protect your security, you must login again."

Also I have one case using IE. This client gets a JavaScript error like:
"Line 49 char 9 Error: Object doesn't support property or method.
webmail.domain.com/horde/imp/loging.php"

I can connect myself to my webmail with no problem but some how this client can’t using IE

I've been looking in Google for a solution to this issue. I know is a session problem but I can't fine anything substantial.

I keep looking if I find something I will post it here.

Thanks

Miguel
 
I found a fix...

Im glad plesk is ontop of responding to questions....right...

the problem is that your clients are using a dynamic proxy.

You will need to off the ip address check in horde config.

go to /etc/psa-horde/horde/config.php

and change :
$conf['auth']['checkip'] = true;

to:
$conf['auth']['checkip'] = false;
 
Is it necessary to re-start Apache or anything else having made the change above?
 
many thanks. I restarted it /etc/init.d/httpd restart which I guess is correct - as opposed to re-loading Apache?
 
Back
Top