• 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. J

    Question Plesk SMTP Server

    Hello, Here is my setup: - domain DNS hosted on namecheap - Plesk server with leaseweb - Postfix SMTP installed - Website that needs to send email for user registration I created a mail account in Plesk so I know what to use as username and password How do I setup domain.com to send emails ...
  2. J

    Resolved SMTP Setup - PHP Email

    Hello, I have Postfix installed as SMTP server and ticked the 'activate mail service on this domain'. My website is using PHP mail and needs a SMTP server to be defined with SMTP Host, port, username and password. Is this possible with Postfix?
  3. J

    Issue SELinux blocks access to SSH and Plesk Apache & nginx Settings

    Hi, I enabled SELinux and set it to enforcing but after the restart it blocked my ssh access as root and even blocks my access to the Apache * nginx settings in Plesk. Is this 'normal'?
  4. J

    Resolved Cron Job - Backup Website Database

    This one works MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysqldump -u admin REPLACE_WITH_DB_NAME > /REPLACE_WITH_BACKUP_LOCATION/`date +\%d.\%m.\%Y`.sql you only need to change REPLACE_WITH_DB_NAME & REPLACE_WITH_BACKUP_LOCATION PS would like to know how to do a db dump that is archived to save...
  5. J

    Resolved Could Not save configuration #1142 - INSERT command denied to user 'pma_xxxxxx'@'localhost'

    After upgrading to Plesk 18 got this error message every time i tried to open a db in phpmyadmin: Could Not save configuration #1142 - INSERT command denied to user 'pma_xxxxxx'@'localhost' for table pma_userconfig Solved by logging out of phpmyadmin like described here: log out of phpmyadmin...
  6. J

    Resolved MySQL Backup Cron Job - Empty DB File

    I run a backup of my website db every day and it worked fine in Plesk 12 Now i upgraded from Plesk 12 to Onyx and the job still works but the file created is empty When i run this from the console it works and the db is created with normal sql file size but it doesn't work from Plesk cron -...
  7. J

    Question SSL Certificate - How To Install?

    I used this guide to get a RapidSSL certificate and install it in Plesk: https://docs.plesk.com/en-US/onyx/administrator-guide/plesk-administration/securing-plesk/getting-ssltls-certificates.59466/ On Tools & Settings - SSL/TLS Certificates i can see the certificate and i can download it as a...
  8. J

    Resolved DNS MAIL.DOMAIN - not a valid Hostname

    I have a VPS from Leaseweb and on the IP there i set the Reverse DNS Name to my domain.com The domain is hosted with namecheap and i use Plesk to manage the hosting but BIND DNS is not installed When i check on http://mxtoolbox.com i get a strange warning: 'mail.domain Reverse DNS is not a...
  9. J

    Issue Emails bounce on Postfix or Qmail

    I can send mail from this domain account and receive it in gmail in seconds When i send mail from a gmail account to the same Plesk email it bounces back with different errors for Postfix and Qmail. Gmail Error Messages Postfix: 'Status: 5.1.1b Diagnostic-Code: X-Postfix; User unknown in...
  10. J

    Resolved VPS Migration

    I need to migrate 2 domains from one CentOs server to another, both with Plesk 12 After i did the pre-check in Plesk there were some warning messages. For some of them i do not understand what the warning message means and how to fix it. Thanks What does this mean: 'login of protected directory...
  11. J

    'Server Health' - Web Admin vs Web Host

    I run 2 VPS with different Plesk versions: one is Web Admin, the other is Web Host On the Web Host i have a 'Server Health' module on the right hand side on the home page but it is missing from Web Admin version Looked in Extensions and they are the same on both versions so i wonder if and how...
  12. J

    Plesk 12 - How To Lock Sub-Domain User

    Hi, i got Plesk 12 - Web Admin Edition and i created 2 sub-domains for 2 different users. The problem is that both users can see and edit/delete files in the main domain and also in all subdomains. How can i lock each user to manage just 1 sub-domain?
  13. J

    BOX - error occurred during the download of application: XPath

    Cloud VPS Plesk 11.5.30 #43 CentOS 6.5 (Final) Trying to install the application BOX v1.0 i get this error:
  14. J

    Plesk Password

    Plesk 11.5 If i run: /usr/local/psa/bin/admin --show-password i get my passwd When i run: cat /etc/psa/.psa.shadow i see another - 24 characters - password?
  15. J

    Scheduled Task - Permission denied

    Cloud VPS OS - CentOS 6.5 (Final) Panel - 11.5.30 Update #42 1. In Plesk i`ve setup a cronjob to backup a mysql database (tested from ssh - root and working): 2. first i ran: 3. then i executed the cronjob and received email: 4. and for another cronjob to delete older backups...
Back
Top