ts-mailcow-api
    Preparing search index...

    Interface DCLog

    Dovecot log item.

    interface DCLog {
        message: string;
        priority: string;
        program: string;
        time: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    message: string

    The dovecot log message.

    priority: string

    The dovecot priority level.

    program: string

    Program used.

    time: number

    Timestamp in Epoch format.