• 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

Search results

  1. M

    Question Allow Git command line access under chrooted bash?

    I've followed this and it's it's not working for me. What am I missing? I'm getting the following error once commands are done: git clone XX Cloning into 'Project-Sample'... fatal: unable to access 'xx: security library failure. Which library is exactly missing? How to figure that out?
  2. M

    Issue Amavis horde problem - all emails rejected

    Hello. I've new server setup, plesk onyx - clean installation. After installing everything required on the server, we've noticed that we have problems with sending emails via horde webmail. No matter what the content is, this is always in logs: All emails are rejected/blocking and not a...
  3. M

    Control plesk rejecting policy of emails

    Hello. Example: if you set in mail settings of domain "What to do with mail for non-existent users - Reject" and you send email to such user, you can see error in maillog: - NOQUEUE: reject: RCPT from xy Recipient address rejected: User unknown in virtual mailbox table and of course, you...
  4. M

    [solved] Wordpress connecting to external DB

    Because your mysql user on web A exists only as user@localhost or [email protected] - there's no such user as user@webC - so yes, you need to create that user like this: On webA server connect to mysql: # mysql -uadmin -p`cat /etc/psa/.psa.shadow` # CREATE USER...
  5. M

    [solved] Wordpress connecting to external DB

    First of all, your mysql configuration needs to be changed that it doesn't listen only on localhost, so head to my.cnf and comment out bind_address/restart mysql. my.cnf location depends either if you're on centos /etc/my.cnf or debian/ubuntu /etc/mysql/my.cnf. After that, it should work (in...
  6. M

    SSL problem - Unable to remove certificate

    Hi there. I've uploaded new SSL cert, secured plesk with the same, made him default and under IP addresses it is chosen as default one, however some of the domains are still using it. Now, when I want to remove the SSL cert, it says of course: Unable to remove certificate: One or several...
  7. M

    List all domains with "Mail sent to non-existent users"

    Hello. In my documents I have command: but it seems like that is no longer working. I've tried to search psa database to find this option "Mail sent to non-existent users", but no success. What I want to do is list all domains settings for "Mail sent to non-existent users" or even filter...
  8. M

    IIS permissions for PHP applications: Permission denied

    Hello. Plesk version is 11.0.9., running windows server 2008. Here is the situation/problem: - client has domain1 and domain2/domain3 - on domain2/3 he have php applications and on domain1 there are pictures (he want to write from domain2/3 to domain1) - now, the part for allowing php to...
  9. M

    Multiple maillog error messages - postfix

    New errors today after enabling yesterday DomainKeys signatures and enabling it on few domains (note that verify incoming email is disabled and key strength of keys is 1024):
  10. M

    Multiple maillog error messages - postfix

    Plesk 12 is used, latest #MU on CentOS 6.5 final. Maillog is full of messages like: I've tried quite few things suggested in threads like: http://talk.plesk.com/threads/pppm-2612-outgoing-mail-limits-not-limiting-mail.332066/...
  11. M

    Error: New web server configuration for some of the subscription's domains was not bu

    In my documents and have this: But there is also a link to this thread which doesn't exist any more. However, I do remember that once you run this query you will get list of errors and then you delete row from table - this will solve problem. Of course, backup psa database before that. I've...
  12. M

    Contribution How to install (D)DoS Deflate and APF (Advanced Policy Firewall) to block bad IPs

    Please be so kind and go to: # nano /usr/local/ddos/ddos.conf Locate the line I assume you have value here less then 60-70. If that is the case, increase number of connections, save the file and run: # cd /usr/local/ddos/ && ./ddos.sh -c to restart service.
  13. M

    can Plesk do this? (is it "safe" to move from cPanel to Plesk?)

    No. @topic If you change something within the plesk, it will probably reconfigure/generate new vhost file, thus your idea to change everything manually might fail. You can try to contact them through here: http://www.parallels.com/about/contact/ but you will probably get same answer. It's...
  14. M

    can Plesk do this? (is it "safe" to move from cPanel to Plesk?)

    I don't know for the first one...maybe there is, but in Plesk logic/code which is not readable, so you will have to ask them this. Second part - you can give users permission (per subscription) to only access the Plesk Panel and to manage their mail accounts (which is not possible with cPanel...
  15. M

    can Plesk do this? (is it "safe" to move from cPanel to Plesk?)

    I understand your concern. I really don't know to be honest. It could be possible, because it's apache and every domain/subscription will have it's vhost file where you could change document root - after that, since all users are in same group, chown everything to have group permissions and...
  16. M

    Question regarding mail settings and custom buttons

    Hello. I've installed latest plesk on a test server and have two questions. Running Debian 7 and 12.0.18 Update #9. 1) Under "Tools & Settings -> Interface Management -> Interface Controls Visibility" there is a option to check "Hide controls for rejection messages for non-existent mail...
Back
Top