collectd-email - Man Page

Documentation of collectd's "email plugin"

Synopsis

  # See collectd.conf(5)
  LoadPlugin email
  # ...
  <Plugin email>
    SocketGroup "collectd"
    SocketPerms "0770"
    MaxConns 5
  </Plugin>

Description

The email plugin opens an UNIX-socket over which one can submit email statistics, such as the number of “ham”, “spam”, “virus”, etc. mails received/handled, spam scores and matched spam checks.

This plugin is intended to be used with the Mail::SpamAssassin::Plugin::Collectd SpamAssassin-plugin which is included in contrib/, but is of course not limited to that use.

Operation

This plugin collects data indirectly by providing a UNIX-socket that external programs can connect to. A simple line based protocol is used to communicate with the plugin:

See Also

collectd(1), collectd.conf(5)

Author

The email plugin has been written by Sebastian Harl <sh at tokkee.org>.

The SpamAssassin-plugin has been written by Alexander Wirt <formorer at formorer.de>.

This manpage has been written by Florian Forster <octo at collectd.org>.

Referenced By

collectd(1).

2020-07-20 5.11.0.94.g41b1e33 collectd