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

Recent content by eliamarsura

  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:
Back
Top