• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Resolved Mail forward can't be activated through API

ChrisH

Basic Pleskian
Hi,
I'm trying to set the forwarding of email with this packet:
<packet>
<mail>
<update>
<add>
<filter>
<site-id>2</site-id>
<mailname>
<name>info</name>
<forwarding>
<address>[email protected]</address>
</forwarding>
</mailname>
</filter>
</add>
</update>
</mail>
</packet>

The response is
<packet version="1.6.9.0"><mail><update><add><result><status>error</status><errcode>1023</errcode><errtext>Unable to create mailname :Mail account info@[Domain] already exists in this domain.</errtext><mailname><name>info</name></mailname></result></add></update></mail></packet>

Why is this error coming? I just want to add the forward email. Can anybody help?
 
Back
Top