ts-mailcow-api
    Preparing search index...

    Interface ForwardingCreateRequest

    Forwarding host creation payload.

    interface ForwardingCreateRequest {
        filter_spam: boolean;
        hostname: string;
    }
    Index

    Properties

    filter_spam: boolean

    True to enable spam filter, false to disable spam filter.

    hostname: string

    Contains the hostname you want to add.