Tag Info

New answers tagged

0

Switch off safe_mode in service plans and sync service plans with subscriptions. Check all php.ini files for safe_mode = On


0

It had nothing to do with the Postfix. It was firewall blocking the postfix user to communicate with port 25. The csf has SMTP BLOCK configuration and that configuration was messed up. As postfix runs with with the postfix user, the csf had made root user owner of the port 25 so no user other than root could sent the emails but forwarded emails were being ...


0

You are trying to import a file from a invalid location. It seems for me, that you are trying to import the file from a Virtual Machine itself. Operating system error 5(Access is denied.) You need to check the security permissions on the folder you are trying to access. Make sure the service account (PSA = Plesk) has read permissions. It may well not do. ...


0

Parallels Plesk Panel for Windows MS SQL-Server Support requires an administrator account. It runs as a service and gives users the ability, to deploy and manage MS SQL Server databases right from the PSA user interface with a few clicks - on the fly. You can not use it with a single database. It works like a connector.


1

Under which user you have check that site settings is working? Plesk admin is not effected by settings in /usr/local/psa/admin/conf/site_isolation_settings.ini I have checked in Plesk 11 that unprivileged user can't change hosting settings if they are predefined in /usr/local/psa/admin/conf/site_isolation_settings.ini: [hosting] ;php = any php_handler_type ...


0

Configuration files created by Plesk are generic. You can create a new configuration file which does not get overwritten by psa – this is the recommended way of doing. Add a new file to your apache /conf.d directory. It's the best place to put your own server-wide configurations. Apache configurations are loaded in alphabetical order (e.g. ...


1

it's a database inconsistency between tables domains, hosting and sys_users. There is no automated solution, just check this tables by eyes and fix relations.


1

This is a common bug in Plesk ~ 10.0.9. It has been fixed in Plesk 11.0.10 and will take effect during a fresh installation progress. Your license key is installed in Parallels Plesk Panel, but it is missing from the configuration file of Commtouch Outbound Spam Protection solution. The resolution has been released as KB 115217. Alternatively, you can ...


0

Please check this url: http://autoinstall.plesk.com/PSA_9.5.3/dist-pkg-FreeBSD-6.1-i386/ports_release/psa/pkg-install Search for "sys_user_id" shows that installer script is looking for data in database. Maybe user 67 is left in some database table.


0

What grep command should I be using to track down the sender's email address Unless the person sends you lots of emails, just grepping for their address should work; assuming your mail log is named /var/log/mail.log grep 'someone@somedomain.com' /var/log/mail.log |more (I pipe through more to limit the output from scrolling too fast.)



Top 50 recent answers are included