• 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

Some problems

I

IulianH

Guest
1. ioncube

Failed loading /usr/lib/php/ioncube/ioncube_loader_lin_5.1.so: /usr/lib/php/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex
PHP 5.2.11 (cli) (built: Oct 7 2009 08:32:32)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
with the ionCube PHP Loader v3.3.1, Copyright (c) 2002-2009, by ionCube Ltd., and
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies



2. Mail server

All mails sent from server go to spam. Why ?
 
Hi,

#1 is most likely caused due to mismatch of ioncube loader and php version. Below are threads where this problem is discussed:
http://forum.powweb.com/showthread.php?t=78752
http://www.webhostingtalk.com/showthread.php?t=697173
http://www.atomicrocketturtle.com/forum/viewtopic.php?f=2&t=2929

So check your php version:
rpm -qi php
php -v

And check ioncube loader version.
From output is looks like ioncube is for version 5.1 and you are running 5.2.1:
> PHP 5.2.11 (cli) (built: Oct 7 2009 08:32:32)
and
> /usr/lib/php/ioncube/ioncube_loader_lin_5.1.so

so either find ioncube loader for 5.2.1 or downrgade php


#2 First thing to check - is your server blacklisted? You can try using the following online tool to check this:
http://www.mxtoolbox.com/blacklists.aspx

If this is not the case you can consult with admins of remote server to see why your messages were marked as spam.
Also you can try enabling domain keys support for mail services - correctly signed messages should not be marked as spam.
 
Mail server

I check all the server IP`s and I recive OK from all servers, my ip`s are not in blacklist.

Domainkeys are active.

I realy don`t know what is the problem.
 
Back
Top