Differences between revisions 2 and 3
Revision 2 as of 2016-12-17 18:50:13
Size: 1044
Editor: msapiro
Comment: Added title.
Revision 3 as of 2016-12-17 19:37:27
Size: 1052
Editor: msapiro
Comment: Minor source reformatting.
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 error:: information and tracebacks from unanticipated exceptions and other error info.
 fromusenet:: information about posts gated from USENET via the mail<->news gateway
 error:: information and tracebacks from unanticipated exceptions
and other error info.
 fromusenet:: information about posts gated from USENET via the
mail-news gateway
Line 12: Line 14:
 mischief:: information about unpermitted actions such as login failures for lists with private rosters as these can be attempts to fish for list membership.  mischief:: information about unpermitted actions such as login
failures for lists with private rosters as these can be attempts
to fish for list membership.
Line 18: Line 22:
 vette:: information about things held for moderator approval and other similar events.  vette:: information about things held for moderator approval and
other similar events.

What log files (logs) does Mailman write?

In a source install, Mailman's log files are in /usr/local/mailman/logs/ or in logs/ in the 'var_prefix' directory.

Some packages put them in /var/log/mailman/.

The logs Mailman writes are:

bounce
information related to automated bounce processing
error
information and tracebacks from unanticipated exceptions and other error info.
fromusenet
information about posts gated from USENET via the mail-news gateway
locks
information about lockfile anomalies
mischief
information about unpermitted actions such as login failures for lists with private rosters as these can be attempts to fish for list membership.
post
information about delivered posts
qrunner
qrunner start/stop and other status messages
smtp
all Mailman's outgoing smtp sessions
smtp-failure
failed outgoing smtp transactions
subscribe
information about (un)subscriptions and address changes
vette
information about things held for moderator approval and other similar events.

MailmanWiki: DOC/What log files (logs) does Mailman write (last edited 2016-12-17 19:37:27 by msapiro)