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

Search results

  1. J

    Question Fail2Ban capture and ban IP, connection still being made

    Thank you for this advice, I will look into adding subnets to iptables. In he last 48 hours I already have over 14,000 IPs blocked and the list is growing. I have set the IP ban period to 600000 seconds so in a week the list would be cleared automatically or if I disable fail2ban after the...
  2. J

    Question CentOS2Alma conversion: Your expectations and experience?

    This should be advertised inside the Plesk control panel as very few pleask users visit the forum and are unaware of this change!
  3. J

    Question Issue with Availability of Free Version of Plesk (Plesk Web Admin SE) on Vultr Server Deployment

    Maybe you should consider changing the hosting company. Leaseweb still offers a good price for Plesk
  4. J

    Question Fail2Ban capture and ban IP, connection still being made

    Hello, I'm also in this situation, having my DNS moved from namecheap to Cloudflare due to constant problems with excessive traffic and load So I'm not 100% sure fail2ban is working because I still see with htop the cpu cores loaded to 100% This is what I get when running: fail2ban-regex...
  5. 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 ...
  6. J

    Resolved SMTP Setup - PHP Email

    I created a mail account but in my website for PHP mail I need to specify the 'smtp server'. Where can I find this information or how is it setup? Do I need to modify Postfix config?
  7. 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?
  8. J

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

    And is it explained anywhere in Plesk documentation what other things SELinux would block, interfere with if activated?
  9. J

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

    Thank you for answering this, so if I understand correctly I need to add another user to linux then enable SELinux. Is it possible to create this user from Plesk or you have to do it directly on linux using the original root user?
  10. 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'?
  11. 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...
  12. 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...
  13. J

    Resolved MySQL Backup Cron Job - Empty DB File

    Working with: /usr/bin/mysqldump -u admin -p`cat /etc/psa/.psa.shadow` MYDB > /var/www/vhosts/MYSITE.com/backup/backup_`date +\%d.\%m.\%Y`.sql
  14. 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 -...
  15. J

    Question SSL Certificate - How To Install?

    After you make the certificate request - CSR - it remains in Plesk together with your private key until you buy the certificate. So yes the private key is in Plesk, the only mistake i probably made was creating the CSR in Tools & Settings instead of my domain.
  16. J

    Question SSL Certificate - How To Install?

    I did not create the request - CSR - from the domain SSL/TLS Certificates page but from Tools & Settings - SSL/TLS Certificates page. The i ordered the certificate using this csr and added it in Tools & Settings section and im' wondering if i did it wrong, maybe i should have created the csr...
  17. 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...
  18. 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...
  19. J

    Issue Emails bounce on Postfix or Qmail

    I checked and it is different but i did not touch it so probably because of the settings done in Plesk, tried everything And since i have another server on Plesk Onyx i checked that one too and the mydestination line is different but similar to the backup file found on both servers server 1...
  20. J

    Resolved Undelivered Mail Returned to Sender

    i have a similar error after upgrading to Onyx but i do not receive any emails: Postfix: 'Status: 5.1.1b Diagnostic-Code: X-Postfix; User unknown in virtual alias table'
Back
Top