ts-mailcow-api
    Preparing search index...

    Interface AliasAttributes

    Base attributes of an Alias.

    interface AliasAttributes {
        active: boolean;
        address: string;
        goto: string;
        goto_ham?: boolean;
        goto_null?: boolean;
        goto_spam?: boolean;
        sogo_visible: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean

    If alias is active or not.

    address: string

    The alias address, for catchall use "@domain.tld".

    goto: string

    The destination address, comma separated.

    goto_ham?: boolean

    If true: learn as ham.

    goto_null?: boolean

    If true: silently ignore.

    goto_spam?: boolean

    If true: learn as spam.

    sogo_visible: boolean

    If alias is visible in sogo.