ts-mailcow-api
    Preparing search index...

    Interface ForwardingHost

    Forwarding host as returned by the Mailcow API.

    interface ForwardingHost {
        host: string;
        keep_spam: "yes" | "no";
        source: string;
    }
    Index

    Properties

    Properties

    host: string

    IP of the forwarding host.

    keep_spam: "yes" | "no"

    If the host keeps or discards spam.

    source: string

    Hostname.