PDA

View Full Version : How do I change the pass of a mail account


Nico_57
16th July 2007, 02:27 PM
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 :

<?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.