ts-mailcow-api
    Preparing search index...

    Interface AliasEditAttributes

    All attributes of an Alias you can edit.

    interface AliasEditAttributes {
        active?: boolean;
        address?: string;
        goto?: string;
        goto_ham?: boolean;
        goto_null?: boolean;
        goto_spam?: boolean;
        private_comment?: string;
        public_comment?: string;
        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.

    private_comment?: string

    The private comment of the alias.

    public_comment?: string

    The public comment of the alias.

    sogo_visible?: boolean

    If alias is visible in sogo.