Previous | Next | Contents | Index |
The format of the log file is subject to change. Currently, by default, each log file entry contains eight or nine fields,1 e.g.,
19-Jan-2012 19:16:57.64 l tcp_local E 1 adam@acme.com rfc822;marlowe@examplex.com marlowe@examplex.com 1 2 3 4 5 6 7 8 9 |
LOG_CONNECTION
is enabled, a plus, +
,
indicates inbound to the SMTP server; a minus, -, indicates outbound
via the SMTP client.)
BLOCK_SIZE
keyword in the PMDF option file. (For the
Printer channel, the size field displays the job entry number on
OpenVMS, and is always 0 on UNIX. For the MAILSERV
channel, the size field is always 0. For the Pager channel, the size
field is the number of pages sent.)
From:
address. Note that for messages
with an empty envelope From:
address, such as notification
messages, this field will be blank.
To:
address.
To:
address.
Entry | Description |
---|---|
General | |
D | Successful dequeue |
DA | Successful dequeue with SASL (authentication) |
DS | Successful dequeue with TLS (security) |
DSA | Successful dequeue with TLS and SASL (security and authentication) |
E | Enqueue |
EA | Successful enqueue with SASL (authentication) |
ES | Successful enqueue with TLS (security) |
ESA | Successful enqueue with TLS and SASL (security and authentication) |
J | Rejection of attempted enqueue (rejection by slave channel program) |
K | Used instead of R or W when a warning, failure, or bounce message should be generated, but the sender asked not to be notified of such events. |
Q | Temporary failure to dequeue |
R | Recipient address rejected on attempted dequeue (rejection by master channel program), or generation of a failure/bounce message |
W | Warning message generated regarding a not-yet-delivered message |
Z | Some successful recipients, but this recipient was temporarily unsuccessful; the original message file of all recipients was dequeued, and in its place a new message file for this and other unsuccessful recipients will be immediately reenqueued |
SMTP channels' LOG_CONNECTION + or - entries | |
C | Connection closed |
O | Connection opened |
X | Connection rejected |
Y | Connection try failed before being established |
I | ETRN command received |
IMAP, POP, and POPPASSD server connection entries | |
A | Authentication attempt failed |
O | Login phase completed (either successful login or aborted connection) |
C | Connection closed cleanly |
X | Connection aborted (by either end)+ |
MAILSERV channel | |
F | Error processing command; command not executed |
S | Command successfully executed |
Printer channel | |
A | Print request failed |
S | Print request succeeded |
Pager channel | |
A | Aborted (permanent error) |
F | Temporary failure |
R | Page rejected (permanent error) |
S | Success |
PMDF-FAX G3_TO_FAX and FAX_TO_DATA channels | |
A | Delivery attempt aborted, message requeued (temporary error) |
F | Delivery failed (permanent error) |
M | Maximum number of delivery attempts exceeded, message not requeued (permanent error) |
S | Success |
PMDF may optionally be configured to log additional information to the
log file; see the LOG_* PMDF options described in Section 7.2. With
LOG_CONNECTION
, LOG_FILENAME
,
LOG_MESSAGE_ID
, LOG_NODE
,
LOG_NOTARY
, LOG_PROCESS
, and
LOG_USERNAME
all enabled, the format becomes as follows.
(Note that the sample log entry line has been wrapped for typographic
reasons; the actual log entry would appear on one physical line.)
19-Jan-2012 13:13:27.10 NODEA 2e2d.1 tcp_local l E 1 service@examplex.com rfc822;adam@acme.com 1 10 11 2 3 4 5 6 7 adam 276 PMDF_QUEUE:[l]ZZ01IWFY9ELGWM00094D.00;1 <01IWFVYLGTS499EC9Y@examplex.com> SYSTEM 8 12 13 14 15 examplex.com (examplex.com [192.168.253.66]) 16 9 |
tcp_*
channel entry), there would
also be a thread id present between the process id and the count.
NOTARY
(delivery receipt request) flags for the
message, expressed as an integer.
ident*
channel keywords; see Section 2.3.4.40. This sample
assumes use of one of these keywords, for instance us of the default
identnone
keyword, that selects display of both the name
found from the DNS and IP address.
1 The PMDF-FAX, pager and MAILSERV channels, having different---and in the case of PMDF-FAX more -- information to log, use an extended logging format. See <REFERENCE>(HEAD2_FAXLOGGING) for details on PMDF-FAX channel log entries. See Section 28.4.3 for details on pager channel log entries. See Section 4.3.9 for details on MAILSERV channel log entries. |
Previous | Next | Contents | Index |