ts-mailcow-api
    Preparing search index...

    Interface DuplicateDkimRequest

    Request payload to duplicate a DKIM key from one domain to another.

    interface DuplicateDkimRequest {
        from_domain: string;
        to_domain: string;
    }
    Index

    Properties

    from_domain: string

    The domain from which the DKIM key should be copied.

    to_domain: string

    The domain to which the DKIM key should be copied.