Skip to main content

Log entries in /var/log/maillog

Comments

2 comments

  • cPanelMichael
    trashed= Number of messages that have been sent to the trash deleted= Number of messages that have been deleted from the trash (no restore possible) Is that correct? What does the other flags mean? in= out= expunged= hdr_count=

    Hello @Luana Premoli, Here's a look at part of the /usr/share/doc/dovecot-2.2.36/example-config/conf.d/20-imap.conf file, which explains the purpose of each entry in the log: [QUOTE] # IMAP logout format string: # %in - total number of bytes read from client # %out - total number of bytes sent to client # %{fetch_hdr_count} - Number of mails with mail header data sent to client # %{fetch_hdr_bytes} - Number of bytes with mail header data sent to client # %{fetch_body_count} - Number of mails with mail body data sent to client # %{fetch_body_bytes} - Number of bytes with mail body data sent to client # %{deleted} - Number of mails where client added \Deleted flag # %{expunged} - Number of mails that client expunged, which does not # include automatically expunged mails # %{autoexpunged} - Number of mails that were automatically expunged after # client disconnected # %{trashed} - Number of mails that client copied/moved to the # special_use=\Trash mailbox. # %{appended} - Number of mails saved during the session #imap_logout_format = in=%i out=%o deleted=%{deleted} expunged=%{expunged} \ # trashed=%{trashed} hdr_count=%{fetch_hdr_count} \ # hdr_bytes=%{fetch_hdr_bytes} body_count=%{fetch_body_count} \ # body_bytes=%{fetch_body_bytes}
    Thank you.
    0
  • Luana Premoli
    Hi, Thanks for your help. =)
    0

Please sign in to leave a comment.