Download List

Project Description

eximstate is a server/client project for
monitoring a number of Exim installations. The
clients are installed on each of the mailservers
running exim and the server runs on the monitoring
server. Each client reads the queue on the mail
server and sends the total number of messages, the
number of frozen message, and the number of bounce
messages to the server. The server stores this
data and uses RRDtool to make a graphical
representations of the data.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-11-20 05:40
1.1

This release makes better use of autotools; it is more portable, and
compiles on SunOS/Solaris. It fixes a small memory leak in the
eximstate client.
Tags: Minor feature enhancements

2002-08-12 00:23
1.0

A crash due to an off-by-one memory allocation error in exitop was fixed.
Debugging code was added to eximstate and eximstated. This can be turned on by
starting the programs with the '-x' flag, which will cause the processes to not
daemonize.
Tags: Minor bugfixes

2002-06-20 00:16
0.9

A fix for a communications bug between client and server which would cause updates not to be stored on the server.
Tags: Minor bugfixes

2002-05-05 01:12
0.8

A bug which caused the client to loop until killed
was fixed. A bug in which the mail queue scan
would be aborted if one message could not be
opened was fixed. This is now treated as a soft
error, and the scan continues. A bug in which
exitop would fail to find any 'identities' in
Linux was fixed.
Tags: Minor bugfixes

2002-04-21 23:23
0.7

This release fixes a Linux-specific bug which caused installations with glibc 2.1 or newer to always report 0 messages in the queue. There are various other small changes.
Tags: Minor bugfixes

Project Resources