Recent content by Riculum

  1. R

    Resolved How to activate DNSSEC automatically via Plesk API (REST or XML)?

    Thanks, that did the trick! Calling /api/v2/cli/extension/call with dnssec info --domain-name example.com returned the DNSSEC status correctly. Appreciate the clear example!
  2. R

    Resolved How to activate DNSSEC automatically via Plesk API (REST or XML)?

    Hey everyone I'm trying to enable and sign DNSSEC automatically for a specific domain using either the Plesk REST API or the XML API, but I can’t find a clear example that actually works. The REST CLI endpoint works fine for other commands (e.g. settings, server), but it seems like dnssec...
  3. R

    Question Create subscription with temp domain using REST API

    Is it possible to create a Plesk subscription using the REST API with a temporary or generated domain name by plesk and later update or replace it with the customer's real domain? Are there any constraints, best practices, or pitfalls to consider when using a placeholder domain for subscriptions...
  4. R

    Question How to add a new domain to an existing customer subscription using Plesk REST API?

    Thanks! I just tried it, and including the base_domain with the correct id worked perfectly. by the way: Is it possible to search for a client by login or email using the Plesk REST API?
  5. R

    Question How to add a new domain to an existing customer subscription using Plesk REST API?

    I’m using Plesk REST API v2 to manage domains. I already have a customer (id=2) and an existing subscription (e.g. example.com). I want to add a second domain under that same subscription without creating a new subscription each time. This creates a new subscription/domain for that customer...
  6. R

    Question Enable Subscription syncing

    How can subscription sync be activated on the updated Plesk GUI (Plesk Obsidian/Version 18.0.60)?
  7. R

    Question NodeJS does not work with type module

    Danke für den Tipp. Funktioniert auch soweit. Jedoch wenn ich in der index.js das Paket "import 'dotenv/config'" importieren möchte, funktioniert das Ganze nicht mehr :rolleyes:. Zuvor wurde express importiert, das hat geklappt...
  8. R

    Question NodeJS does not work with type module

    Sitting now for a few days to solve the problem. I'm beginning to suspect that it's the way Phusion Passenger® works. When I run the app on my local computer or via RaspberryPi, it runs without any problems. I suspect it is because Phusion Passenger does not support imports. Has anyone had the...
  9. R

    Issue Plesk Spam Mail

    I had the problem some time ago as well. The cause was a gap in a Wordpress plugin which then sent e-mails via PHP. Here is a little reading: Many email messages are sent from PHP scripts
  10. R

    Question NodeJS does not work with type module

    I am trying to get a small webserive working with Express. My original code was throwing errors so I checked to see what could be wrong. I found out when I import things, it doesn't work. For example: The use of require will work: And yes, I have set "type": "module" in package.json and yes...
  11. R

    Issue Unauthorized email sending

    Customers do not have SSH access Only one crontab is currently active (for ntp) mail.log is completely empty Currently there are no e-mails in the queue, as soon as some are available again, I will check it The client has a Wordpress website. Plesk states that not all plugins and themes, as...
  12. R

    Issue Unauthorized email sending

    Some records from mail.err
  13. R

    Issue Unauthorized email sending

    When I run the command, it lists some tasks, but none that can be assigned to the client. I deleted the email queue at noon. Since then there are no more emails in the queue. However, like every day, this will probably be full again tomorrow.
  14. R

    Issue Unauthorized email sending

    For a few days now, I have been recording unauthorized outgoing e-mails in the e-mail queue. One customer (for whom e-mailing is disabled in the subscription) sends hundreds of e-mails a day. Where can these emails come from?
  15. R

    Resolved E-mails cannot be sent to Outlook

    Thanks you all, I contact Outlook again and they removed my IP address from the blacklist
Back
Top