GETSMTPSTAT(1) GETSMTPSTAT(1)
NAME
getsmtpstat - create smtp.proxy logfile
SYNOPSIS
getsmtpstat
DESCRIPTION
getsmtpstat reads the syslog messages from smtp.proxy put all relevant
data together and prints one line for each mail with the following
information:
date formatted as DD.MM.
time the time when the smtp.proxy process started handling the e-
mail.
sender the envelope sender
recipient
the envelope recipients as comma separated list.
number of recipients
size e-mail size in bytes.
message-id
virusname
if a virus was detected and ‘-’ otherwise.
rbl-server
the RBL server if the e-mail was blacklisted and ‘-’ otherwise.
interface
the interface on which the client connected.
client the client’s IP number.
server the server’s name as given as smtp.proxy’s configuration option.
pid the proxy’s process id.
The values are separated by a blank.
SEE ALSO
smtp.proxy(1).
08 APRIL 2007 GETSMTPSTAT(1)