• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Email troubles after Plesk 8.0.0 upgrade

E

ewong

Guest
Hi All,

I have recently upgraded to Plesk 8.0.0. Since then, some of my clients have trouble using email via webmail and Outlook.

They got the message,
Your Internet Address has changed since the beginning of your Mail session. To protect your security, you must login again.

This problem is specific PC related, but we would like to fix it for some of our clients since it seems to be Plesk8 related.

Any suggestion would be much appreciated.

Many thanks,
Edward
 
You will need to off the ip address check in horde config.

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

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

to:
$conf['auth']['checkip'] = false;
 
Back
Top