Address Rewriting
Create Recipient Map
Using this endpoint you can create a recipient map to forward all mails from one email address to another.
post/api/v1/add/recipient_map
Request body
Example request
{
"active": "1",
"recipient_map_new": "target@mailcow.tld",
"recipient_map_old": "recipient@mailcow.tld"
}Response
OK