• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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