ts-mailcow-api
    Preparing search index...

    Interface AddTlsPolicyMapRequest

    Request payload to add a new TLS Policy Map.

    interface AddTlsPolicyMapRequest {
        active: number;
        dest: string;
        parameters: string;
        policy: string;
    }
    Index

    Properties

    active: number

    Indicates if the TLS policy map entry is active (1 for active, 0 for disabled).

    dest: string

    The target domain or email address for the TLS policy.

    parameters: string

    Custom parameters for the TLS policy. Consult Postfix documentation for more info.

    policy: string

    The policy applied to the target domain or email. Possible values: 'none', 'may', 'encrypt', 'dane', "'dane", 'fingerprint', 'verify', 'secure'.