Fordwarding Hosts
Add Forward Host
Add a new Forwarding host to mailcow. You can chose to enable or disable spam filtering of incoming emails by specifing filter_spam 0 = inactive, 1 = active.
post/api/v1/add/fwdhost
Request body
Example request
{
"filter_spam": "0",
"hostname": "hosted.mailcow.de"
}Response
OK