Search results

  1. AYamshanov

    Question Disable FTP on single ip address

    Do I correctly understand you want deny the whole Internet to connect to specific IP-address that is used by ftp server on a Plesk server? iptables -A INPUT -d 192.0.2.1/32 -p tcp --dport 21 -j DROP ?
  2. AYamshanov

    Question cron with arguments

    It is important what options and in which order do you use; as I understand, you don't need to mention php twice (`/opt/plesk/php/8.3/bin/php`, `php`), and `-d memory_limit=-1` should be right after the first `php`. Here is an example. # /opt/plesk/php/8.3/bin/php...
  3. AYamshanov

    Question cron with arguments

    https://support.plesk.com/hc/en-us/articles/12377347218711-How-to-add-a-scheduled-task-in-Plesk-UI-using-crontab-syntax https://docs.plesk.com/en-US/obsidian/administrator-guide/server-administration/scheduling-tasks.64993/# Do you have any error in UI, a notification or logs?
  4. AYamshanov

    Resolved Incoming email DKIM issue

    If Plesk can't verify the email with DKIM keys, are you sure this mail is legitimate? In your code snippet, I see 209.85.222.199. Based on https://www.abuseipdb.com/check/209.85.222.199, it does not have a good reputation. Have you tested/validated emails with this key? Was the test successful?
  5. AYamshanov

    Resolved current change-log not available

    Maybe you see a cached version. Could you please try refreshing the page or open it in incognito mode? Anyway,
  6. AYamshanov

    Resolved How can I remove extensions from putty during the Plesk installation?

    # ./plesk-installer list PLESK_18_0_68 --components [...] wp-toolkit [install] - WP Toolkit advisor [install] - Advisor [...] # ./plesk-installer install PLESK_18_0_68 --preset Recommended --without imunify360 git wp-toolkit ...but now I would say it sounds strange, could...
  7. AYamshanov

    Question How To Use algorithm hmac-sha256; rather than algorithm hmac-md5; for Slave DNS

    I have good news regarding hmac-sha256. The PR with changes was merged into the code and successfully tested during the past week. I hope the new minor version (with these changes) will be released during this week.
  8. AYamshanov

    Resolved How can I remove extensions from putty during the Plesk installation?

    As an example, you can try to start the installation with unattended mode; just specify what you want to install and what you do not want to install; to see the list of possible components for Plesk Obsidian v18.0.68 version, check # wget https://autoinstall.plesk.com/plesk-installer # chmod +x...
  9. AYamshanov

    Important New Plesk webmail / SOGo Webmail extension

    Just for the history, based on the SOGo website, they do not say they support CloudLinux (Installation and Configuration Guide I think it is absolutely normal if Plesk does not provide supporting one 3rd party solution on top of another 3rd-party solution. If you have any other information...
  10. AYamshanov

    Question Watchdog v3 - New service configuration

    The instruction applies to Watchdog 2.x / Monit 2.x. Watchdog 3.x uses Monit 5.x, but new Monit has slightly different conf.file syntax. Previously, Watchdog was a Plesk module and had more internal dependencies with Plesk; it was converted to an extension and now has a slightly different data...
  11. AYamshanov

    Issue cannot install watchdog extension on Almalinux 9

    Hi, That is true; we have added support for modern OSes for Watchdog in the latest release. The KB articles about known limitations for these OSes are still updating. If you saw the error while installing v2.x, it was expected - new OSes were added to v3.x. I believe you didn't see v3.x...
  12. AYamshanov

    Resolved Unable to get key: Repository is not opened

    Hi! The latest release contains the fix for the issue with "Unable to get key: Repository is not opened",
  13. AYamshanov

    Question Volume Mapping for Docker

    As an option, you can see the blog post, Let's talk about the Plesk Docker Extension, it contains a few examples.
  14. AYamshanov

    Question Can't install plesk in Redhat9

    Just for history, let me also post here a link to the Plesk KB article, https://support.plesk.com/hc/en-us/articles/12377853490583-Unable-to-install-Plesk-on-Red-Hat-systems-Failed-to-solve-dependencies
  15. AYamshanov

    Important New Plesk webmail / SOGo Webmail extension

    Yes, updating will work in a standard way, as the package manager usually does. But this also means that even if the latest package contains some incompatibility or bugs, it will still be installed; nightly packages' compatibility is not guaranteed.
  16. AYamshanov

    Question Mail hosting (Plesk 18.0.63)

    Then we are a step away from enabling Web Hosting :-D It reminds me that it is possible to customize web server configs in Plesk, Changing Virtual Hosts Settings Using Configuration Templates. But I am not sure if it will work with auto-discover end-points or not. Anyway, I got your idea and...
  17. AYamshanov

    Issue Fixing Email Deliverability Issues in Plesk

    As an option, you can try to install the Log Browser extension (if it is not installed) and check the mail queue for deferred emails (server-wide and per-domain base), check the reason why they are deferred,
  18. AYamshanov

    Question Mail hosting (Plesk 18.0.63)

    There is no ability to change what <domain> to use for auto-discover; the domains/paths are "hard coded" on the email clients' sides because this is a part of the protocol that describes where and how to find the valid settings; that is why applications know what link use. This means that for...
  19. AYamshanov

    Question Mail hosting (Plesk 18.0.63)

    https://support.plesk.com/hc/en-us/articles/12376970141207-How-does-mail-autodiscover-work I would say it is a technical limitation. Autodiscover ("Automatic configuration for mailboxes") requires access to a special page (e.g.: "https://<domain>/autodiscover/autodiscover.xml"...
  20. AYamshanov

    Issue cURL error 35: OpenSSL SSL_connect: Connection reset by peer in connection to

    Hi! To be honest, I have not clearly understood how the components in your environment are connected to each other and what components are under your control. It seems the issue is somewhere in connections, firewalls, etc. To exclude additional software from the investigating, have you tried...
Back
Top