• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How do I change the pass of a mail account

N

Nico_57

Guest
Hello,

I've tried to use the search tool before posting but I didn't find the answer I need.

I'm using Plesk API and I'd like to change the password of a Main account. Here is the XML sheet I use :

Code:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.4.2.0">
  <mail>
    <update>
      <set>
        <filter>
          <domain_id>4</domain_id>
          <mailname>
            <name>nico</name>
            <password>plop1234</password>
            <password_type>plain</password_type>
          </mailname>
        </filter>
      </set>
    </update>
  </mail>
</packet>

But, unfortunately, it doesn't work. Can you help me ?

Thanks.

Nico.
 
Back
Top