relay_log : file
Alerts related to email relaying go in this file.
smtp_relay_table : table[count] of smtp_session_info
A table indexed by SMTP session ID (session$id) that keeps track of each session in an record.
smtp_session_by_recipient : table[string] of smtp_session_info
A table indexed by the recipient that holds the corresponding
smtp_session_info
record.
smtp_session_by_message_id : table[string] of smtp_session_info
A table indexed by the email message ID that holds the corresponding
smtp_session_info
record.
smtp_session_by_content_hash : table[string] of smtp_session_info
A table indexed by the MD5 hash of the message that holds the corresponding record. Fixme: Currently unimplemented?