• 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

Search results

  1. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Please share the output of ip ro sh
  2. R

    Question SMB/Samba on Plesk?

    Why do you want SMB? I find it very resource intensive and you don't have any preinstalled panel for it. SSHFS might be a better fit and you can access and mount it in Windows. From the Plesk side you need only SFTP access with /bin/bash shell or /bin/bash (chrooted). For Windows SSHFS please...
  3. R

    Question Move a subdomain subscription into another subscription

    Certainly. Just move the subdomain1.domain.tld and subdomain2.domain.tld to the domain.tld subscription. It's still added as a domain, but you can now rename it and add it back as a subdomain with the document root in the same folder. Afterwards, remove the renamed subdomain.
  4. R

    Issue DNS Issue not working.

    cloudassociates.io has only ns3 and ns4 at the registrar: $ whois cloudassociates.io Domain Name: cloudassociates.io Registry Domain ID: ae84d461e5994d1d89847b46233faa15-DONUTS Registrar WHOIS Server: whois.godaddy.com/ Registrar URL: http://www.godaddy.com/domains/search.aspx?ci=8990 Updated...
  5. R

    Issue DNS Issue not working.

    Ns3 and ns4 were for skcomm.in For www.cloudassociates.io, you need to add a www CNAME record with the value cloudassociates.io in the Plesk hosted DND zone.
  6. R

    Issue DNS Issue not working.

    For www.cloudassociates.io, you don't have a DNS record for www. cloudassociates.io resolves to 46.165.217.228. When you access it, you get redirected to ww. $ curl -IL cloudassociates.io HTTP/1.1 301 Moved Permanently Date: Thu, 02 Jan 2025 07:58:46 GMT Server: Apache Location...
  7. R

    Issue DNS Issue not working.

    The Plesk DNS service looks fine to me: $ dig skcomm.in @46.165.217.228 ; <<>> DiG 9.11.36-RedHat-9.11.36-16.el8_10.2 <<>> skcomm.in @46.165.217.228 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22049 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1...
  8. R

    Question Command line not working for Spam

    Match any of the following rules. I would move them to the Spam folder. That way the system can learn from the received emails. You will have to empty the Spam folder from time to time ( one or two times per year, depending on the received mail volume).
  9. R

    Question Command line not working for Spam

    Simply do it in the mail filter. Show us the entire filter panel for the rule you shared earlier.
  10. R

    Question Command line not working for Spam

    That is sieve filtering performed server side. It will march those domain names and will perform the set action. You also have Spam settings when editing the email address in Plesk. That is what I was referring to. Spam setting can also be set via CLI. > So I want to blacklist that whole...
  11. R

    Question Command line not working for Spam

    The blacklist in Tools & Settings > Mail Server Settings doesn't allow the use of wildcards. Only specific domain names can be set. You can set per mailbox rules when Spamassassin is used or globally when Plesk Email Security is used.
  12. R

    Resolved Restored from backup, but new passwords set

    Step 5 from https://support.plesk.com/hc/en-us/articles/12377851489943-How-to-restore-a-Plesk-server-on-a-new-Linux-server-from-file-system appears to have information on how to revert to the previous install installation key. Do you have that file from the old server?
  13. R

    Resolved Restored from backup, but new passwords set

    The passwords are encrypted with the Plesk installation id. Plesk Backup restore will set the same passwords only on the install from where it was created. To restore the passwords to a new Plesk install you need to set a password on the backup on the original Plesk install.
  14. R

    Question agent360.log

    For posterity, can you share the logrotate file you created?
  15. R

    Issue DNS Issue not working.

    You have a problem at your registrar. skcomm.in doesn't have nameservers properly set at your registrat. Some registrars also require IP addresses for declared nameservers. Did you set one?
  16. R

    Question agent360.log

    Hi Terry, When does the log start? (head /var/log/agent360.log) Also check if agent360 has a logrotate file: grep agent360 /etc/logrotate* -r
  17. R

    Issue (/sbin:/bin:/usr/sbin:/usr/bin) where is /usr/local/bin

    Hi, Export the required path in $PATH Edit ~/.profile and add: export PATH=/usr/local/bin:$PATH The same approach can be used to set the desired PHP version in the CLI.
  18. R

    Question Trouble adding IMAP Account on Outlook New

    Hi, Use the same server addresses used by Outlook Classic. The new Outlook might try to use mail.domain.tld even though that server address is not covered by the mail service. Furthermore, Outlook new will not set up an email account if the server address is not covered by the SSL certificate...
  19. R

    Question Issue with Laravel on Plesk server - Domain not pointing to the correct directory

    What do you have in Hostings for the website in Plesk?
  20. R

    Issue TTFB increase from 0,2s to 1,8s within hour

    Can you share the FPM settings? Number of max_children, max requests, idle timeout and Fpm mode. I suspect your php processes might have a memory leak, which causes the slowdown, and it gets cleared with a service restart.
Back
Top