Skip to content
A Bash script for tracking numbers of mail sent from a Linux server, with a PHP page for viewing stats.
PHP Shell CSS
Find file
New pull request
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
mail-count
web
INSTALL
LICENSE
README.md

README.md

mail-count

A Bash script for tracking the number of outgoing SMTP deliveries on a server, with a PHP page for viewing stats.

The objective is to provide easily-accessible data for a server admin, to help detect and curtail SMTP abuse.

Requirements

  • Linux - tested on Debian 7 and Ubuntu 12.04
  • Postfix or Exim4 mailserver
  • Webserver with PHP for viewing stats.

To Do

  • Commandline script for viewing stats.

Setup

See INSTALL for setup instructions.

Changes

Oct 27, 2014

  • Modified previous days list (mail-count.php) to display day of week.

Oct 23, 2014

  • First release.
Something went wrong with that request. Please try again.