• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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