• 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

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