• 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

    Question How to Block Direct IP Access and Ensure All Traffic Routes Through Cloudflare

    Hi, There are 2 possible scenarios: 1. all websites are passed via Cloudflare: You firewall ports 80 and 443 to allow access only from the Cloudflare IP addresses In this case, there won't be any block page since the connection won't be allowed. 2. Only some of the websites are passed via...
  2. R

    Question Plesk E-Mail Security | Failed to start clamd scanner (amavisd) daemon

    Hi Michael, Which part? You don't have root access to the server?
  3. R

    Resolved Database access via browser and URL

    Hi, Please have a look at this article: https://support.plesk.com/hc/en-us/articles/12377596625303-How-to-access-Plesk-phpMyAdmin-without-logging-in-to-Plesk
  4. R

    Issue How to whitelist IP address in New plesk 18.0.6

    It's not blocked in the firewall. Is the MySQL service listening on all interfaces?
  5. R

    Issue How to whitelist IP address in New plesk 18.0.6

    First off, you've exposed your DB details in the code screenshot. Please make sure you change the password for the explore database username. You don't have Fail2Ban installed. The whitelisting in Fail2Ban is only to prevent blocking of the IP address in any of the configured jails. However...
  6. R

    Question Force same domain emails to use MX records

    Unfortunately, this is how the mail service works. The email addresses should be created on only one system. Each system considers all the email addresses to be hosted on that system. You could use a subdomain with Google mail and configure the Golgle hosted addresses to check/use the...
  7. R

    Issue domain 1 cannot email domain2 if domain is hosted on google or microsoft / zoho

    Hi, By default, the mail service used by Plesk will try to deliver locally before performing MX lookups. If all 3 websites are created in Plesk and have the mail service enabled, there won't be any DNS lookups to determine MX records. This issue is addressed by setting the mail service for a...
  8. R

    Issue How to whitelist IP address in New plesk 18.0.6

    Hi, Please share a screenshot of the entire Plesk interface when visiting Tools & Settings.
  9. R

    Question Plesk E-Mail Security | Failed to start clamd scanner (amavisd) daemon

    The error indicates there is a problem with the Clamav definition database. Try to kill freshclam if it's running and manually start freshclam. The cron takes a random number that is passed to the sleep command in order to prevent DB servers from being hammered at the same time of day.
  10. R

    Issue Connectivity issues in Ubuntu Server 22.04

    If you've installed systemd-resolved there is no need to make manual changes to /etc/resolv.conf. After the made changes, do you api calls work?
  11. R

    Question Run a nodejs server internally without exposing online

    You can. You need the nodeJS app to listen on tcp port that is not opened in the firewall. Then from Additional nginx directives pass the requests to the nodeJS app port. You can monitor the nodeJS app with supervisord or pm2, installed as the webspace system user.
  12. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Add in /etc/resolv.conf nameserver 1.1.1.1 nameserver 8.8.8.8 If your provider has a DNS resolver you should use that Let's see if /etc/resolver.conf is a file or a link ls -l /etc/resolv.conf
  13. R

    Issue Connectivity issues in Ubuntu Server 22.04

    Ok. What do you have in /etc/resolv.conf?
  14. R

    Question How to use Mysql instead of the default MariaDB?

    The binlogs are not mandatory. If SQL replication is not implemented then simply disable the binlog: https://dba.stackexchange.com/a/120693 If binglogs are needed then simply set a binlog retention period...
  15. R

    Question Move a subdomain subscription into another subscription

    Can you please clarify the issue you've encountered? The feature will move the document root of the moved website to a new folder in the target subscription folder.
  16. R

    Question Change the owner of a domain in a subscription

    No it's not. You can move any domain from any subscription to a new or existing subscription. Those domains shouldn't share the document root
  17. R

    Issue IP Access restriction - locked out of PLESK

    Hi, Please have a look at https://support.plesk.com/hc/en-us/articles/12377966333463-Unable-to-log-in-to-Plesk-as-a-Plesk-administrator-Access-for-administrator-from-address-203-0-113-2-is-restricted-in-accordance-with-IP-Access-restriction-policy-currently-applied
  18. R

    Issue Mail are coming in really slow on Plesk server

    Correct. It's enabled. Deselect Switch on server-wide greylisting spam protection
  19. R

    Issue Mail are coming in really slow on Plesk server

    Hi, Is the graylisting feature enabled? https://docs.plesk.com/en-US/obsidian/administrator-guide/mail/antispam-tools/greylisting-linux.63249/
Back
Top