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

    Issue Issue with Laravel Component Variable

    Hello :) I'm using Plesk, and I've deployed a new Laravel application. From the Laravel toolkit, I run the command php artisan make:component sidebarnominativi. So far, so good. It creates the controller in app/View/Components/sidebarnominativi.php and the blade file in...
  2. E

    Issue database user issue

    You can try to do this, in new plesk server: Tools & Settings Database Servers Click on phpmyadmin icon (at the and of the line of MariaDB) Click on "User account" Drop the account mentioned in the error Now try to start migration once again. If you get the same error, you can try to...
  3. E

    Resolved Default Spam and Antivirus settings for new Mailboxes

    You have to change it manually, but you can do this with those commands: plesk bin mail -l | grep "Mail name"| awk '{print $3}' | while read file; do plesk bin spamassassin -u $file -action move; done plesk bin mail -l | grep "Mail name"| awk '{print $3}' | while read file; do plesk bin...
  4. E

    Question Change SSL/TLS certificato for mail from CLI

    I found the solution with SSL it extension:
  5. E

    Resolved Run cron task command with arguments

    Finally I found the solution! The problem wasn't the arguments but the plesk command I had to use instead of If I use "plesk bin" directly on command line it's work, but it doesn't work if I pass trough cronjob
  6. E

    Resolved Run cron task command with arguments

    In /var/log/syslog I see just this: I have't found other log files to check. Did you know where I can look?
  7. E

    Resolved Run cron task command with arguments

    Hi @Rasp I've already did it but it doesn't work, I really don't understant why Anyone have an idea?
  8. E

    Resolved Run cron task command with arguments

    Hi I create a script with bash that's need some arguments I try to schedule this on plesk panel but it is executed without arguments. The command look like this: If I execute the script from shell everything work fine (argument1 become $1 and so on), but if I put this inside Scheduled...
  9. E

    Issue website not working after submit the certificat

    The certificate is not trusted by Mozilla Firefox. You have to ask why to godaddy, because he's the issuer of your certificate.
  10. E

    Issue Change the primary domain in plesk

    Hi I don't see the plesk login page visiting https://www.durovinshowroom.co.uk/ or https://www.durovinbathroom.com/ Did you solve?
  11. E

    Issue website not working after submit the certificat

    Looking your website I don't see a self signed certificate but it's issued from Godaddy If you are sure that the problem concern the certificate I suggest you to contact the Godaddy's support
  12. E

    Question How to ignore/block POP3/IMAP login attempts for a non existent domain in my server?

    Hi ChrisMonder ok, if you don't use fail2ban there is no fail2ban chains. "Bad argument" could be caused from -a that must be -A (capital letter) By the way, please try to see if there are other chains with the following command: My output for exaple is (I have deleted the rules):
  13. E

    Issue Change the primary domain in plesk

    Maybe you set www.durovinbathroom.com in Tools & Settings > Customize Plesk URL (under “General Settings”). Right? This is not a good choice, I suggest you to change it with server.durovinbathroom.com or plesk.durovinbathroom.com After that you have to create a DNS record A (server or...
  14. E

    Issue Lets Encrypt certificate renew issue

    Yes, it's really uncomfortable. But Let's Encrypt must be sure that you are the owner of the entire domain before gives you a wildcard certificate. Otherwise it would be a serious security problem.
  15. E

    Question How to ignore/block POP3/IMAP login attempts for a non existent domain in my server?

    Hi Try to add the rule for f2b-plesk-postfix's chain. Remember to replace DOMAIN.TLD with the real domain name. You could also see if the ip that attempt to login is always the same and DROP it with:
  16. E

    Issue Lets Encrypt certificate renew issue

    I confirm that if you want a wildcard certificate, you have to go inside cloudflare and manually change the value of _acme-challenge TXT record each 90 days. The issue of a Wildcard Let's Encrypt request obligatorily this type of verification, there's no other way. That I know, actually...
  17. E

    Issue database user issue

    I found this article, try to see if could be helpful https://support.plesk.com/hc/en-us/articles/360006383934-Migration-of-a-subscription-fails-in-Plesk-Unable-to-add-database-user-The-user-john-doe-already-exists
  18. E

    Issue Change the primary domain in plesk

    Hi It's a normal behavior. Each website hosted on your server show plesk login screen when you make a https request to port 8443 You can use : - The ip address: https://217.160.90.186:8443 - The hostname: https://s22954819.onlinehome-server.info:8443 - And all domains and subdomains hosted...
  19. E

    Question Restricted SMTP Usage

    Did you see the link that I send you? mail: Mail Accounts Here you can see al the possibilities If there's no way with plesk you can use while: Just change "example.com" with your domain name This will find all email accounts of a domain and for each one will put the outgoing limit to zero
  20. E

    Question Restricted SMTP Usage

    You can find more examples here: https://docs.plesk.com/en-US/obsidian/cli-linux/using-command-line-utilities/mail-mail-accounts.39181/
Back
Top