Search results

  1. AYamshanov

    Issue No idea how to assign an SSL cert

    Hi, Check that you have the next two extensions installed (they are part of the "Recommended" preset and usually are installed by default), SSL It! Let's Encrypt There is information on how to install an extension: How-to-manage-Plesk-extensions-install-disable-remove-update
  2. AYamshanov

    Question Firewall rule to block bots

    What Plesk version do you use, and do you use fail2ban? In Plesk Obsidian 18.0.63, the fail2ban's bad bot list was updated, and the updated list also contains "AmazonBot",
  3. AYamshanov

    Issue dev/urandom file with huge size

    Hi! Is it a regular file? On my server, it is a special device, # ls -la /var/www/vhosts/example.org/dev/ total 8 drwxr-xr-x 2 root root 4096 Dec 11 13:40 . drwx--x--- 10 admin_9 psaserv 4096 Dec 11 14:23 .. crw-rw-rw- 3 root root 1, 3 Mar 31 2023 null crw-r--r-- 3 root root...
  4. AYamshanov

    Resolved receive email on all root@ domains

    Yes, you need to add a new section (if it is not existing) with a new option and leave the value empty, As an example, I made changes with the Panel.ini extension, Here are numbers before and after the plesk repair mail -y command (was 8 "postmaster" aliases, then 0) # /usr/sbin/postmap -s...
  5. AYamshanov

    Resolved Custom domain name configured for autodiscovery not used for iOS QR code

    Just for history, Plesk Obsidian 18.0.66 (10 December 2024) (c) https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18066
  6. AYamshanov

    Resolved MFA learnMoreURL parameter not working

    Just for history, the issue is "fixed", The correct name is "learnMoreUrl" (not "learnMoreURL", Corresponding KB article was updated
  7. AYamshanov

    Resolved Advisor Extension Recommends Installing Unsupported Google Authenticator Extension

    Just for history, the issue is fixed with Advisor 1.10.2,
  8. AYamshanov

    Resolved receive email on all root@ domains

    Just for history: It is possible to customize a set of system aliases starting with Plesk Obsidian 18.0.66. (c) https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18066
  9. AYamshanov

    Resolved Postfix: mail for postmaster@domain loops back to myself [every other works]

    Just for history: It is possible to customize a set of system aliases starting with Plesk Obsidian 18.0.66. (c) https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18066
  10. AYamshanov

    Issue where are the megabytes that cannot be seen?

    The command du does not recalculate, it shows the disk usage. To be more precise, it is .INBOX/cur Under the hood, mail uses standardized name for "inbox" and other default folders, I believe you use a translated version of the webmail interface; Does "Entrada" mean "Inbox"? Try to sort...
  11. AYamshanov

    Issue Connection failed" despite restarting Apache and Nginx

    Ideas on what to check When the web server is unavailable, what about other services like SSH? Could it be some network connectivity issue? Server and website logs, Monitoring graphs
  12. AYamshanov

    Question Removing nginx Server header

    As I understand, there is no built-in ability; it is hardcoded. As an option, you can hide nginx/website behind CDN. https://support.plesk.com/hc/en-us/articles/12377322336407-How-to-remove-PHP-version-from-the-X-Powered-By-HTTP-header-on-Plesk-server
  13. AYamshanov

    Issue where are the megabytes that cannot be seen?

    Let's try another command to visualise disk usage per mailbox base (if you need to look deeper in directories, change "3" to a bigger number). # du --max-depth 3 -h /var/qmail/mailnames/example.org/ 24K /var/qmail/mailnames/example.org/admin/Maildir/.Sent.Test3 24K...
  14. AYamshanov

    Resolved Roundcube config.local.php not read

    I have tried to reproduce the issue with your config.local.php and can't confirm the issue. At the same time, I don't see issues with file content and/or permissions; it looks correct, # plesk version Product version: Plesk Obsidian 18.0.65.2 OS version: AlmaLinux 9.4 x86_64 [...] #...
  15. AYamshanov

    Resolved Roundcube config.local.php not read

    If the string contains real data, suggest replacing it with fake data (and setting a new password). Just in case.
  16. AYamshanov

    Question Google authenticator with Plesk

    Sorry for this necroposting, but I have news related to the Yubikey, etc. We have closed the UserVoice request related to the Yubikey ("Expand 2FA options: Yubikey, WebAuthn (FIDO, FIDO2, U2F), also HOTP counter-code for existing Google Authenticator") Let us know if you have any feedback.
  17. AYamshanov

    Question How to change from MySQL to MariaDB (Plesk 18.0.65)

    Hi! Have you found/tried the steps suggested in the next links? Is-it-possible-to-replace-MySQL-with-MariaDB-and-vice-versa MySQL vs MariaDB – Can One Replace The Other?
  18. AYamshanov

    Question Cant update system packages

    Nothing should break because... Official documentation says, Plesk KB articles also, from time to time, suggest in some circumstances suggest to run "apt update", e.g. Unable-to-update-packages-via-apt-get-on-Plesk-server-[...] I periodically use the same command on my Ubuntu server with...
  19. AYamshanov

    Issue Hello, I get this error.

    It sounds like an information/debug message; as an example, try to configure PHP to show only important messages (e.g.: warning and more critical). I believe it is better to refer to the application documentation you use to clarify the best method for solving the issue.
  20. AYamshanov

    Resolved Turn Off DNS Server

    The page was renamed in the past; I will create a request to update the documentation. I believe you need to disable DNS (on the "Zone Records Template" tab), and then the template will be used for domains (it will disable the right DNS on the creating step).
Back
Top