• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

webmail - not working correctly

B

bjken3

Guest
I've migrated sites from 7.5.4 to 8.1.0 and now when users access webmail, some e-mails can't be opened.

browser error is

* Error Code 64: Host not available
* Background: The connection to the Web server was lost.

anyone have ideas ?

thanks
 
In case someone has the same issue.

It was to do with php.ini. The file wasn't accepting any changes.

Stopping the httpd service, copying php.ini to a new file name ( ie php.ini.new ) then chmod php.ini.new to the file to the right permissions, 700 should do.

rename php.ini to another name ( ie php.ini.old ) and check its been accepted, if it doesnt, delete the php.ini file

copy php.ini.new back to php.ini and it should now accept changes you make to it.

cheers
 
Back
Top