Address Rewriting
Create BCC Map
Using this endpoint you can create a BCC map to forward all mails via a bcc for a given domain.
post/api/v1/add/bcc
Request body
Example request
{
"active": "1",
"bcc_dest": "bcc@awesomecow.tld",
"local_dest": "mailcow.tld",
"type": "sender"
}Response
OK