Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 706 Bytes

graph.md

File metadata and controls

31 lines (19 loc) · 706 Bytes

graph

This plugin logs accepted and rejected emails into a database and provides a web server which you can browse to and view graphs over time of the plugins which rejected connections.

In order for this to work you need to install the sqlite3 module via npm install sqlite3 in your Haraka directory.

Configuration

config settings are stored in config/graph.ini

  • db_file

    The file name (or :memory:), where data is stored

  • http_addr

    The IP address to listen on for http. Default: 127.0.0.1.

  • http_port

    The port to listen on for http. Default: 8080.

  • ignore_re

    Regular expression to match plugins to ignore for logging. Default: queue|graph|relay