• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by Raul A.

  1. R

    Question Microsoft Outlook 365 Account Setup Issues

    For context, Amir was kind enough to indicate the domain name he has issues with. The domain is properly set up in Plesk and uses a wildcard Let's Encrypt certificate on the mail service for that domain. The issue looks like an email client issue. We haven't yet concluded whether it's Outlook...
  2. R

    Question Microsoft Outlook 365 Account Setup Issues

    Hi Amir, I understand the email addresses are hosted on a Plesk server and you are using Outlook 365 email client installed on the computers. Did I get that right? If you could DM a domain name and the server settings you are using, I can further check the issue you are encountering.
  3. R

    Question Microsoft Outlook 365 Account Setup Issues

    Hi, Where are you trying to configure the email addresses? Email addresses hosted on Plesk or on Outlook 365?
  4. R

    Issue Web server not resolving for any domains but only admin panel working

    Hi, Do you have the public IP address on the server or was it recently changed? Requests for websites must be sent to the IP address used by the website in Plesk.
  5. R

    Question pgvector (extention) for postgres - work with plesk

    Hi, I assume you are talking about GitHub - pgvector/pgvector: Open-source vector similarity search for Postgres It looks like there are RPM packages that you can install. P.S. You need Plesk WebPro or WebHost editions to install PostgreSQL
  6. R

    Question Restarting Dedicated PHP-FPM for all the domains

    The same approach as above but without using a script: systemctl restart plesk-php83-fpm_*
  7. R

    Question FTP Issues with NON Root user

    Hi, Do you have the passive ports opened in the firewall? grep -ir passive /etc/proftpd.* /etc/proftpd.conf:PassivePorts xxxxx yyyyy iptables -S INPUT | grep xxxxx -A INPUT -p tcp -m tcp --dport xxxxx:yyyyy -j ACCEPT -A INPUT -p tcp -m tcp --dport xxxxx:yyyyy -j ACCEPT If they are not opened...
  8. R

    Issue Ajust limit ressource usage

    Hi Erwan, In Plesk Web Admin edition you don't have access to the Subscritions page. All previous plans remain in place but you can't change them. You can change the service plan to "Admin Simple" using Plesk CLI. Here you have a CLI example.
  9. R

    Issue Multiple PHP-FPM master processes

    Do you use Dedicated PHP-FPM for any website?
  10. R

    Question Change Apache Port

    This setup is not supported out of the box. You can use nginx on ports 80 and 443. Proxy the requests to your desired Caddy or Traefik then proxy to Apace on 7080/7081. With this option, Plesk will handle the SSL certificates for you. You can also set Apace to listen on localhost thus the...
  11. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    Ok Are you trying the same interface file on the new server? The additional interfaces should be in the container, not on the Proxmox server. Can you share the interface files from Proxmox, the CT and the CT conf file?
  12. R

    Question Relay to external SMTP servers requiring SMTP authentication

    Hi, Are you aware of this article: Configuring a Smarthost or Relayhost ?
  13. R

    Resolved WordPress Toolkit has wrong database table prefix. How to change?

    Hi, What do you have in wp-config.php? WP-Tookit uses that information. One of WP-Tookit's security measures will change that prefix for you in wp-config.php and in the database table names.
  14. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    Try setting the default gateway only for the first interface.
  15. R

    Issue Additional IPs Not Working After Migrating Plesk CT to Proxmox v8 (OVH)

    You have only 1 bridge, vmbr0? Do all IP addresses have the same gateway? You can have only 1 default gateway per routing table.
Back
Top