• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Plesk API (change mailname password)

DigitalCrowd

Basic Pleskian
Help... I have spent way to much time on this and Im sick to my stomach.

I have read about every thread in the forum, read the documentation (or lack thereof) and I can't get it to work.

I get back a "ok" message when I submit, but the password won't change. I have tried 100 different ways that it gives ok messages, but none are successful. Please help.

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<packet version="$proto">
<mail>
<update>
<set>
<filter>
<domain_id>53</domain_id>
<name>accountname</name>
</filter>
<values>
<mailname>
<password>mynewpass</password>
<password_type>plain</password_type>
</mailname>
</values>
</set>
</update>
</mail>
</packet>

Any ideas? Im missing something obvious, I know. This is just one of many I tried, this is just the last one before I gave up.
 
Back
Top