Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/02/26 in Posts

  1. Installed. You can see the current list of modules and their versions for Morty's Python 3.14 at https://morty2-info.heliohost.org/pyinfo/info3.14.py
    1 point
  2. DKIM, SPF, and DMARC have been set up for the domain dark.helioho.st. We recommend sending a real email (not just the word "test" or a blank email) to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be. You suspect correctly. It supports Johnny domains now.
    1 point
  3. Remote access enabled. host=65.19.154.90 port=5432 user=dvdbrugnoli_RestaurantManagerADMIN dbname=dvdbrugnoli_RM password=<set in Plesk>
    1 point
  4. Correct. SQLite3 is actually built into every Python 3.14 by default too, but we recommend using MariaDB or PostgreSQL because they're easier to get working, and better performance. This module is really ancient and doesn't even work with Python 3.0. For Python 3.14 I installed Beautifulsoup4 instead. You can see the current list of installed modules for Johnny's Python 3.14 at https://johnny-info.heliohost.org/pyinfo/info3.14.py
    1 point
  5. The configuration we recommend is to use the server hostname (tommy.heliohost.org in your case) as the mail server. Plesk loves to suggest using user domains for the mail server, but our experience is that it tends to cause issues. SSL connections for mail not working is a common problem with doing so, and another is that mail clients may refuse to send mail through it for security reasons (the server identifies itself as Tommy regardless of what domain you use to connect, some clients do not like the fact the domain in its settings and the domain the server identifies as don't match).
    1 point
  6. Weird. The system is unable to set up SPF/DMARC/DKIM on that domain. Keeps saying it can't find it despite the domain obviously existing. Based on the output, I suspect the DKIM setup tool on our side may not be capable of setting this up on Johnny domains (probably due to the rebuild). Flagging for Krydos...
    1 point
  7. An administrator will be able to do this for you.
    1 point
  8. Johnny no longer has Python 3.12, which is part of the issue. It has 3.14 now. You'll need to update relevant shebang lines. https://johnny-info.heliohost.org/pyinfo/info3.14.py I'll assume you want these installed for 3.14. Datetime, json, and OS are built-in I believe. Requests is already present. Escalating to have the others installed: sqlite3, Beautifulsoup
    1 point
×
×
  • Create New...