• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Some features are giving - Permission denied.

Dorathoto

New Pleskian
I created a client
In => mydomain.com/:8880/admin/customer/list?context=customers
Then I created a domain and a subscription for that user.

When I run the API with the following package
<Packet>
<Server>
<Get_protos />
</ Server>
</ Packet>


I get the expected response:
<? Xml version = "1.0" encoding = "UTF-8"?>
<Packet version = "1.6.7.0">
<Server>
<Get_protos>
<Result>
<Status> ok </ status>
<Protos>
<Proto> 1.0.0.0 </ proto>
<Proto> 1.1.0.0 </ proto>
<Proto> 1.2.0.0 </ proto>

...



But when I apply
<Packet version = "1.6.3.0">
<Mail>
<Get_info>
<Filter>
<Site-id> 647 </ site-id>
</ Filter>
<Mailbox />
</ Get_info>
</ Mail>
</ Packet>


I receive:
<? Xml version = "1.0" encoding = "UTF-8"?>
<Packet version = "1.6.3.0">
<Mail>
<Get_info>
<Result>
<Status> error </ status>
<Errcode> 1006 </ errcode>
<Errtext> Permission denied. </ Errtext>
</ Result>
</ Get_info>
</ Mail>
</ Packet>




The ID is not wrong, because if I enter the wrong site-id it would have the message:
<Errcode> 1015 </ errcode>
<Errtext> Domain does not exist. </ Errtext>
 
I discovered, signature was not in this user, it is a bit confusing this question of subscription, users, domains and plans
 
Back
Top